Hi,Hi Xavier,
I am using XMLBlaster 0.847
I got the error ?
java.lang.Exception: Stack trace INFO | jvm 1 | 2003/09/08 21:37:02 | at java.lang.Thread.dumpStack(Unknown Source) INFO | jvm 1 | 2003/09/08 21:37:02 | at org.xmlBlaster.util.Timeout.refreshTimeoutListener(Timeout.java:278) INFO | jvm 1 | 2003/09/08 21:37:02 | at ... com.infovista.foundation.jmx.event.LoginRequestor.run(LoginRequestor.java:89 )
What does it mean ? And how can I avoid it ?
it is a bug. We have fixed it in the current cvs, you have two options:
1. Migrate to the current cvs xmlBlaster release
2. Checkout the fixed Timeout.java, compile it and put it into your xmlBlaster.jar. The fixed Timeout.java is backcompatible to release 0.847, here are the steps:
o cvs -d :pserver:[EMAIL PROTECTED]:/opt/cvsroot login
(Password is 'cvs')o cd tmp
o cvs -d :pserver:[EMAIL PROTECTED]:/opt/cvsroot co xmlBlaster/src/java/org/xmlBlaster/util/Timeout.java
o cd xmlBlaster/src/java
o export CLASSPATH=$XMLBLASTER_HOME/lib/xmlBlaster.jar
(Pointing to your 0.847 release)o javac org/xmlBlaster/util/Timeout.java
o Add org/xmlBlaster/util/Timeout.class to your 0.847 xmlBlaster.jar
regards
Marcel
Thanks
Xavier.
-- http://www.xmlBlaster.org
