- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: /usr/lib/dld.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-04-2002 08:24 PM
07-04-2002 08:24 PM
/usr/lib/dld.sl
/usr/lib/dld.sl
ERROR: mmap failed for dld
ERROR: mmap failed for TSD
any clues what this error is for..
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-04-2002 09:03 PM
07-04-2002 09:03 PM
Re: /usr/lib/dld.sl
It is even possible that you have memory leak. You can this command to monitor the situation.
# UNIX95= ps -e -o ruser,vsz,pid,args|sort -rnk2 (and watch the growth of the vsz)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-04-2002 09:13 PM
07-04-2002 09:13 PM
Re: /usr/lib/dld.sl
Ensure this line is present in /etc/SHLIB_PATH
/opt/java/lib/PA_RISC/green_threads
From the shell
$echo $SHLIB_PATH ( should show )
/opt/java/lib/PA_RISC/green_threads
That error can be caused because of permission
problem also . Give executable permission for all java library files.
regards,
U.SivaKumar
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-04-2002 09:45 PM
07-04-2002 09:45 PM
Re: /usr/lib/dld.sl
How can confirm ifmy maxdsiz is a bottleneck..is there any OS command to see the same.
maxdsiz 0XFFFFF000
maxdsiz_64bit 0X39999999999
the above values arev configured as present in my N -class system
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-04-2002 10:03 PM
07-04-2002 10:03 PM
Re: /usr/lib/dld.sl
How much value is considered as high for vxz ..
in the /opt of
UNIX95= ps -e -o ruser,vsz,pid,args|sort -rnk2
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-08-2002 01:44 PM
07-08-2002 01:44 PM
Re: /usr/lib/dld.sl
I think "sysdef" shows the actual values currently in use.
Otherwise you can find out using "sam" - but that may not be an option ...
Regards
uli
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-08-2002 10:27 PM
07-08-2002 10:27 PM
Re: /usr/lib/dld.sl
Hi,
java -version
is the most simple java thing you can run and
should not require any special tuning of
kernel parameters.
Assuming that you have a system that is functioning
ok except for java, I suggest the following:
. Check that you have the required patches
for java installed. You will find info
about required patches on:
www.hp.com/go/java
. If you find that you have all required
patches installed and still have this
problem it could be that the installation
of java failed in some way. Try to
reinstall java.
Regards
Olav