Author |
Message
|
wmqi_tx |
Posted: Tue Feb 28, 2006 12:33 pm Post subject: FDC error with rrcE_BAD_PARAMETER and AMQ6125 |
|
|
Novice
Joined: 28 Sep 2005 Posts: 13
|
Hi All
I am seeing some FDC generated ........tried to search here and ibm site but could not find much info.
Here is the error: ( if needed I can post remaining part of the fdc file.)
Please throw some light on this so that I can fix the issue.
Thanks in adv.
Quote: |
+-----------------------------------------------------------------------------+
| |
| WebSphere MQ First Failure Symptom Report |
| ========================================= |
| |
| Date/Time :- Monday February 27 12:57:52 CST 2006 |
| Host Name :- mlsyqre7 (SunOS 5.9) |
| PIDS :- 5724B4103 |
| LVLS :- 530.12 CSD12 |
| Product Long Name :- WebSphere MQ for Sun Solaris |
| Vendor :- IBM |
| Probe Id :- CO000044 |
| Application Name :- MQM |
| Component :- ccxAllocMem |
| Build Date :- Dec 8 2005 |
| CMVC level :- p530-12-L051208 |
| Build Type :- IKAP - (Production) |
| UserID :- 00009003 (wmqi) |
| Program Name :- amqrmppa |
| Process :- 00000469 |
| Thread :- 00000017 |
| QueueManager :- PROD_FI65!QM |
| Major Errorcode :- rrcE_BAD_PARAMETER |
| Minor Errorcode :- OK |
| Probe Type :- INCORROUT |
| Probe Severity :- 2 |
| Probe Description :- AMQ6125: An internal WebSphere MQ error has occurred. |
| FDCSequenceNumber :- 0 |
| |
+-----------------------------------------------------------------------------+ |
|
|
Back to top |
|
 |
mvic |
Posted: Tue Feb 28, 2006 1:16 pm Post subject: Re: FDC error with rrcE_BAD_PARAMETER and AMQ6125 |
|
|
 Jedi
Joined: 09 Mar 2004 Posts: 2080
|
|
Back to top |
|
 |
wmqi_tx |
Posted: Tue Feb 28, 2006 2:09 pm Post subject: |
|
|
Novice
Joined: 28 Sep 2005 Posts: 13
|
Thanks for the quick reply.
yes - its the server connection channel. How do i find Client version ? mqver does not work.
In here, Websphere app server connects to MQ using Svr conn channel and WAS admin included all the required MQ jars in one jar- say appmq.jar and deployed. |
|
Back to top |
|
 |
mvic |
Posted: Tue Feb 28, 2006 2:23 pm Post subject: |
|
|
 Jedi
Joined: 09 Mar 2004 Posts: 2080
|
wmqi_tx wrote: |
How do i find Client version ? mqver does not work. |
Do you have dspmqver? Another idea: what are the dates on the com.ibm.mq.jar and com.ibm.mqjms.jar ?
Quote: |
In here, Websphere app server connects to MQ using Svr conn channel and WAS admin included all the required MQ jars in one jar- say appmq.jar and deployed. |
If this is pre-WAS6 then I think you will be using com.ibm.mq.jar and com.ibm.mqjms.jar from somewhere. But honestly I'm out of my depth on this particular subject, so am hoping (please!) someone else will chip in and offer an opinion on how to find out the version that you're running...
EDIT: com.ibm.mqjms.jar, not com.ibm.mq.jms.jar |
|
Back to top |
|
 |
Tibor |
Posted: Tue Feb 28, 2006 6:14 pm Post subject: |
|
|
 Grand Master
Joined: 20 May 2001 Posts: 1033 Location: Hungary
|
Recommended way is looking for a manifest file in the jar. For example, this is the content of the META-INF/MANIFEST.MF (com.ibm.mq.jar):
Quote: |
Manifest-Version: 1.0
Name: com/ibm/mq/
Sealed: false
Implementation-Version: "5.306 - j5306-09-041027"
Specification-Title: "WebSphere MQ classes for Java"
Specification-Version: "5.306"
Implementation-Title: "WebSphere MQ classes for Java"
Created-By: 1.3.0 (IBM Corporation)
Class-Path: com.ibm.mq.jar
Implementation-Vendor: "IBM Corporation"
Specification-Vendor: "IBM Corporation" |
|
|
Back to top |
|
 |
PeterPotkay |
Posted: Thu Mar 02, 2006 9:22 am Post subject: |
|
|
 Poobah
Joined: 15 May 2001 Posts: 7722
|
Anyone wanna guess what version (CSD) this is?
5.306 - j5306-09-041027
It ain't CSD6. Its CSD9, because of the -09-. _________________ Peter Potkay
Keep Calm and MQ On |
|
Back to top |
|
 |
wmqi_tx |
Posted: Thu Mar 02, 2006 1:05 pm Post subject: |
|
|
Novice
Joined: 28 Sep 2005 Posts: 13
|
Hi All
Thats what I did but was unsure when I saw the content of the manifest file.
The file has the following content
Quote: |
Manifest-Version: 1.0
Created-By: 1.3.0 (IBM Corporation) |
seems like it has never got installed right ?
Any thoughts ?? |
|
Back to top |
|
 |
fjb_saper |
Posted: Thu Mar 02, 2006 1:13 pm Post subject: |
|
|
 Grand High Poobah
Joined: 18 Nov 2003 Posts: 20756 Location: LI,NY
|
wmqi_tx wrote: |
In here, Websphere app server connects to MQ using Svr conn channel and WAS admin included all the required MQ jars in one jar- say appmq.jar and deployed. |
I believe you meant to say war file (app.war)?
Not the finest thing to do. Tell him to reference the MQ jars using the MQINSTALL variable in WAS. This will allow to substitute the MQ jars after an upgrade (CSD).
The way your was admin has it set up you need a new deployment everytime you want to use the newer jars...
Enjoy  _________________ MQ & Broker admin |
|
Back to top |
|
 |
|