- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- CAn't find libjava.sl
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
07-22-2010 06:02 AM
07-22-2010 06:02 AM
CAn't find libjava.sl
An HP-UX 11.11 system crashed and it was recovered with Ignite.
Oracle 8.1.6 is running fine but its application crashes with the following messages:
/usr/lib/dld.sl: Can't find path for shared library: libjava.sl
/usr/lib/dld.sl: No such file or directory
/bs_d01/viaware/base/bintxt/start_sup.sh[67]: 10555 Abort(coredump)
I found some different directories containing the libjava.sl and I have tried adding one or two of those directories to variables like SHLIB_PATH or LD_LIBRARY_PATH but every time the application starts it displays the above lines.
Can someone give some hints on how to fix this issue?
Thank you.
Fidel
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-22-2010 06:41 AM
07-22-2010 06:41 AM
Re: CAn't find libjava.sl
find / -name libjava.sl
Make sure the file is there and on the SHLIB_PATH
That having failed, I would re-install java from http://www.hp.com/go/java
Don't forget the patches.
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
07-22-2010 07:31 AM
07-22-2010 07:31 AM
Re: CAn't find libjava.sl
Kindly check first its pysicla address via ls -l /usr/lib/dld.sl if its is there then check by exec env. If path is not there then try to set it and then execute again.
Thanks,
RC
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-22-2010 11:22 PM
07-22-2010 11:22 PM
Re: CAn't find libjava.sl
What's on line 67, what executable was being run?
>those directories to variables like SHLIB_PATH
This should do it provided that executable allows SHLIB_PATH.
>RC: check first its physical address /usr/lib/dld.sl
Not hardly. dld.sl is there because that's what is producing the error message.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-23-2010 09:59 AM
07-23-2010 09:59 AM
Re: CAn't find libjava.sl
The issue was path variables missing.