We are using IBM MQ Series v5.3 on Windows 2000 server and backend java application connects to this MQ series on the other server running on same Windows 2000. The java based application a Deamon thread always checks for messages on a particular queue but always receives following 3 different errors (different times).... Among this "MQJE001: Completion Code 2, Reason 2053" this is bothering a lot the others are "MQJE011: Socket connection attempt refused" and "MQJE001: Completion Code 2, Reason 2059"
If someone can help me about "MQJE001: Completion Code 2, Reason 2053" this error would be really great.
Have you installed any broker using the SRVANY program? If so, there is a known issue wherein the systemroot variable becomes unset, and the TCP/IP stack doesn't initialize correctly. Try manually setting the system root in your applicaion or creating a batch file to do so at startup..