Consultor Eletrônico



Kbase P35262: Connecting to the SonicMQ Adapter: java.net.UnknownHostExcep
Autor   Progress Software Corporation - Progress
Acesso   Público
Publicação   17/02/2004
Status: Unverified

FACT(s) (Environment):

Progress 9.1D

FACT(s) (Environment):

HP-UX

NEGATED SYMPTOM(s):

Attempting to make a connection through the SonicMQ Adapter to the SonicMQ Broker.

SYMPTOM(s):

Executing connection string:

RUN setBrokerURL IN pubsubsession ("ServerName:2506").

java.net.UnknownHostException:

CAUSE:

UNIX is not resolving the Server name in hosts file.

FIX:

Specify the IP address instead of the Server name in order to connect.

RUN setBrokerURL IN pubsubsession ("IPAddress:2506").