0 votes

Erreur Apache fop-0.95 sur la commande FopFactory.newInstance()

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

Numéro de construction : cf90614.22 sur IBM iSeries V5R4

1voto

Jeremias Märki Points 1310

C'est un problème qui se situe plus bas que sur le classpath de Java. Certaines bibliothèques peuvent manquer. Peut-être PASE ( http://www-03.ibm.com/servers/enable/site/porting/iseries/pase/overview.html ) est manquant puisque vous mentionnez iSeries. Voir aussi : http://ecommunity.groupintelligence.com/websphere/forums/archive/index.php/t-1932.html

Prograide.com

Prograide est une communauté de développeurs qui cherche à élargir la connaissance de la programmation au-delà de l'anglais.
Pour cela nous avons les plus grands doutes résolus en français et vous pouvez aussi poser vos propres questions ou résoudre celles des autres.

Powered by:

X