Author |
Message |
Topic: An SSL certificate received from the remote system was not |
rsinha
Replies: 2 Views: 4700
|
Forum: IBM MQ Security Posted: Fri Nov 07, 2014 3:59 pm Subject: An SSL certificate received from the remote system was not |
Hi,
We are on version MQ 5.3 and am using SSL on channels with our trading partner. The channels were working fine until the trading partner renewed their SSL cert. This new cert has the same roo ... |
Topic: gsk6cmd ACCESS_VIOLATION occured outside Interpreter and JIT |
rsinha
Replies: 4 Views: 3516
|
Forum: IBM MQ Security Posted: Thu Jul 25, 2013 11:54 am Subject: gsk6cmd ACCESS_VIOLATION occured outside Interpreter and JIT |
I am runnning gsk6cmd on WMQ 5.3. It works every where else except on one box. The environment on this box to my knowledge is the sam as on others. |
Topic: gsk6cmd ACCESS_VIOLATION occured outside Interpreter and JIT |
rsinha
Replies: 4 Views: 3516
|
Forum: IBM MQ Security Posted: Thu Jul 25, 2013 9:58 am Subject: gsk6cmd ACCESS_VIOLATION occured outside Interpreter and JIT |
Also, the gsk6cmd generates javacore.txt when this rror occurs. The file has following -
"main" (TID:0x100519D8, sys_thread_t:0x80592A8, state:R, native ID:0x2000) prio=5
at com ... |
Topic: gsk6cmd ACCESS_VIOLATION occured outside Interpreter and JIT |
rsinha
Replies: 4 Views: 3516
|
Forum: IBM MQ Security Posted: Thu Jul 25, 2013 9:54 am Subject: gsk6cmd ACCESS_VIOLATION occured outside Interpreter and JIT |
When I execute gsk6cmd I get this error -
gsk6cmd -cert -details -db key.kdb -pw eoadmin -label ibmwebspheremqe2open.mqdr2
Unexpected exception has occurred:
ReportedExceptionCode = b, at Excepti ... |
Topic: MQ v 5.3 installation on Redhat 2.1 is not working |
rsinha
Replies: 14 Views: 8407
|
Forum: IBM MQ Installation/Configuration Support Posted: Tue Mar 06, 2012 4:23 pm Subject: MQ v 5.3 installation on Redhat 2.1 is not working |
because the same version is installed on other boxes on our site. |
Topic: MQ v 5.3 installation on Redhat 2.1 is not working |
rsinha
Replies: 14 Views: 8407
|
Forum: IBM MQ Installation/Configuration Support Posted: Mon Mar 05, 2012 6:42 pm Subject: MQ v 5.3 installation on Redhat 2.1 is not working |
Yes, all MQ packages are correctly installed and no errors in errors/ directory. |
Topic: MQ v 5.3 installation on Redhat 2.1 is not working |
rsinha
Replies: 14 Views: 8407
|
Forum: IBM MQ Installation/Configuration Support Posted: Mon Mar 05, 2012 4:57 pm Subject: MQ v 5.3 installation on Redhat 2.1 is not working |
I have Redhat 2.1, with kernel 2.4.9-e.72enterprise #1 SMP. After installing MQ 5.3 on this box, all MQ commands, starting with setmqcap, are simply hanging. The file permissions on these MQ commands ... |
Topic: How to send a zip file through MQ JMS |
rsinha
Replies: 3 Views: 7301
|
Forum: IBM MQ Java / JMS Posted: Wed Sep 14, 2011 8:17 am Subject: How to send a zip file through MQ JMS |
Actually, I wasn't setting some properties which our project required, before it set those as JMS setxxxProperty on the message. I'm able to set the properties on BytesMessage.
Thanks a lot for you ... |
Topic: How to send a zip file through MQ JMS |
rsinha
Replies: 3 Views: 7301
|
Forum: IBM MQ Java / JMS Posted: Mon Sep 12, 2011 10:39 pm Subject: How to send a zip file through MQ JMS |
Hi,
I need to send a zip message using MQ JMS. Currently I'm using BytesMessage to send the zip message and I'm able to retrieve that from the queue correctly. But I also need to set some RFH2 prope ... |
Topic: MQ Client connection to MQ Server fails after somo period |
rsinha
Replies: 2 Views: 4600
|
Forum: IBM MQ Installation/Configuration Support Posted: Sun Mar 15, 2009 11:55 am Subject: MQ Client connection to MQ Server fails after somo period |
Hi,
We have recently installed MQ binaries and created queues and channels etc on a NetApp storage, that has been mounted on a Linux server. The Linux server has been placed in a highly secure env ... |
Topic: SVRCONN channel keeps the connection open, with network fail |
rsinha
Replies: 4 Views: 5014
|
Forum: IBM MQ Java / JMS Posted: Thu Mar 29, 2007 10:50 am Subject: SVRCONN channel keeps the connection open, with network fail |
yes, but the question is, why does MQ thinks that the client is still connected, when it isn't?
Thanx |
Topic: SVRCONN channel keeps the connection open, with network fail |
rsinha
Replies: 4 Views: 5014
|
Forum: IBM MQ Java / JMS Posted: Thu Mar 29, 2007 9:40 am Subject: SVRCONN channel keeps the connection open, with network fail |
Hi,
We are running MQ server on one linux box aqnd MQ client on another. Our App on Client machine uses JMS to connect to MQ QMGR, using SVRCONN channel. Many times we've noticed that if the netwo ... |
Topic: Question on onMessage() |
rsinha
Replies: 4 Views: 6017
|
Forum: IBM MQ Java / JMS Posted: Thu Mar 30, 2006 8:06 am Subject: Question on onMessage() |
Thanx for the suggestions, I'm leaning towards CL_ACK. A few questions, since in onMessage() I don't have access to session object, I'll not be able to call session.recover() from there. Also, from on ... |
Topic: Question on onMessage() |
rsinha
Replies: 4 Views: 6017
|
Forum: IBM MQ Java / JMS Posted: Thu Mar 30, 2006 12:05 am Subject: Question on onMessage() |
Have seen a few posts on this subject but haven't yet found what I'm looking for. My JMS app is using non-transacted auto-acknowledge session at the moment (can switch to client-acknowledge, if that w ... |
Topic: Problem with message listener on MQ Linux |
rsinha
Replies: 4 Views: 3646
|
Forum: IBM MQ Java / JMS Posted: Wed Feb 15, 2006 6:04 pm Subject: Problem with message listener on MQ Linux |
We are using WMQ for Linux, Version: 530.4 CSD04.
We us JMS to create listeners for many queues, using setMessageListener(). Recently we noticed, that after 10 listeners were created for 10 queu ... |