Consultor Eletrônico



Kbase 30102: Version 9.1B NameServer Does Not Start on Win32 From Command Prompt
Autor   Progress Software Corporation - Progress
Acesso   Público
Publicação   10/05/1998
Solution ID: P102

FACT(s) (Environment):

Progress 9.1B
Windows NT 32 Intel/Windows 2000
Pentium IV

SYMPTOM(s):

NameServer does not start

error in admserv.log

.() failure: (8171)

Started from Command Prompt

NameServer query ('nsman -i ns1 -q') returns Java Exception error

exception in thread main java.lang.excetionInInitializer

jni panic:could not build argument list for main

AdminServer query ('proadsv -query') returns AdminServer is alive.

SvcControlCmd.connectToService() failure: Unable to connect to the service process at rmi://DHYHX10J:20931/wsbroker1 (8171).

CHANGE:

Installed Progress 9.1B on Win32 with Pentium IV processor.

CAUSE:

The problem occurs due to the enabled Java JIT compiler.

FIX:

Alter ubutil.bat ($DLC\bin\ubutil.bat)

Add the JVM value '-nojit' in the last line so it will look like the line below:

"%JVMSTRT%" -o stderr -s -m silent "%JVM%" -nojit -classpath "%JCP%"
-DInstall.Dir="%DLC%" -DWork.Dir="%WRK%" %UBUTILPKG%.%UBUTILCLASS%
%PARMS%