Author |
Message
|
rkford11 |
Posted: Thu Jun 07, 2007 11:28 am Post subject: ms03 error on hp-ux |
|
|
Partisan
Joined: 06 Jun 2004 Posts: 316
|
I copied the unix version of ms03 on to HP-UX box and created the necessary files. when I execute the following command
$ saveqmgr.hp -m test -f test.mqsc
It throws me an error saying
/usr/lib/dld.sl: Can't open shared library: /opt/mqm/lib/libmqm.sl
/usr/lib/dld.sl: No such file or directory
ARIES32: Core file for PA32 application saved to /home/mqm/tmp/core.saveqmgr.hp
Abort(coredump)
Please guide me.
Thanks |
|
Back to top |
|
 |
RogerLacroix |
Posted: Thu Jun 07, 2007 11:42 am Post subject: Re: ms03 error on hp-ux |
|
|
 Jedi Knight
Joined: 15 May 2001 Posts: 3264 Location: London, ON Canada
|
rkford11 wrote: |
I copied the unix version of ms03 on to HP-UX box |
Did you copy the correct / matching version of ms03 to HP-UX?
rkford11 wrote: |
/usr/lib/dld.sl: Can't open shared library: /opt/mqm/lib/libmqm.sl
/usr/lib/dld.sl: No such file or directory
ARIES32: Core file for PA32 application saved to /home/mqm/tmp/core.saveqmgr.hp
|
Do you have MQ install on that particular box? PA32? Isn't that HP-UX on Itanium? This is totally different from HP-UX RISC.
Do the following command on the server: dspmq
What does it say?
Regards,
Roger Lacroix
Capitalware Inc. _________________ Capitalware: Transforming tomorrow into today.
Connected to MQ!
Twitter |
|
Back to top |
|
 |
jefflowrey |
Posted: Thu Jun 07, 2007 11:55 am Post subject: |
|
|
Grand Poobah
Joined: 16 Oct 2002 Posts: 19981
|
Rather than copying saveqmgr.hp to the machine, it's better to copy the saveqmgr distribution, and then untar/gz it to a local directory there.
Then you will have the source code at hand in a conveniently packaged form that you can try and compile it yourself if you can't get the prebuilt version to run.
It also protects you from having copied the saveqmgr.hp file in some manner that corrupted it.
Otherwise, all the comments from Roger apply - are you using HP on Itanium? Do you have an MQ Server install on the machine?
If you're on Itanium, I'm sure even Wayne Schutz would tell you that there isn't a precompiled version and you'll have to build it yourself. And I'm sure that if you had trouble doing that, he (or someone he works with) would be willing to help. _________________ I am *not* the model of the modern major general.
Last edited by jefflowrey on Wed Jun 13, 2007 8:15 am; edited 1 time in total |
|
Back to top |
|
 |
rkford11 |
Posted: Thu Jun 07, 2007 11:56 am Post subject: Re: ms03 error on hp-ux |
|
|
Partisan
Joined: 06 Jun 2004 Posts: 316
|
[quote="RogerLacroix"]
Did you copy the correct / matching version of ms03 to HP-UX?
Yes
Do you have MQ install on that particular box? PA32? Isn't that HP-UX on Itanium?
Yes
Do the following command on the server: dspmq
command lists the queue managers with thier status.
Thanks |
|
Back to top |
|
 |
Philip Morten |
Posted: Fri Jun 08, 2007 1:08 am Post subject: |
|
|
Master
Joined: 07 Mar 2002 Posts: 230 Location: Hursley Park
|
Looks like an architecture mismatch, can you show the output from:
uname -a
dspmqver
file saveqmgr.hp
echo $LD_LIBRARY_PATH
echo $SHLIB_PATH _________________ Philip Morten
The postings on this site are my own and do not necessarily represent IBM's positions, strategies or opinions. |
|
Back to top |
|
 |
