Consultor Eletrônico



Kbase P125103: proadsv -start fails with Cannot start AdminServer on remote host: <hostname>
Autor   Progress Software Corporation - Progress
Acesso   Público
Publicação   03/08/2010
Status: Unverified

SYMPTOM(s):

Cannot start AdminServer on remote host: <hostname>

Machine has multiple network cards

Trying to bind adminserver to non primary network card

Setting -Djava.rmi.server.hostname does not help

Use -host does not help

Not running on a cluster

Desired ip address is associated with a different name than hostname

FACT(s) (Environment):

OpenEdge 10.X
UNIX

CAUSE:

This is an expected behaviour - by default adminserver won't start if a hostname (ip address) used during startup (-Djava.rmi.server.hostname or proadsv -host) is different then 'hostname'.

FIX:

Use "proadsv -start -host <desired ip or host> -cluster".

-cluster is primarily used in cluster environment, but can be used in this case also. The "-cluster" was added to make sure that the user understands that starting the AdminServer on a remote host is by default not allowed.