Consultor Eletrônico



Kbase P118876: Problem with adminserver on IBM cluster
Autor   Progress Software Corporation - Progress
Acesso   Público
Publicação   16/10/2008
Status: Unverified

FACT(s) (Environment):

IBM AIX
Progress 9.x

SYMPTOM(s):

proadsv -start -cluster -host <IPaddress/Name of cluster>

impossible to connect to the admin server

"proadsv -query -host <IPaddress/Name of cluster>" hangs

RMI tries to bind to local node1 address and not to cluster address, as seen within message 7839 of admserv.log

[RegistryManager] RMI registry thread started: sun.rmi.registry.RegistryImpl[RemoteStub [ref: endpoint:[111.11.111.22:20931](local),objID:[0:0:0, 0]]]] (7893)

CAUSE:

This is a known issue being investigated by Development

FIX:

Workaround:

1. Edit the $DLC/bin/java_env file and add to JVMARGS, in the AIX section:
-Djava.rmi.server.hostname=<IPaddress_cluster>
as for example:
JVMARGS="-Xms256m -Xmx512m -Djava.rmi.server.hostname=111.11.111.25 ${JVMARGS}"

2. Run
proadsv -start -cluster