I originally had the java.lang.reflect.InvocationTargetException error due to having a headless server. Having implemented the CATALINA_OPTS setting CATALINA_OPTS="$CATALINA_OPTS -Djava.awt.headless=true", the original error has now been replaced by:
An error has ocurred. For detailed stack trace, please see the page's source code.
/usr/j2se/jre/lib/sparc/libawt.so: ld.so.1: /usr/java/bin/java: fatal: libmlib_image.so: open failed: No such file or directory
The error occurs the first time I try to register a user.
I am using Solaris v9 and
Tomcat 4.1.
For information, I have checked in /usr/j2se/jre/lib/sparc and can see libawt.so and libmlib_image.so, also ld.so.1 is in /usr/lib
Any clues???
Thanks,
[originally posted on jforum.net by Luke]