Author |
Message
|
Ophir Yoktan |
Posted: Fri Nov 16, 2001 4:34 pm Post subject: |
|
|
Novice
Joined: 15 Nov 2001 Posts: 20 Location: Israel
|
Hi,
I tried to use the MQSeries module for perl (versions 1.12 and 1.14) on HP-UX machines.
when trying to call the MQCONN command I get a core dump, and an FDC is created which indicates that the pthread_setspecific system called failed.
any thougts? anybody succeeded using the miodule on HP-UX? |
|
Back to top |
|
 |
bower5932 |
Posted: Tue Nov 20, 2001 1:58 pm Post subject: |
|
|
 Jedi Knight
Joined: 27 Aug 2001 Posts: 3023 Location: Dallas, TX, USA
|
Can you post the entire FDC or at least the top part of it? It helps figure out what might be wrong. |
|
Back to top |
|
 |
Ophir Yoktan |
Posted: Wed Nov 21, 2001 1:49 am Post subject: |
|
|
Novice
Joined: 15 Nov 2001 Posts: 20 Location: Israel
|
Do you have it running on HP-UX?
Here is the FDC:
bash-2.03$ cat AMQ12998.0.FDC
+-----------------------------------------------------------------------------+
| |
| MQSeries First Failure Symptom Report |
| ===================================== |
| |
| Date/Time :- Wednesday November 21 10:38:37 IST 2001 |
| Host Name :- erp2 |
| PIDS :- 5765B74 |
| LVLS :- 510 |
| Product Long Name :- MQSeries for HP-UX |
| Vendor :- IBM |
| Probe Id :- XC161003 |
| Application Name :- MQM |
| Component :- xppInitialize |
| Build Date :- Mar 1 2000 |
| UserID :- 00002102 (mqmadmin) |
| Program Name :- perl |
| Process :- 00012998 |
| Major Errorcode :- xecF_E_UNEXPECTED_SYSTEM_RC |
| Minor Errorcode :- OK |
| Probe Type :- MSGAMQ6119 |
| Probe Severity :- 2 |
| Probe Description :- AMQ6119: An internal MQSeries error has occurred |
| ('Invalid argument' from pthread_setspecific.) |
| Comment1 :- 'Invalid argument' from pthread_setspecific. |
| |
| |
+-----------------------------------------------------------------------------+
No MQM Function Stack Available
[ This Message was edited by: ophiry on 2001-11-21 01:50 ] |
|
Back to top |
|
 |
bower5932 |
Posted: Mon Nov 26, 2001 1:35 pm Post subject: |
|
|
 Jedi Knight
Joined: 27 Aug 2001 Posts: 3023 Location: Dallas, TX, USA
|
|
Back to top |
|
 |
Ophir Yoktan |
Posted: Tue Nov 27, 2001 6:49 am Post subject: |
|
|
Novice
Joined: 15 Nov 2001 Posts: 20 Location: Israel
|
The only reference to this probe id was a fix in the 1st CSD about incomplete error report.
I am using CSD 7 (and the fix is for the FDC generation, not the acutal problem).
[ This Message was edited by: ophiry on 2001-11-27 06:50 ] |
|
Back to top |
|
 |
Ophir Yoktan |
Posted: Wed Nov 28, 2001 12:53 pm Post subject: |
|
|
Novice
Joined: 15 Nov 2001 Posts: 20 Location: Israel
|
Partial Solution:
when I use the module from an embeded perl interpreter which was linked with the MQSeries lib's everything appears to work.
the only problem is that it requires a special perl interpreter for MQ programs... |
|
Back to top |
|
 |
|