Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fail to connect with SSL #142

Open
zkxil opened this issue Jun 30, 2022 · 5 comments
Open

Fail to connect with SSL #142

zkxil opened this issue Jun 30, 2022 · 5 comments

Comments

@zkxil
Copy link

zkxil commented Jun 30, 2022

I created a kdb with pem
runmqakm -keydb -create -db key.kdb -pw ****** -type cms -stash runmqakm -cert -add -db key.kdb -label sdpimqcert -file mysv.pem -pw ******
I put all the "key.kdb" "key.rdb" "key.sth"" key.crl" files to config folder, then I set this key to key repository
sco.KeyRepository = "./config/key";

After deploying, I got error:
MQ call failed in CONNX: MQCC = MQCC_FAILED [2] MQRC = MQRC_HOST_NOT_AVAILABLE [2538]
I telneted the mq server, it can be connected.
Can you please help me about this issue.

@ibmmqmet
Copy link
Collaborator

Not enough information here. The error logs on the client and/or the qmgr should have a lot more details about the error.

@zkxil
Copy link
Author

zkxil commented Jul 1, 2022

Not enough information here. The error logs on the client and/or the qmgr should have a lot more details about the error.
Here's the error log.

----- amqxeida.c : 6752 -------------------------------------------------------
06/30/22 16:16:54 - Process(1.1) User(1006100000) Program(node)
                    Host(saas-scheduled-job-698bc8bcb8-w9ltk) Installation(MQNI92L22020700P)
                    VRMF(9.2.5.0)
                    Time(2022-06-30T16:16:54.258Z)
                    RemoteHost(X.XXX.XX.XXX)
                    ArithInsert1(104) ArithInsert2(104)
                    CommentInsert1(g42pa00002364 (X.XXX.XX.XXX)(1414))
                    CommentInsert2(TCP/IP)
                    CommentInsert3( read())
                   
AMQ9208E: Error on receive from host g42pa00002364 (X.XXX.XX.XXX)(1414).

EXPLANATION:
An error occurred receiving data from g42pa00002364 (X.XXX.XX.XXX)(1414) over
TCP/IP. This may be due to a communications failure.
ACTION:
The return code from the TCP/IP read() call was 104 (X'68'). Record these
values and tell the systems administrator.

@ibmmqmet
Copy link
Collaborator

ibmmqmet commented Jul 1, 2022

So that's part of the information. What about the qmgr error logs?

@zkxil
Copy link
Author

zkxil commented Jul 1, 2022

So that's part of the information. What about the qmgr error logs?

That's all information from MQ client.
About qmgr error logs, are they from MQ server?

@ibmmqmet
Copy link
Collaborator

ibmmqmet commented Jul 2, 2022

yes

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants