ASG
IBM
Zystems
Cressida
Icon
Netflexity
 
  MQSeries.net
Search  Search       Tech Exchange      Education      Certifications      Library      Info Center      SupportPacs      LinkedIn  Search  Search                                                                   FAQ  FAQ   Usergroups  Usergroups
 
Register  ::  Log in Log in to check your private messages
 
RSS Feed - WebSphere MQ Support RSS Feed - Message Broker Support

MQSeries.net Forum Index » IBM MQ Java / JMS » Getting JMSWMQ0018 , JMSCMQ0001 AMQ9204 & AMQ9213

Post new topic  Reply to topic Goto page Previous  1, 2, 3, 4  Next
 Getting JMSWMQ0018 , JMSCMQ0001 AMQ9204 & AMQ9213 « View previous topic :: View next topic » 
Author Message
Vitor
PostPosted: Wed Oct 22, 2014 9:04 am    Post subject: Reply with quote

Grand High Poobah

Joined: 11 Nov 2005
Posts: 26093
Location: Texas, USA

pandeg wrote:
I created another queue manager on linux server with 400 server connection channel and 400 remote queues. After that I tried to open these many channels for sending 100 messages of 4 kb to each of these queues simultaneously.


Which I interpret to mean that you created a new 7.0.1.9 queue manager on a Linux OS, used the Java code in your original post to open 400 simultanious connections and put 100 messages over each connection, where each message was 4Kb, to a remote queue defined to the queue manager.

Can you confirm this interpretation, and that you received the same errors from your code?
_________________
Honesty is the best policy.
Insanity is the best defence.
Back to top
View user's profile Send private message
pandeg
PostPosted: Wed Oct 22, 2014 9:09 am    Post subject: Reply with quote

Disciple

Joined: 21 Oct 2014
Posts: 195

yeah exactly and I received the same error what i mentioned previously. I also tried to increase the max handle limit to 512.
Back to top
View user's profile Send private message
Vitor
PostPosted: Wed Oct 22, 2014 9:11 am    Post subject: Reply with quote

Grand High Poobah

Joined: 11 Nov 2005
Posts: 26093
Location: Texas, USA

Then we're back to the network, unless there's anything probative in the queue manager or channel logs.
_________________
Honesty is the best policy.
Insanity is the best defence.
Back to top
View user's profile Send private message
pandeg
PostPosted: Wed Oct 22, 2014 9:13 am    Post subject: Reply with quote

Disciple

Joined: 21 Oct 2014
Posts: 195

I tried the other way as well by increasing the client machines(linux os) and limiting the connection to 300 on each machine , but still getting the same error. I added 2 machines and tried to hit with 300 connection on each machine , but when I tried to increase to 3 machine , it again failed.
Back to top
View user's profile Send private message
pandeg
PostPosted: Wed Oct 22, 2014 9:16 am    Post subject: Reply with quote

Disciple

Joined: 21 Oct 2014
Posts: 195

I wanted to increase as many connection either from same client machine if allows or to increase the client machines keeping channel limit on each machine to see how queue manager react and where it get fails for any reason.
Back to top
View user's profile Send private message
mqjeff
PostPosted: Wed Oct 22, 2014 9:16 am    Post subject: Reply with quote

Grand Master

Joined: 25 Jun 2008
Posts: 17447

Did you install the full MQ client on each client machine?

Did you compare the AMQERR*.log files on each MQ client machine with the two AMQERR*.log files on the MQ server (the main AMQERR01.LOG file and the qmgr AMQERR01.LOG file)?
Back to top
View user's profile Send private message
pandeg
PostPosted: Wed Oct 22, 2014 9:20 am    Post subject: Reply with quote

Disciple

Joined: 21 Oct 2014
Posts: 195

I have not installed MQ client , rather using JMS application which uses MQ jar to create connection and send the messages. I am passing port no. , remote queue name , Queue Manager name ,Channel name , IP address of Queue Manager as a parameter. I didn't get any error message in AMQERR0*.LOG.
Back to top
View user's profile Send private message
pandeg
PostPosted: Wed Oct 22, 2014 9:21 am    Post subject: Reply with quote

Disciple

Joined: 21 Oct 2014
Posts: 195

I am running this JMS application as jar on linux machine.
Back to top
View user's profile Send private message
Vitor
PostPosted: Wed Oct 22, 2014 9:32 am    Post subject: Reply with quote

Grand High Poobah

Joined: 11 Nov 2005
Posts: 26093
Location: Texas, USA

