Author |
Message
|
boaz |
Posted: Mon Jun 03, 2002 5:18 am Post subject: MQJMS2005 error |
|
|
Apprentice
Joined: 28 May 2002 Posts: 43
|
I'm running WAS with MQSeries, and getting the following error:
QJMS2005: failed to create MQQueueManager for ''
Any help? |
|
Back to top |
|
 |
bower5932 |
Posted: Mon Jun 03, 2002 5:21 am Post subject: |
|
|
 Jedi Knight
Joined: 27 Aug 2001 Posts: 3023 Location: Dallas, TX, USA
|
Can you give some more specifics on your environment (ie, Operating System, MQ version, WAS version)? Also, can you get the linked exception? It might shed some more light.
Ron |
|
Back to top |
|
 |
boaz |
Posted: Mon Jun 03, 2002 5:37 am Post subject: |
|
|
Apprentice
Joined: 28 May 2002 Posts: 43
|
Hi:
O/S is AIX
MQ Version 5.2
WAS Version 4.0.2
The Exception happens when trying to run the WAS with MDB's.
The MDB Listener cannot create a connection to the queue manager.
Before running the server I'm running the strmq, strmqcsv commands
Thanks! |
|
Back to top |
|
 |
bower5932 |
Posted: Mon Jun 03, 2002 11:19 am Post subject: |
|
|
 Jedi Knight
Joined: 27 Aug 2001 Posts: 3023 Location: Dallas, TX, USA
|
You may be running into the infamous segment 8 problem. Did you get an FDC file in your errors subdirectory? If so, does it say something about connecting to a shared subpool. If you'll do a search on this website for IPCCBaseAddress, you'll get some hits that will go into details.
Ron |
|
Back to top |
|
 |
boaz |
Posted: Mon Jun 03, 2002 10:24 pm Post subject: |
|
|
Apprentice
Joined: 28 May 2002 Posts: 43
|
Hi Ron:
I checked the mqs.ini file and it does have IPCCBaseAddress=12 so I guess this is not the problem.
Any other suggestions?
Boaz |
|
Back to top |
|
 |
boaz |
Posted: Mon Jun 03, 2002 11:32 pm Post subject: |
|
|
Apprentice
Joined: 28 May 2002 Posts: 43
|
In addition to the previous:
The linked error is:
com.ibm.mq.MQException
MQJE001: Completion Code 2, Reason 2059
To clarify:
IVTRun is running properly.
The error occurs both inside the code when I try to create a sender to a queue and when trying to create the MDB by getting the jmsconfig.xml file. |
|
Back to top |
|
 |
|