rkford11 |
Posted: Wed Jun 13, 2007 5:59 am Post subject: |
|
|
Partisan
Joined: 06 Jun 2004 Posts: 316
|
Philip Morten wrote: |
Looks like an architecture mismatch, can you show the output from:
uname -a
HP-UX B.11.23 U ia64
dspmqver
Name: WebSphere MQ
Version: 6.0.1.0
CMVC level: p600-100-051021
BuildType: IKAP - (Production)
echo $LD_LIBRARY_PATH
ksh: LD_LIBRARY_PATH: parameter not set
echo $SHLIB_PATH |
ksh: SHLIB_PATH: parameter not set |
|
Back to top |
|
 |
maurdf |
Posted: Wed Jun 13, 2007 8:09 am Post subject: |
|
|
Newbie
Joined: 03 May 2007 Posts: 2 Location: ITALY
|
Hi, I experienced your same problem on the same system HPUX B.11.23 U ia64.
Probably version of this support pack is not for Itanium HPUX ia64 or it is compiled badly (I don't have a 32 bit processor to try!)
I solved by compiling again the source running:
make -f makefile.hp
as you can read in readme file |
|
Back to top |
|
 |
jefflowrey |
Posted: Wed Jun 13, 2007 8:11 am Post subject: |
|
|
Grand Poobah
Joined: 16 Oct 2002 Posts: 19981
|
Again.
Saveqmgr is not compiled for Itanium.
If you need to run it on that platform, you need to compile it yourself. _________________ I am *not* the model of the modern major general. |
|
Back to top |
|
 |
Philip Morten |
Posted: Thu Jun 14, 2007 7:17 am Post subject: |
|
|
Master
Joined: 07 Mar 2002 Posts: 230 Location: Hursley Park
|
rkford11 wrote: |
Philip Morten wrote: |
Looks like an architecture mismatch, can you show the output from:
uname -a
HP-UX B.11.23 U ia64
dspmqver
Name: WebSphere MQ
Version: 6.0.1.0
CMVC level: p600-100-051021
BuildType: IKAP - (Production)
echo $LD_LIBRARY_PATH
ksh: LD_LIBRARY_PATH: parameter not set
echo $SHLIB_PATH |
ksh: SHLIB_PATH: parameter not set |
OK, so your machine is an IA64 ( itanium ) system and you have the right version of MQ on there, so far so good.
Now from your original post
Quote: |
ARIES32: Core file for PA32 application saved to
/home/mqm/tmp/core.saveqmgr.hp |
ARIES is HP's emulator for running PA-RISC applications on IA64, WebSphere MQ does not support doing this, we do not provide
PA-RISC[32|64] libraries in the IA64 product. You will need a native IA64 version of your application. _________________ Philip Morten
The postings on this site are my own and do not necessarily represent IBM's positions, strategies or opinions. |
|
Back to top |
|
 |
jefflowrey |
Posted: Thu Jun 14, 2007 8:39 am Post subject: |
|
|
Grand Poobah
Joined: 16 Oct 2002 Posts: 19981
|
Philip Morten wrote: |
You will need a native IA64 version of your application. |
It's not his application, it's MS03 - saveqmgr.
And I've said twice that it needs to be compiled on Itanium. _________________ I am *not* the model of the modern major general. |
|
Back to top |
|
 |
rkford11 |
Posted: Fri Jun 15, 2007 9:15 am Post subject: |
|
|
Partisan
Joined: 06 Jun 2004 Posts: 316
|
Thanks to everybody for your replies. As of now I am going with saveqmgrc (client version) to connect to the queue manager on Itanium box and saving the queue manager objects. |
|
Back to top |
|
 |
reldb |
Posted: Fri Dec 21, 2007 1:48 pm Post subject: thanks |
|
|
Apprentice
Joined: 06 Sep 2006 Posts: 34
|
thanks
I too had the same issue on itanium machine
make -f makefile.hp
and after that it worked fine. .
thanks a lot |
|
Back to top |
|
 |
jefflowrey |
Posted: Fri Dec 21, 2007 1:54 pm Post subject: Re: thanks |
|
|
Grand Poobah
Joined: 16 Oct 2002 Posts: 19981
|
reldb wrote: |
thanks
I too had the same issue on itanium machine
make -f makefile.hp
and after that it worked fine. . |
Right, so once you compiled it for your platform, then it worked. _________________ I am *not* the model of the modern major general. |
|
Back to top |
|
 |
|