pandeg wrote:
I have not installed MQ client


Below WMQv8 you need the full client or unpredictable results can occur.

Also make sure you don't still have the WMQv6 client jars somewhere in your application.
_________________
Honesty is the best policy.
Insanity is the best defence.
Back to top
View user's profile Send private message
PeterPotkay
PostPosted: Wed Oct 22, 2014 9:43 am    Post subject: Reply with quote

Poobah

Joined: 15 May 2001
Posts: 7717

Vitor wrote:
pandeg wrote:
I have not installed MQ client


Below WMQv8 you need the full client or unpredictable results can occur.

As Vitor says, that is only supported if you are usng the MQ 8 libraries. See here:
http://www-01.ibm.com/support/docview.wss?uid=swg21683398&myns=swgws&mynp=OCSSFKSJ&mync=E

Otherwise, see here:
http://www-01.ibm.com/support/docview.wss?uid=swg21376217


Vitor wrote:
Also make sure you don't still have the WMQv6 client jars somewhere in your application.

This could help in that regard:
http://www-01.ibm.com/support/docview.wss?uid=swg21681142&myns=swgws&mynp=OCSSFKSJ&mync=E
_________________
Peter Potkay
Keep Calm and MQ On
Back to top
View user's profile Send private message
pandeg
PostPosted: Thu Oct 23, 2014 11:16 am    Post subject: Reply with quote

Disciple

Joined: 21 Oct 2014
Posts: 195

I am using MQ jar version 7.0.1.5. Do I need to update these jars with MQ version 8 ?
Back to top
View user's profile Send private message
Vitor
PostPosted: Thu Oct 23, 2014 12:01 pm    Post subject: Reply with quote

Grand High Poobah

Joined: 11 Nov 2005
Posts: 26093
Location: Texas, USA

pandeg wrote:
I am using MQ jar version 7.0.1.5. Do I need to update these jars with MQ version 8 ?


You either need to use the v8 jar or install the entire v7.0.1.5 client.
_________________
Honesty is the best policy.
Insanity is the best defence.
Back to top
View user's profile Send private message
pandeg
PostPosted: Thu Oct 23, 2014 1:08 pm    Post subject: Reply with quote

Disciple

Joined: 21 Oct 2014
Posts: 195

I am using below mentioned jar in my JMS application. Not able to find the version 8.0 for these jar. Could you please provide me the link to download.

com.ibm.mq.commonservices.jar
com.ibm.mq.jar
com.ibm.mq.jmqi.jar
com.ibm.mq.jms.Nojndi.jar
com.ibm.mq.soap.jar
com.ibm.mqetclient.jar
com.ibm.mqjms.jar
Back to top
View user's profile Send private message
PeterPotkay
PostPosted: Thu Oct 23, 2014 3:35 pm    Post subject: Reply with quote

Poobah

Joined: 15 May 2001
Posts: 7717

pandeg wrote:
I am using below mentioned jar in my JMS application. Not able to find the version 8.0 for these jar. Could you please provide me the link to download.


Did you bother looking at my previous post? The link is right there. Click, read, and think about what's in those links.
_________________
Peter Potkay
Keep Calm and MQ On
Back to top
View user's profile Send private message
pandeg
PostPosted: Wed Oct 29, 2014 1:34 pm    Post subject: Reply with quote

Disciple

Joined: 21 Oct 2014
Posts: 195

I am using IBM jar version 7.01.9 in my application and found below folder under com.ibm.mqjms.jar.
com.ibm.mqjms.src\com\ibm\msg\client\wmq\v6
Not sure if I am using the old version or it just the same folder which is being used in all the jar version.Also, I referred below link provided by you
http://www-01.ibm.com/support/docview.wss?uid=swg21683398&myns=swgws&mynp=OCSSFKSJ&mync=E and downloaded 8.0.0.1-WS-MQ-Install-Java-All.jar. I did replace all the previous jars with 8.0.0 version , but still receiving the same exception.
Back to top
View user's profile Send private message
Display posts from previous:   
Post new topic  Reply to topic Goto page Previous  1, 2, 3, 4  Next Page 2 of 4

MQSeries.net Forum Index » IBM MQ Java / JMS » Getting JMSWMQ0018 , JMSCMQ0001 AMQ9204 & AMQ9213
Jump to:  



You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum
Protected by Anti-Spam ACP
 
 


Theme by Dustin Baccetti
Powered by phpBB © 2001, 2002 phpBB Group

Copyright © MQSeries.net. All rights reserved.