Consultor Eletrônico



Kbase P29784: SonicMQ Adapter errors out with error 9407 when adaptor thread dies
Autor   Progress Software Corporation - Progress
Acesso   Público
Publicação   28/04/2009
Status: Verified

SYMPTOM(s):

SonicMQ Adapter errors out with error 9407.

Connection failure for host <host_name> port <port> transport <transport_name>. (9407)

Adapter protocol error: Connection failure for host <hostname> port <port> transport <transport_name> (9407)

FACT(s) (Environment):

Progress 9.1x
All Supported Operating Systems

CAUSE:

The thread handling the 4GL client connection dies. For certain Java versions the JIT compiler didn't' work properly causing the SonicMQ Adapter thread to die.

FIX:

Disable JIT in JVM.

Set following environment variable prior to starting admin server

JAVA_COMPILER=; export JAVA_COMPILER