john renfrew Posted July 11, 2015 Posted July 11, 2015 (edited) 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, 2015 by john renfrew
john renfrew Posted July 11, 2015 Author Posted July 11, 2015 Its definitely a problem with 4.42. I just went back to 4.4 and all is working again. john
john renfrew Posted July 28, 2015 Author Posted July 28, 2015 Now that DevCon is over and done, is there a chance you could take a look this issue please....
john renfrew Posted September 24, 2015 Author Posted September 24, 2015 Ryan as you seem to be answering. Any ideas on this one?
Recommended Posts
This topic is 3359 days old. Please don't post here. Open a new topic instead.
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now