Kbase P12490: AdminService fails to start on P-IV processor with 9.0X
Autor |
  Progress Software Corporation - Progress |
Acesso |
  Público |
Publicação |
  10/15/2008 |
|
Status: Verified
FACT(s) (Environment):
Progress 9.0A
Progress 9.0B
Windows NT 32 Intel/Windows 2000
SYMPTOM(s):
AdminService fails to start on P-IV processor
Unable to start AdminService on P-IV processor
Progress Explorer fails to start on P-IV processor
Unable to start Progress Explorer on P-IV processor
CAUSE:
Java 1.1.7 shipped within Progress 9.0X does not contain instructions for P-IV processor
FIX:
Disable jit in order to make it work:
modify the properties of the icon of Progress Explorer and add "-nojit" to Taret line
open registry and add "-nojit" to JVMARGS under HKEY_LOCAL_MACHINE\SOFTWARE\PSC\PROGRESS\9.0B\JAVA
open registry and add "-nojit" to Chimera under
HKEY_LOCAL_MACHINE\SOFTWARE\PSC\AdminService\9.0B\ShutdownCmd
HKEY_LOCAL_MACHINE\SOFTWARE\PSC\AdminService\9.0B\StartupCmd
open %DLC%/proadsv.bat, %DLC%/bin/ubutil.bat, %DLC%/bin/ubconfig.bat and find a line at the end of file begins "%JVMSTRT%" -o stderr -s -m silent ..... and modify this line to "%JVMSTRT%" -o stderr -s -m silent -nojit .........
This example applies to 9.0B