July 11, 201510 yr Scriptmaster 4.42 running as a a server plugin with FMS 14.02 If I load jar files locally the following code works, if I run it as a PSOS script - with the jars loaded into the JVM, it appears to not properly load the resources, so I get the error message underneath, which point to the the fact that A: the .lng is not loading so it can't find the error message and that the helvetica.afm is also not loading which causes the error import com.itextpdf.text.pdf.BaseFont try{ bf = BaseFont.createFont() return bf } catch (e) { return e } return true error is com.itextpdf.text.DocumentException: No message found for 1.not.found.as.resource see following as it appears to be a JVM issue. http://stackoverflow.com/questions/31357638/helvetica-base-font-returning-an-error/31358097?noredirect=1#comment50698373_31358097 Edited July 11, 201510 yr by john renfrew
July 11, 201510 yr Author Its definitely a problem with 4.42. I just went back to 4.4 and all is working again. john
July 28, 201510 yr Author Now that DevCon is over and done, is there a chance you could take a look this issue please....
Create an account or sign in to comment