Просмотр периодических ошибок при запуске PUT на сервере MQJAVA

Программисты JAVA общаются здесь
Anonymous
Просмотр периодических ошибок при запуске PUT на сервере MQ

Сообщение Anonymous »

Мы используем программу Java для отправки запроса PUT на сервер MQ. В последнее время мы наблюдаем периодические ошибки. Иногда все работает без проблем, однако ошибка возникает без видимой причины.
Я ценю вашу помощь в устранении этой ошибки.
Из на стороне клиента мы видим эту ошибку:
com.ibm.mq.MQException: MQJE001: Completion Code '2', Reason '2063'.
at com.ibm.mq.MQManagedConnectionJ11.(MQManagedConnectionJ11.java:251)
at com.ibm.mq.MQClientManagedConnectionFactoryJ11._createManagedConnection(MQClientManagedConnectionFactoryJ11.java:449)
at com.ibm.mq.MQClientManagedConnectionFactoryJ11.createManagedConnection(MQClientManagedConnectionFactoryJ11.java:486)
at com.ibm.mq.StoredManagedConnection.(StoredManagedConnection.java:97)
at com.ibm.mq.MQSimpleConnectionManager.allocateConnection(MQSimpleConnectionManager.java:194)
at com.ibm.mq.MQQueueManagerFactory.obtainBaseMQQueueManager(MQQueueManagerFactory.java:870)
at com.ibm.mq.MQQueueManagerFactory.procure(MQQueueManagerFactory.java:818)
at com.ibm.mq.MQQueueManagerFactory.constructQueueManager(MQQueueManagerFactory.java:760)
at com.ibm.mq.MQQueueManagerFactory.createQueueManager(MQQueueManagerFactory.java:200)
at com.ibm.mq.MQQueueManager.(MQQueueManager.java:1004)
at MQUtility.main(MQUtility.java:333)

В журнале ошибок сервера MQ мы видим следующие ошибки:
----- amqzfubn.c : 3986 -------------------------------------------------------
4/26/2024 01:03:00 - Process(6200.26) User(SYSTEM) Program(amqrmppa.exe)
Host(HOTS-NAME) Installation(Installation1)
VRMF(9.0.3.0) QMgr(Test)
Time(2024-04-26T06:03:00.217Z)

AMQ9557: Queue Manager User ID initialization failed for 'user-name'.

EXPLANATION:
The call to initialize the User ID 'user-name' failed with CompCode 2 and Reason
2063. If an MQCSP block was users, the User ID in the MQCSP block was ''.
ACTION:
Correct the error and try again.
----- cmqxrsrv.c : 2350 -------------------------------------------------------
4/26/2024 01:03:02 - Process(4604.33) User(SYSTEM) Program(amqzlaa0.exe)
Host(HOST-NAME) Installation(Installation1)
VRMF(9.0.3.0) QMgr(Test)
Time(2024-04-26T06:03:02.387Z)

AMQ7227: IBM MQ encountered the following network error: The RPC server is
unavailable.

EXPLANATION:
MQ failed to successfully complete a network operation due to the specified
error. If the error is encountered on systems that are part of a Windows 2000
domain it can indicate incorrect DNS or WINS configuration.
ACTION:
Ensure that your network is functioning correctly. On the Windows platform
check DNS and/or WINS settings to ensure that domain controllers, used for
authentication or authorisation functions, are accessible.
----- amqzfubn.c : 3986 -------------------------------------------------------
4/26/2024 01:03:02 - Process(6200.27) User(SYSTEM) Program(amqrmppa.exe)
Host(HOST-NAME) Installation(Installation1)
VRMF(9.0.3.0) QMgr(Test)
Time(2024-04-26T06:03:02.387Z)

AMQ9557: Queue Manager User ID initialization failed for 'user-name'.

EXPLANATION:
The call to initialize the User ID 'user-name' failed with CompCode 2 and Reason
2063. If an MQCSP block was users, the User ID in the MQCSP block was ''.
ACTION:
Correct the error and try again.
----- cmqxrsrv.c : 2350 -------------------------------------------------------


Подробнее здесь: https://stackoverflow.com/questions/783 ... -mq-server

Вернуться в «JAVA»