Author |
Message
|
chauhan_samir |
Posted: Sun Oct 21, 2007 3:23 am Post subject: AMQ6255 and AMQ6175 |
|
|
 Novice
Joined: 25 Aug 2005 Posts: 14 Location: USA
|
Hi,
After I upgraded my MQ from 5.3 to 6.0, I started getting below error for one of my queue manager.
My one queue manager is in Solaris SPARC 5.9 and IBM MQ 6.0. (Sender)
My other queue manger is in Windows and IBM MQ 5.3. (Receiver)
*********************************************************
10/21/07 07:17:30 - Process(8422.1) User(uswu46110) Program(runmqchl_nd)
AMQ6255: The system could not dynamically load the shared library
'/var/mqm/exits64/msgsdr'. The queue manager will continue without this module.
EXPLANATION:
This message applies to UNIX systems. The shared library
'/var/mqm/exits64/msgsdr' failed to load as it is probably a 32-bit library, a
64-bit library is required. The following message gives details of the original
failure.
ACTION:
Supply the name of a 64-bit library.
----- amqxufnx.c : 2054 -------------------------------------------------------
10/21/07 07:17:30 - Process(8422.1) User(uswu46110) Program(runmqchl_nd)
AMQ6175: The system could not dynamically load the shared library
'/var/mqm/exits64/msgsdr'. The system returned error message 'ld.so.1:
runmqchl_nd: fatal: /var/mqm/exits64/msgsdr: wrong ELF class: ELFCLASS32'. The
queue manager will continue without this module.
EXPLANATION:
This message applies to UNIX systems. The shared library
'/var/mqm/exits64/msgsdr' failed to load correctly due to a problem with the
library.
ACTION:
Check the file access permissions and that the file has not been corrupted.
----- amqxufnx.c : 1158 -------------------------------------------------------
10/21/07 07:17:30 - Process(8422.1) User(uswu46110) Program(runmqchl_nd)
AMQ9535: User exit not valid.
EXPLANATION:
Channel program 'DEVVCP.SANDBOX_WAS' ended because user exit
'/var/mqm/exits64/msgsdr(MsgExit)' is not valid.
ACTION:
Ensure that the user exit is specified correctly in the channel definition, and
that the user exit program is correct and available.
----- amqrexta.c : 5295 -------------------------------------------------------
10/21/07 07:17:30 - Process(8422.1) User(uswu46110) Program(runmqchl_nd)
AMQ9999: Channel program ended abnormally.
EXPLANATION:
Channel program 'DEVVCP.SANDBOX_WAS' ended abnormally.
ACTION:
Look at previous error messages for channel program 'DEVVCP.SANDBOX_WAS' in the
error files to determine the cause of the failure.
******************************************************
Any resolutions?
Warm Regards,
Samir |
|
Back to top |
|
 |
Vitor |
Posted: Sun Oct 21, 2007 3:48 am Post subject: Re: AMQ6255 and AMQ6175 |
|
|
 Grand High Poobah
Joined: 11 Nov 2005 Posts: 26093 Location: Texas, USA
|
chauhan_samir wrote: |
EXPLANATION:
This message applies to UNIX systems. The shared library
'/var/mqm/exits64/msgsdr' failed to load as it is probably a 32-bit library, a
64-bit library is required. The following message gives details of the original
failure.
ACTION:
Supply the name of a 64-bit library.
|
The explaination seems fairly clear, as does the recommended action.
You'll find the 64-bit support laid out in the v6 documentation. _________________ Honesty is the best policy.
Insanity is the best defence. |
|
Back to top |
|
 |
chauhan_samir |
Posted: Sun Oct 21, 2007 3:53 am Post subject: |
|
|
 Novice
Joined: 25 Aug 2005 Posts: 14 Location: USA
|
Hi,
Thanks reply. My qm.ini has following properties set.
******************************************
ExitPath:
ExitsDefaultPath=/var/mqm/exits/
ExitsDefaultPath64=/var/mqm/exits64/
#* *#
#* *#
Log:
LogPrimaryFiles=3
LogSecondaryFiles=2
LogFilePages=1024
LogType=CIRCULAR
LogBufferPages=0
LogPath=/var/mqm/log/DEVVCP01_QM/
LogWriteIntegrity=TripleWrite
Service:
Name=AuthorizationService
EntryPoints=13
ServiceComponent:
Service=AuthorizationService
Name=MQSeries.UNIX.auth.service
Module=/opt/mqm/lib64/amqzfu
ComponentDataSize=0
Warm Regards,
Samir |
|
Back to top |
|
 |
vmcgloin |
Posted: Sun Oct 21, 2007 4:19 am Post subject: |
|
|
Knight
Joined: 04 Apr 2002 Posts: 560 Location: Scotland
|
Like Vitor said... you need to ensure you have compiled your MsgExit appropriately. Presumably "wrong ELF class: ELFCLASS32'" refers to a 32-bit class indicating that the version of msgsdr you have in /var/mqm/exits64/ is not 64-bit? |
|
Back to top |
|
 |
fjb_saper |
Posted: Sun Oct 21, 2007 11:29 am Post subject: |
|
|
 Grand High Poobah
Joined: 18 Nov 2003 Posts: 20756 Location: LI,NY
|
There is a note in one of the documentation books about running MQ on a 64 bit system. You need to read it and set the LD_LIBPATH AND LD_LIBPATH64 or whatever the exact env variable name is correctly.
Enjoy  _________________ MQ & Broker admin |
|
Back to top |
|
 |
|