Posted By:
Phillip_Barlow
Posted On:
Wednesday, June 12, 2002 11:15 PM
The company I am developing for has just purchased SwiftMQ v3.2.0. I have started testing it before commencing the upgrade of our users from SwiftMQ v2.x. I have found that, when using Sun's JDK1.2.2, a JIT error is thrown when I try to run the SwiftMQ router. The error printed to stderr is: A nonfatal internal JIT (3.10.107(x)) error 'chgTarg: Conditional' has occurred in : 'com/swiftmq/swiftlet/SwiftletManager.fireSwiftletManagerEvent (Ljava/lang/String;Ljava/lang/String;Lcom/swiftmq/swiftlet/event/SwiftletManagerEvent;)V': Interpreting method. Please report this error in detail to http://java.sun.com/cgi-bin/bugreport.cgi A nonfatal internal JIT (3.10.107(x)) error 'chgTarg: Conditional' has occurred
More>>
The company I am developing for has just purchased SwiftMQ v3.2.0. I have started testing it before commencing the upgrade of our users from SwiftMQ v2.x.
I have found that, when using Sun's JDK1.2.2, a JIT error is thrown when I try to run the SwiftMQ router. The error printed to stderr is:
A nonfatal internal JIT (3.10.107(x)) error 'chgTarg: Conditional' has occurred in :
'com/swiftmq/swiftlet/SwiftletManager.fireSwiftletManagerEvent (Ljava/lang/String;Ljava/lang/String;Lcom/swiftmq/swiftlet/event/SwiftletManagerEvent;)V': Interpreting method.
Please report this error in detail to http://java.sun.com/cgi-bin/bugreport.cgi
A nonfatal internal JIT (3.10.107(x)) error 'chgTarg: Conditional' has occurredin :
'com/swiftmq/swiftlet/trace/TraceSwiftlet.getTraceSpace (Ljava/lang/String;)Lcom/swiftmq/swiftlet/trace/TraceSpace;': Interpreting method.
Please report this error in detail to http://java.sun.com/cgi-bin/bugreport.cgi
java.lang.IllegalMonitorStateException: current thread not owner
at com.swiftmq.impl.auth.standard.AuthenticationSwiftletImpl.startup(AuthenticationSwiftletImpl.java:209)
at com.swiftmq.swiftlet.SwiftletManager.startUpSwiftlet(SwiftletManager.java:148)
at com.swiftmq.swiftlet.SwiftletManager.startKernelSwiftlets(SwiftletManager.java, Compiled Code)
at com.swiftmq.swiftlet.SwiftletManager.initSwiftlets(SwiftletManager.java, Compiled Code)
at com.swiftmq.swiftlet.SwiftletManager.startRouter(SwiftletManager.java, Compiled Code)
at com.swiftmq.Router.main(Router.java:17)
Exception during startup kernel swiftlet 'sys$authentication': current thread not owner
The router gets as far as printing this out to stdout:
Booting SwiftMQ 3.2.0 Production ...
... startup: Trace Swiftlet
... startup: Log Swiftlet
... startup: Authentication Swiftlet
Is this is a known issue/design decision for SwiftMQ v3.x?
<<Less