Author |
Message
|
Reeti |
Posted: Sun Mar 21, 2004 10:12 pm Post subject: system could not dynamically load the library / |
|
|
Apprentice
Joined: 11 Jul 2002 Posts: 40
|
Hi All,
Pls. help this is very urgent.
While the queue manager is in a running state it has thrown error
AMQ6175: The system could not dynamically load the library /opt/mqm/lib/amqzfu.
The error message was Not enough space. The queue manager will continue without
this module.
How should I solve this problem.
Pls. Help.
Thanks
Reeti |
|
Back to top |
|
 |
kirani |
Posted: Sun Mar 21, 2004 11:42 pm Post subject: |
|
|
Jedi Knight
Joined: 05 Sep 2001 Posts: 3779 Location: Torrance, CA, USA
|
Can you provide your platform details?
Did anything change in your system recently? What were you trying to do when you got this error? Are there more errors logged into Event viewer/system log or Queue manager error logs? _________________ Kiran
IBM Cert. Solution Designer & System Administrator - WBIMB V5
IBM Cert. Solutions Expert - WMQI
IBM Cert. Specialist - WMQI, MQSeries
IBM Cert. Developer - MQSeries
|
|
Back to top |
|
 |
Reeti |
Posted: Mon Mar 22, 2004 12:15 am Post subject: |
|
|
Apprentice
Joined: 11 Jul 2002 Posts: 40
|
Nothing has changed in the system. We are working on the HP-UX 11 environment.
Follwoing is the error recorded in the error log file:
EXPLANATION:
This message applies to UNIX systems. The dynamically loadable file
/opt/mqm/lib/amqzfu failed to load correctly due to an internal error. and the
MQ error recording routine has been called.
We are not sure when the error has been generated.
Pls. help.
Thanks
Reeti |
|
Back to top |
|
 |
bower5932 |
Posted: Mon Mar 22, 2004 4:06 am Post subject: |
|
|
 Jedi Knight
Joined: 27 Aug 2001 Posts: 3023 Location: Dallas, TX, USA
|
Did you get an *.FDC file? If so, post the top of it here. |
|
Back to top |
|
 |
Missam |
Posted: Mon Mar 22, 2004 6:52 am Post subject: |
|
|
Chevalier
Joined: 16 Oct 2003 Posts: 424
|
did u check whether module amqzfu is available under /opt/mqm/lib directory.also can you check whether this is under the userid mqm.
This is the default OAM service module.May be the file is corrupted.did u have a back up of this file.
what are you trying to do when you get this error.are you trying to issue commands like setmqaut dspmqaut ..like that..? |
|
Back to top |
|
 |
Reeti |
Posted: Mon Mar 22, 2004 8:12 pm Post subject: |
|
|
Apprentice
Joined: 11 Jul 2002 Posts: 40
|
We are not working with the set mqaut or anything. The application was getting RESOURCE_PROBLEM, then we found in the error log that the mentioned message is showing, though the space utilisation in /var/mqm is only 47%.
Follwing is the extract of the top section from the .fdc file
+-----------------------------------------------------------------------------+
| |
| WebSphere MQ First Failure Symptom Report |
| ========================================= |
| |
| Date/Time :- Sunday March 21 19:11:11 IST 2004 |
| Host Name :- skywork (HP-UX B.11.00) |
| PIDS :- 5724B4102 |
| LVLS :- 530.6 CSD06 |
| Product Long Name :- WebSphere MQ for HP-UX |
| Vendor :- IBM |
| Probe Id :- XY176001 |
| Application Name :- MQM |
| Component :- xcsLoadFunction |
| Build Date :- Feb 11 2004 |
| CMVC level :- p530-06-L040211 |
| Build Type :- IKAP - (Production) |
| UserID :- 00000130 (aseth) |
| Program Name :- amqzlaa0_nd |
| Process :- 00010353 |
| Thread :- 00000001 |
| QueueManager :- YESQM |
| Major Errorcode :- xecU_S_LOAD_FAILED |
| Minor Errorcode :- OK |
| Probe Type :- MSGAMQ6175 |
| Probe Severity :- 2 |
| Probe Description :- AMQ6175: The system could not dynamically load the |
| library /opt/mqm/lib/amqzfu. The error message was Not enough space. The |
| queue manager will continue without this module. |
| FDCSequenceNumber :- 0 |
| Arith1 :- 12 c |
| Comment1 :- /opt/mqm/lib/amqzfu |
| |
| Comment2 :- Not enough space |
| |
| |
+-----------------------------------------------------------------------------+
Waiting for some suggestion.
Thanks
Reeti |
|
Back to top |
|
 |
clindsey |
Posted: Tue Mar 23, 2004 7:09 am Post subject: |
|
|
Knight
Joined: 12 Jul 2002 Posts: 586 Location: Dallas, Tx
|
Quote: |
We are not working with the set mqaut or anything. The application was getting RESOURCE_PROBLEM, then we found in the error log that the mentioned message is showing, though the space utilisation in /var/mqm is only 47%
|
Reeti,
You are getting return code 12 (0XC) from an shl_load system call. Return code 12 from errno.h is ENOMEM meaning you are low on virtual memory, not file space. That is probably also why the app is reporting RESOURCE_PROBLEM.
Charlie |
|
Back to top |
|
 |
Missam |
Posted: Tue Mar 23, 2004 8:22 am Post subject: |
|
|
Chevalier
Joined: 16 Oct 2003 Posts: 424
|
|
Back to top |
|
 |
|