Consultor Eletrônico



Kbase 21827: SonicMQ Adapter Fails to Start in 9.1x
Autor   Progress Software Corporation - Progress
Acesso   Público
Publicação   11/04/2002
SUMMARY:

You might encounter a situation where the SonicMQ Adapter (version 3.x or 4.x) will not start in the Progress 9.1x Explorer Tool, however, no errors are displayed.

Starting the Adapter manually (adaptman -i sonicMQ1 start) displays the following errors:

Progress Version 9.1x as of (some date)
Connecting to Progress AdminServer using rmi://localhost:20931/Chimera (8280)
Searching for sonicMQ1 (8288)
Connecting to sonicMQ1 (8276)
Unable to start sonicMQ1 (8297)

SOLUTION:

For SonicMQ Version 3.x.

As outlined in Progress Knowledge Base Solution 20029, step 2, copy the following files from the SonicMQ install directory and put them in the DLC/java/sonicMQ/lib directory.

sonicinstall/lib/client.jar
sonicinstall/lib/jndi.jar

For SonicMQ Version 4.x.

As outlined in Progress Knowledge Base Solution 20029, step 3, copy the following files from the SonicMQ install directory and put them in the DLC/java/sonicMQ/lib directory.

sonicinstall/lib/sonic_Client.jar
sonicinstall/lib/jndi.jar

The following changes must also be made on the appropriate platform when using SonicMQ 4.x, .

ON UNIX: Edit the $DLC/bin/java_env file and replace the
client.jar with sonic_Client.jar in the Progress Classpath
(PROGRESSCP).

ON WINDOWS: Edit the Progress Classpath (PROGRESSCP) and replace the "client.jar" with "sonic_Client.jar" in the:progress.ini file under the Java Environment section entitled
"; This section defines the Java environment."
or in the registry key: HKEY_LOCAL_MACHINE\SOFTWARE\PSC\PROGRESS\9.1C\JAVA\PROGRESSCP


References to Written Documentation:

Progress Knowledge Base Solution 20029, "Necessary Steps Before Running 4GL Adapter"