On Tuesday 14 May 2002 01:40 pm, kerin // airside.co.uk wrote: > Sorry, I didnt see this initially in my logs : > > DEBUG (2002-05-14) 17:42.18:284 [cocoon ] (/cocoon/) > Thread-19/ExcaliburComponentSelector: Adding > org.apache.cocoon.serialization.XMLSerializer for svgxml > ERROR (2002-05-14) 17:42.19:055 [cocoon ] (/cocoon/) > Thread-19/Handler: Error compiling sitemap > java.lang.UnsatisfiedLinkError: > /usr/java/j2sdk1.4.0/jre/lib/i386/libawt.so: libXp.so.6: cannot open shared > object file: No such file or directory > > > > From a quick search, it looks like libXp.so.6 is an X11 shared library. Why > would Java be looking for this to run Tomcat/Cocoon? My server is headless, > with no X install, so its not going to find any X11 libraries.
For JDK 1.3 and lower, the AWT libraries need X11 libraries on *nix's. The probably culprit with cocoon is Batik. If you don't need Batik comment out the svg2png and svg2jpg serializers, otherwise you need X libs. Check the cocoon-users archives, many solutions have been discussed at length. -pete -- peter royal -> [EMAIL PROTECTED] --------------------------------------------------------------------- Please check that your question has not already been answered in the FAQ before posting. <http://xml.apache.org/cocoon/faqs.html> To unsubscribe, e-mail: <[EMAIL PROTECTED]> For additional commands, e-mail: <[EMAIL PROTECTED]>