0
I am using Apache fop-0.95 to build pdf files from a JSP web application on IBM iSeries V5R4 using Websphere 6.0.  Everything works perfect in my development using Websphere Development Studio client.  When I put the application on the server, I get an error at this line.

    FopFactory fopFactory = FopFactory.newInstance();

The error is:

    java.lang.UnsatisfiedLinkError: javax/imageio/ImageIO

Does anyone know how I can fix this error?

All of the fop class files are part of the EAR file.  The files were installed to the projects \WEB-INF\lib directory.  I have added the fop jar files to the classpath, using the admin console. 

I am running IBM WebSphere Application Server - Express, 6.0.2.9

内部版本号:IBM iSeries V5R4 上的 cf90614.22

4

1 回答 1

1

这是一个低于 Java 类路径的问题。一些库可能会丢失。由于您提到了 iSeries,因此可能缺少 PASE(http://www-03.ibm.com/servers/enable/site/porting/iseries/pase/overview.html )。另见: http ://ecommunity.groupintelligence.com/websphere/forums/archive/index.php/t-1932.html

于 2009-03-26T07:06:27.127 回答