Hi,
The metafiles license stopped working suddenly after a web server restart this morning...
The code is:
com.aspose.metafiles.License aml = new com.aspose.metafiles.License();
aml.setLicense(new java.io.FileInputStream(application.getRealPath("WEB-INF/lib/Aspose.Metafiles.lic.xml")));
Note that the license file is found, the error is not "file not found", it is instead:
java.lang.NullPointerException
at com.aspose.metafiles.License.if(SourceFile:369)
at com.aspose.metafiles.License.setLicense(SourceFile:211)
at org.apache.jsp.main_jsp._jspService(main_jsp.java:559)
The web server is Tomcat, and we restarted it yesterday without this problem coming up...
Popov