Author |
Message |
Topic: 2035 NOT AUTHORIZED client work station |
MABeatty1978
Replies: 6 Views: 8857
|
Forum: General IBM MQ Support Posted: Mon Oct 07, 2019 7:17 am Subject: 2035 NOT AUTHORIZED client work station |
The queue manager logs should show the entity that is connecting and the authority causing the MQRC 2035.
Also:
1. Are you mapping a connecting user to a 'local' user (CHLAUTH rules) ?
2. Are y ... |
Topic: 2035 NOT AUTHORIZED client work station |
MABeatty1978
Replies: 6 Views: 8857
|
Forum: General IBM MQ Support Posted: Mon Oct 07, 2019 6:41 am Subject: 2035 NOT AUTHORIZED client work station |
We're migrating to a new Linux OS and upgrading MQ to the current version and I've run into a problem with my application on our client workstations. When trying to do a message put, I'm getting a 20 ... |
Topic: IOException MQMessag2.readConvertedString():MALFORMED[1] |
MABeatty1978
Replies: 2 Views: 6687
|
Forum: General IBM MQ Support Posted: Mon Oct 23, 2017 12:12 pm Subject: IOException MQMessag2.readConvertedString():MALFORMED[1] |
I've got a C program that sends a message to a queue which a java program is reading. Up to this point, it works fine. The Java and C programs have been running on a Linux machine. I've since moved ... |
Topic: MQCONN takes 20 seconds on client |
MABeatty1978
Replies: 19 Views: 16865
|
Forum: General IBM MQ Support Posted: Fri Oct 20, 2017 11:19 am Subject: MQCONN takes 20 seconds on client |
Thank you Paul for your help. I found the issue (still don't know the why).
14:48:20.353374 28788.1 RSESS:000001 Hostname: 'primary'
14:48:20.353376 28788.1 RSESS:000001 -- ... |
Topic: MQCONN takes 20 seconds on client |
MABeatty1978
Replies: 19 Views: 16865
|
Forum: General IBM MQ Support Posted: Fri Oct 20, 2017 10:56 am Subject: MQCONN takes 20 seconds on client |
Well it certainly looks suspicious. However, we have at least narrowed it down to the MQ environment somehow. What I would do next is trace it.
Take an MQ Trace of the client. And look where the 2 ... |
Topic: MQCONN takes 20 seconds on client |
MABeatty1978
Replies: 19 Views: 16865
|
Forum: General IBM MQ Support Posted: Fri Oct 20, 2017 10:06 am Subject: MQCONN takes 20 seconds on client |
Do you see the same delay if you just do a simple PING or trace route? As I said before, do you see the same delay if you just use a simple AMQSPUTC ?
Essentially, I think you should try different ... |
Topic: MQCONN takes 20 seconds on client |
MABeatty1978
Replies: 19 Views: 16865
|
Forum: General IBM MQ Support Posted: Fri Oct 20, 2017 9:40 am Subject: MQCONN takes 20 seconds on client |
Ok, so it doesn't look like a host name list is the issue.
I'm not sure I agree that 20 seconds for a connect is not uncommon. I would say it was pretty high. I guess the question is what are the ... |
Topic: MQCONN takes 20 seconds on client |
MABeatty1978
Replies: 19 Views: 16865
|
Forum: General IBM MQ Support Posted: Fri Oct 20, 2017 4:41 am Subject: MQCONN takes 20 seconds on client |
Any chance you have set this client up with a list of IP addresses in the connection name? 20 seconds is about the time it takes TCP to return a failed connect() to an unavailable IP address.
Cheer ... |
Topic: MQCONN takes 20 seconds on client |
MABeatty1978
Replies: 19 Views: 16865
|
Forum: General IBM MQ Support Posted: Thu Oct 19, 2017 11:08 am Subject: MQCONN takes 20 seconds on client |
I have clients that are putting messages to clustered queues. On the server, things work just fine. But messages coming from a client are taking exactly 20 seconds to do an MQCONN. This happens mos ... |
Topic: Unknown constant tag 84 in class file com/ibm/mq/jmqi/JmqiEn |
MABeatty1978
Replies: 6 Views: 16927
|
Forum: IBM MQ Java / JMS Posted: Mon Oct 16, 2017 8:43 am Subject: Unknown constant tag 84 in class file com/ibm/mq/jmqi/JmqiEn |
Are the java classes that are being used typically located in /opt/mqm/java/lib?
Yes they are.
So if the libraries are identical in a working and nonworking location, then I can rule th ... |
Topic: Unknown constant tag 84 in class file com/ibm/mq/jmqi/JmqiEn |
MABeatty1978
Replies: 6 Views: 16927
|
Forum: IBM MQ Java / JMS Posted: Mon Oct 16, 2017 7:43 am Subject: Unknown constant tag 84 in class file com/ibm/mq/jmqi/JmqiEn |
That's not anything about a corrupt class file.
It says that there's a constant being passed in that has a value of 84, and the listed class doesn't know about it.
Which, if you start at the bac ... |
Topic: Unknown constant tag 84 in class file com/ibm/mq/jmqi/JmqiEn |
MABeatty1978
Replies: 6 Views: 16927
|
Forum: IBM MQ Java / JMS Posted: Mon Oct 16, 2017 6:51 am Subject: Unknown constant tag 84 in class file com/ibm/mq/jmqi/JmqiEn |
I've got a java application that is bombing out when trying to connect to MQ. Here is the stack trace:
Exception in thread "main" java.lang.ClassFormatError: Unknown constant tag 84 in c ... |
Topic: Please explain fail if quiescing |
MABeatty1978
Replies: 4 Views: 10391
|
Forum: General Discussion Posted: Thu Sep 28, 2017 7:50 am Subject: Please explain fail if quiescing |
Quite simply, if the sysadmin issues the endmqm command, do you want your application to be notified - so that it can gracefully end its processing (complete units of work) ?
If it doesn't fail, wh ... |
Topic: Please explain fail if quiescing |
MABeatty1978
Replies: 4 Views: 10391
|
Forum: General Discussion Posted: Thu Sep 28, 2017 6:28 am Subject: Please explain fail if quiescing |
I understand what the mqoo-fail-if-quiescing option does and its purpose.... but I'm struggling to understand the reasoning for using it.
What is a use case that I would not want to use it?
What ... |
Topic: Strict delivery of mq messages through transmission queue |
MABeatty1978
Replies: 6 Views: 9397
|
Forum: General Discussion Posted: Fri Jul 14, 2017 9:58 am Subject: Strict delivery of mq messages through transmission queue |
Is there a way to force strict sequential delivery of messages to a remote queue through a transmission queue? So that if messages 1, 2, 3, 4 are all put on a que, they are ensured to show up on the ... |