Kbase P18362: The WebSpeed application crashes with java.lang.NullPointerException
Autor |
  Progress Software Corporation - Progress |
Acesso |
  Público |
Publicação |
  16/10/2008 |
|
Status: Verified
FACT(s) (Environment):
WebSpeed 3.1B
Windows NT 4.0
SYMPTOM(s):
Unhandled exception caught in S-0011. (8419)
java.lang.NullPointerException: at com.progress.ubroker.broker.ubServerThread.getServerPipeMsg(ubServerThread.java:1248)
at com.progress.ubroker.broker.ubServerThread.getServerIPCEvent(Compiled Code)
at com.progress.ubroker.broker.ubServerThread.solicitEvent(Compiled Code)
at com.progress.ubroker.broker.ubServerThread.mainline(Compiled Code)
at com.progress.ubroker.broker.ubServerThread.run(ubServerThread.java:190)
Client FSM Error : Invalid ACTION for STATE : state= 0 STATE_IDLE event= 8 EVENT_ERROR action= 10 nextState= 9 STATE_OBLIVION.(8087)
Windows NT Service Pack 6
CAUSE:
Problem related to JIT being started as default
FIX:
Disable the Java JIT compiler from following places:
1. In %DLC%\bin\ubutil.bat, change the last line to:
"%JVMSTRT%" -o stderr -s -m silent "%JVM%" -nojit -classpath "%JCP%"
-DInstall.Dir="%DLC%" -DWork.Dir="%WRK%" %UBUTILPKG%.%UBUTILCLASS%
%PARMS%
2. Make the same change to the %DLC%\bin\ubconfig.bat.