| celiorodLocation : Portugal Member since : Jul 5, 2004
 Messages : 2
 |  Jul 6, 2004 at 3:37 PM 
Hello,
 
 I am trying to run an aplication that uses JasperReports on Websphere5.0 on OS400 V5R2.
 
 My startup parameters on genericJvmArguments are:
 
 -Dawt.toolkit=com.eteks.awt.PJAToolkit
 -Djava.awt.graphicsenv=com.eteks.java2d.PJAGraphicsEnvironment
 -Djava2d.font.usePlatformFont=false
 -Djava.awt.fonts=/QIBM/ProdData/Java400/fonts
 
 I also have -Xbootclasspath/a:pja.jar
 
 This is the error message.
 
 [06-07-2004 12:41:15:493 UTC] b1671b72 SystemErr     R Font specified in font.properties not found [-ibm-courier-bold-i-normal--*-%d-0-0-m-*-iso8859-1]
 [06-07-2004 12:41:16:704 UTC] b1671b72 SystemErr     R javax.servlet.ServletException: no fontmanager in java.library.path
 [06-07-2004 12:41:16:711 UTC] b1671b72 SystemErr     R       java/lang/Throwable.<init>(Ljava/lang/String;)V+4 (Throwable.java:85)
 [06-07-2004 12:41:16:712 UTC] b1671b72 SystemErr     R       java/lang/Exception.<init>(Ljava/lang/String;)V+1 (Exception.java:33)
 [06-07-2004 12:41:16:712 UTC] b1671b72 SystemErr     R       javax/servlet/ServletException.<init>(Ljava/lang/Throwable;)V+5 (ServletException.java:161)
 [06-07-2004 12:41:16:712 UTC] b1671b72 SystemErr     R       com/ibm/ws/webcontainer/servlet/StrictServletInstance.doService(Ljavax/servlet/ServletRequest;Ljavax/servlet/ServletResponse;)V+170 (StrictServletInstance.java:143)
 .....
 
 
 Any help?
 
 Best Regards,
 Celio Rodrigues
 |