1832645 Members
3115 Online
110043 Solutions
New Discussion

Re: /usr/lib/dld.sl

 
dhanish
Regular Advisor

/usr/lib/dld.sl

Hi i get the follwoing error in the strings to thecore generated by the java - version command


/usr/lib/dld.sl
ERROR: mmap failed for dld
ERROR: mmap failed for TSD

any clues what this error is for..

Never Say Die
6 REPLIES 6
Michael Tully
Honored Contributor

Re: /usr/lib/dld.sl

The problem could be due to the lack of swap space limitation or even the 'maxdsiz' kernel parameter.

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)
Anyone for a Mutiny ?
U.SivaKumar_2
Honored Contributor

Re: /usr/lib/dld.sl

Hi,
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
Innovations are made when conventions are broken
dhanish
Regular Advisor

Re: /usr/lib/dld.sl

Hi,
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

Never Say Die
dhanish
Regular Advisor

Re: /usr/lib/dld.sl

Hi,
How much value is considered as high for vxz ..

in the /opt of

UNIX95= ps -e -o ruser,vsz,pid,args|sort -rnk2
Never Say Die
Uli Manschke
Valued Contributor

Re: /usr/lib/dld.sl

Hi,

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
HP Software PreSales technical consultant
Olav Baadsvik
Esteemed Contributor

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