Probably a class-loader issue. I'd avoid using the CLASSPATH environment variable wherever possible (which is pretty much always). Please make sure fop.jar, xmlgraphics-commons.jar and batik.jar are specified at the same level in the class-loader hierarchy, i.e. in the same -cp statement when starting the JVM, in the same WAR file or whatever you're doing to run FOP.
On 03.03.2009 14:49:10 Francesc Alted wrote: > Georg Datterl <georg.datterl <at> geneon.de> writes: > > > > Hi Francesc, > > > > Can we assume, batik.jar is available? > > > > Hi Georg, > > Well, I suppose that with the jar that comes with fop and installed in: > > /usr/share/fop-0.95/lib/batik-all-1.7.jar > > would be more than enough, right? > > At any rate, I'have installed the batik package from the openSUSE repo, > and then set: > > $ export CLASSPATH=/usr/share/batik/batik.jar > > but still the same error: > > 3-mar-09 2:46:27 org.apache.fop.fo.flow.ExternalGraphic bind > SEVERE: Image not available: No ImagePreloader found for pytables.svg > > Thanks, > > Francesc > > Jeremias Maerki --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
