Posted: Thu Jan 29, 2004 4:32 pm Post subject: PCF error in 5.3
Newbie
Joined: 26 Jan 2004 Posts: 5
Hi all,
A strange problem here...
I am running the java PCF sample ListQueueDepth from support pack MS0B (java PCF classes) . I am running it using a SVRCONN channel.
When I run it against a MQSeries 5.2 box, it works fine.
When I run it against a MQSeries 5.3 box, it times out (I have tried adjusting the PCF timeout) and gives an error with reason code 2033 (MQRC_NO_MSG_AVAILABLE).
In the error log on the 5.3 server I find this error:
AMQ9208: Error on receive from host 10.132.10.15.
EXPLANATION:
An error occurred receiving data from 10.132.10.15 over TCP/IP. This may be due to a communications failure.
ACTION:
The return code from the TCP/IP (read) call was 73 (X'49'). Record these values and tell the systems administrator.
I've done some debugging and found the error occurs when the method PCFAgent.send() is called.
The command server is running before and after the error.
The MS0B 2.3 classes and examples have been tested under JDK 1.3.1 against WebSphere MQ 5.2.1 and 5.3 queue managers running on Windows 2000. Other platform and version combinations have not been tested in this release. However, these classes are compatible with other platforms and versions that offer the WebSphere MQ Java API or accept TCP/IP client connections and support PCF commands.
The code I've written works against a Win2000 Q Manager v5.2 and an AIX Q Manager v5.1 but not AIX Q Manager v5.3.
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum