Kbase 47572: SonicMQ 4.x broker shuts down during startup due to a severe error
Autor |
  Progress Software Corporation - Progress |
Acesso |
  Público |
Publicação |
  5/10/1998 |
|
Solution ID: P17572
FACT(s) (Environment):
Windows 2000
SonicMQ 4.x
SYMPTOM(s):
Broker shuts down during startup due to a severe error
CAUSE:
On the Windows 2000 platform with the Cloudscape database and the
bundled JRE as the broker's JVM, the startbr or dbtool script might
occasionally fail during startup with a NullPointerException. This
behavior has been traced to problems with the JIT compiler. It is
further documented in release note [3369].
FIX:
Modify the setenv.bat script to disable the JIT compiler. This can be
done by adding:
-Djava.compiler=none
to the line:
set BROKER_JVM_ARGS=
For example, the setenv.bat script might look like this:
set BROKER_JVM_ARGS=-Xms32m -Xmx256m -Djava.compiler=none
The broker will then output the warning:
JIT compiler "none" not found.
It will now use interpreter.
References to Written Documentation:
SonicMQ version 4.0 Documentation Release Notes (local HTML)