Consultor Eletrônico



Kbase P35976: Can not query the WS broker because the Adminserver dies
Autor   Progress Software Corporation - Progress
Acesso   Público
Publicação   22/04/2004
Status: Unverified

FACT(s) (Environment):

WebSpeed 3.1D

FACT(s) (Environment):

Solaris SPARC 8 64-bit

SYMPTOM(s):

Application can not be accessed after several days of the Progress components left up

Progress java processes dying on system

Can not query the webspeed broker

Error when trying to query the broker
"PROGRESS Version 9.1D as of Wed May 15 14:42:28 EDT 2002

Connecting to Progress AdminServer using rmi://localhost:20931/Chimera (8280)
Unable to connect to Progress AdminServer at rmi://localhost:20931/Chimera (8287) Unable to find wsbroker1 (8281)"

Can not query NameServer and/or the AdminServer

On 9.1D06

Using java 1.2.2

WebSpeed installation is 32 bit

No srvrStartupParam defined under child, [UBroker.WS.wsbroker1]

srvrStartupParam is defined under parent only, [UBroker.WS]

CAUSE:

There may be a combination of variables causing java process to die when using Progress 9.1D06 on Solaris 64-bit.

1. The supported java version on Progress 9.1D is java 1.3.0
2. Child properties for WS within the ubroker.properties may need tweeking

FIX:

Make the following changes in the ubroker.properties file

1. Move srvrStartupParam from the parent, [UBroker.WS], to child, [UBroker.WS.wsbroker1]

2. Under the child, [UBroker.WS.wsbroker1]
Set the minSrvrInstance to zero.
minSrvrInstance=0

3. Save changes and restart all processes

4. Use jre that Progress ships on Solaris, 1.3.0
JREHOME=$DLC/jre;export JREHOME

5. Add JREHOME and JREHOME/bin to PATH
PATH=$JREHOME:$JREHOME/bin:%PATH;export PATH