You are viewing a plain text version of this content. The canonical link for it is here.
Posted to log4j-user@logging.apache.org by Eric Frizziero <er...@lnl.infn.it> on 2006/02/28 10:06:41 UTC

JMSAppender problem: jms.jar is missing.

Hi all,

I'm using the "Java Web Start" version of Chainsaw.
When I start chainsaw by clicking the "Java Web Start" link , the 
following error is showed up in chainsaw's log panel:

******************************
java.lang.NoClassDefFoundError: javax/jms/MessageListener
    at java.lang.ClassLoader.defineClass1(Native Method)
    at java.lang.ClassLoader.defineClass(Unknown Source)
    at java.security.SecureClassLoader.defineClass(Unknown Source)
    at com.sun.jnlp.JNLPClassLoader.defineClass(Unknown Source)
    at com.sun.jnlp.JNLPClassLoader.access$100(Unknown Source)
    at com.sun.jnlp.JNLPClassLoader$1.run(Unknown Source)
    at java.security.AccessController.doPrivileged(Native Method)
    at com.sun.jnlp.JNLPClassLoader.findClass(Unknown Source)
    at java.lang.ClassLoader.loadClass(Unknown Source)
    at com.sun.jnlp.JNLPClassLoader.loadClass(Unknown Source)
    at java.lang.ClassLoader.loadClass(Unknown Source)
    at java.lang.ClassLoader.loadClass(Unknown Source)

and so on ...
******************************
I tried to add the jms.jar file in my system classpath, but it doesn't work.
Then I checked the jar libraries linked in the "chainsawWebStart.jnlp" 
file and I noted the jms.jar file link is missing.
Moreover jms.jar file is also missing in the 
"http://logging.apache.org/log4j/docs/webstart/chainsaw/lib/" site.
How can I solve the problem?

Thanks in advance.
 E r i c.









---------------------------------------------------------------------
To unsubscribe, e-mail: log4j-user-unsubscribe@logging.apache.org
For additional commands, e-mail: log4j-user-help@logging.apache.org


Re: JMSAppender problem: jms.jar is missing.

Posted by Jacob Kjome <ho...@visi.com>.
jms.jar is a download from Sun.  You won't find it in the chainsaw 
distribution.  However, I'm not sure the best place for it?  Scott, should 
it go in the chainsaw plugins directory or JAVA_HOME/jre/lib/ext?

Jake

At 10:06 AM 2/28/2006 +0100, you wrote:
 >Hi all,
 >
 >I'm using the "Java Web Start" version of Chainsaw.
 >When I start chainsaw by clicking the "Java Web Start" link , the
 >following error is showed up in chainsaw's log panel:
 >
 >******************************
 >java.lang.NoClassDefFoundError: javax/jms/MessageListener
 >    at java.lang.ClassLoader.defineClass1(Native Method)
 >    at java.lang.ClassLoader.defineClass(Unknown Source)
 >    at java.security.SecureClassLoader.defineClass(Unknown Source)
 >    at com.sun.jnlp.JNLPClassLoader.defineClass(Unknown Source)
 >    at com.sun.jnlp.JNLPClassLoader.access$100(Unknown Source)
 >    at com.sun.jnlp.JNLPClassLoader$1.run(Unknown Source)
 >    at java.security.AccessController.doPrivileged(Native Method)
 >    at com.sun.jnlp.JNLPClassLoader.findClass(Unknown Source)
 >    at java.lang.ClassLoader.loadClass(Unknown Source)
 >    at com.sun.jnlp.JNLPClassLoader.loadClass(Unknown Source)
 >    at java.lang.ClassLoader.loadClass(Unknown Source)
 >    at java.lang.ClassLoader.loadClass(Unknown Source)
 >
 >and so on ...
 >******************************
 >I tried to add the jms.jar file in my system classpath, but it doesn't work.
 >Then I checked the jar libraries linked in the "chainsawWebStart.jnlp"
 >file and I noted the jms.jar file link is missing.
 >Moreover jms.jar file is also missing in the
 >"http://logging.apache.org/log4j/docs/webstart/chainsaw/lib/" site.
 >How can I solve the problem?
 >
 >Thanks in advance.
 > E r i c.
 >
 >
 >
 >
 >
 >
 >
 >
 >
 >---------------------------------------------------------------------
 >To unsubscribe, e-mail: log4j-user-unsubscribe@logging.apache.org
 >For additional commands, e-mail: log4j-user-help@logging.apache.org
 >
 >
 >  


---------------------------------------------------------------------
To unsubscribe, e-mail: log4j-user-unsubscribe@logging.apache.org
For additional commands, e-mail: log4j-user-help@logging.apache.org