Operating System - HP-UX
1833759 Members
2499 Online
110063 Solutions
New Discussion

Re: IBM Websphere MQ 5.2.1 installation probelm

 
SanthoshMenon
Occasional Advisor

IBM Websphere MQ 5.2.1 installation probelm




while installing IBM Websphere Application Server 5.1and IBM Websphere MQ 5.2.1 getting error It is PA-RISC2 machine and os HP Ux 11.11

Error: could not find libjava.sl
Error: could not find Java 2 Runtime Environment.

We have set the $PATH and $SHLIB_PATH withe the proper java paths.
4 REPLIES 4
Arunvijai_4
Honored Contributor

Re: IBM Websphere MQ 5.2.1 installation probelm

Hi,

Have you installed Java on your server ? Just check using, # swlist |grep -i java

If yes, You may need to set LD_LIBRARY_PATH as well to include libjava.sl

Also, check you have installed RTE or SDK.

-Arun
"A ship in the harbor is safe, but that is not what ships are built for"
SanthoshMenon
Occasional Advisor

Re: IBM Websphere MQ 5.2.1 installation probelm

jave 1.4 already installed and we set libray path to include libjava.sl, but again we are getting the same error

any patch we need to aplly for this
Steven E. Protter
Exalted Contributor

Re: IBM Websphere MQ 5.2.1 installation probelm

Shalom,

swverify \* | grep -i java

You don't need to set LD_LIBRARY_PATH on HP-UX.

Check the java location in the websphere configuration file.

There have been other questions on this topic and an itrc search might be helpful.

SEP
Steven E Protter
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
Pupil_1
Trusted Contributor

Re: IBM Websphere MQ 5.2.1 installation probelm

what's the o/p of echo $SHLIB_PATH
and
java -version?
There is always something new to learn everyday !!