Aleksandar Kostadinov [
http://community.jboss.org/people/akostadinov] created the
discussion
"running tattletale on solaris"
To view the discussion, visit:
http://community.jboss.org/message/605093#605093
--------------------------------------------------------------
Hello,
it's strange but trying to run tattletale on one solaris 10 sparc machine we have
fails with:
bash-3.00# java -Djava.ext.dirs=`pwd` -jar tattletale-1.1.2.Final.jar share/tomcat5
ttt_tomcat5
Exception in thread "main" java.lang.NoClassDefFoundError:
javassist/NotFoundException
at org.jboss.tattletale.Main.execute(Main.java:512)
at org.jboss.tattletale.Main.main(Main.java:1429)
Caused by: java.lang.ClassNotFoundException: javassist.NotFoundException
at java.net.URLClassLoader$1.run(URLClassLoader.java:202)
at java.security.AccessController.doPrivileged(Native Method)
at java.net.URLClassLoader.findClass(URLClassLoader.java:190)
at sun.misc.Launcher$ExtClassLoader.findClass(Launcher.java:229)
at java.lang.ClassLoader.loadClass(ClassLoader.java:307)
at java.lang.ClassLoader.loadClass(ClassLoader.java:248)
... 2 more
It makes no difference how I put javassist on the classpath (although it should be picked
up automatically anyways). I have no problems running tattletale on the RHEL machines I
have tried. I'm using sun jdk 1.6.0_24 on the solaris.
Any ideas what can be wrong?
--------------------------------------------------------------
Reply to this message by going to Community
[
http://community.jboss.org/message/605093#605093]
Start a new discussion in Javassist at Community
[
http://community.jboss.org/choose-container!input.jspa?contentType=1&...]