- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Can't shl_load() a library containing Thread local...
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
Discussions
Discussions
Discussions
Forums
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
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
тАО11-24-2004 11:11 PM
тАО11-24-2004 11:11 PM
I am installing a visibroker 6 trial version on my HPUX 11.11 system. After successful installation when I run lmadm for registration, I get the following error.
/usr/lib/dld.sl: Can't shl_load() a library containing Thread local storage : /export/tools/java/1.4.2/jre/lib/PA_RISK2.0/server/libjvm.sl
/usr/lib/dld.sl: Exec format error
Error loading Java VM library: libjvm.sl [Exec format error]
I looked anrd the list,some of them talked abt exporting LD_PRELOAD variable , but that didn't help me..
Also most of them are talking abt these patches. I have June 2003 Gold application and Base patches installed on my system.
Why is this happening ? Do I need any specific patches to be installed ? Any sugegstions would be of great help.
Thanks in advance.
-Sachin
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО11-25-2004 02:22 PM
тАО11-25-2004 02:22 PM
SolutionPHSS_22535 s700_800 11.11 ld(1) and linker tools cumulative patch
Check if you have any linker patches installed
$ /usr/sbin/swlist -l product | grep linker
Make sure you have PHSS_22535 or later installed.
Then try running your program as follows
$ LD_PRELOAD=/export/tools/java/1.4.2/jre/lib/PA_RISK2.0/server/libjvm.sl
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО11-25-2004 02:37 PM
тАО11-25-2004 02:37 PM
Re: Can't shl_load() a library containing Thread local storage
Consider teh patches as well. You are a year out of date on patches. Thats not where you want to be.
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
тАО11-25-2004 06:07 PM
тАО11-25-2004 06:07 PM
Re: Can't shl_load() a library containing Thread local storage
Installing PHSS_22535 patch worked.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО12-02-2004 05:38 AM
тАО12-02-2004 05:38 AM
Re: Can't shl_load() a library containing Thread local storage
I am also facing similar problem with Java1.5 Beta version. I am having
PHSS_30966 patch installed on my server. I tried setting the LD_PRELOAD but the java crashes. Any suggetions for this?.
Thanks
Prabu
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО11-16-2005 05:28 PM
тАО11-16-2005 05:28 PM
Re: Can't shl_load() a library containing Thread local storage
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО11-16-2005 07:27 PM
тАО11-16-2005 07:27 PM
Re: Can't shl_load() a library containing Thread local storage
/export/tools/java/1.4.2/jre/lib/PA_RISK2.0/server/libjvm.sl
...since it should be PA_RISC not PA_RISK. Does the path to Java VM library exist on your machine using the correct string i.e.
# ll /export/tools/java/1.4.2/jre/lib/PA_RISC2.0/server/libjvm.sl
cheers!