- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: IBM Websphere MQ 5.2.1 installation probelm
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-16-2006 05:35 PM
08-16-2006 05:35 PM
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.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-16-2006 05:47 PM
08-16-2006 05:47 PM
Re: IBM Websphere MQ 5.2.1 installation probelm
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-16-2006 09:51 PM
08-16-2006 09:51 PM
Re: IBM Websphere MQ 5.2.1 installation probelm
any patch we need to aplly for this
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-16-2006 09:56 PM
08-16-2006 09:56 PM
Re: IBM Websphere MQ 5.2.1 installation probelm
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
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-16-2006 11:35 PM
08-16-2006 11:35 PM
Re: IBM Websphere MQ 5.2.1 installation probelm
and
java -version?