1753285 Members
5704 Online
108792 Solutions
New Discussion юеВ

CVSDM issues

 
Jarheadatheart
Regular Advisor

Re: CVSDM issues

Full error reads as "Remote discovery failed with exception: java.rmi.ServerError: Error occurred in server thread; nested exception is:
java.lang.OutOfMemoryError: unable to create new native thread"
Torsten.
Acclaimed Contributor

Re: CVSDM issues

most like the maxthreads value is too low. this is likely also mentioned in the swinstall log.

Hope this helps!
Regards
Torsten.

__________________________________________________
There are only 10 types of people in the world -
those who understand binary, and those who don't.

__________________________________________________
No support by private messages. Please ask the forum!

If you feel this was helpful please click the KUDOS! thumb below!   
Torsten.
Acclaimed Contributor

Re: CVSDM issues

max_thread_proc is the parameter.

Hope this helps!
Regards
Torsten.

__________________________________________________
There are only 10 types of people in the world -
those who understand binary, and those who don't.

__________________________________________________
No support by private messages. Please ask the forum!

If you feel this was helpful please click the KUDOS! thumb below!   
Jarheadatheart
Regular Advisor

Re: CVSDM issues

Torsten, do you happen to kno what file that parameter is in?
Torsten.
Acclaimed Contributor

Re: CVSDM issues

It's a kernel parameter, normally set to 64. Increase it.

Hope this helps!
Regards
Torsten.

__________________________________________________
There are only 10 types of people in the world -
those who understand binary, and those who don't.

__________________________________________________
No support by private messages. Please ask the forum!

If you feel this was helpful please click the KUDOS! thumb below!   
TTr
Honored Contributor

Re: CVSDM issues

This error could also be the result of java requesting a large shared memory segment and the server does not have enough contiguous memory to allocate one.
This error may be totally different than the original error, in this case, java can't start up, the original error was that you could not see the disks.

You could try starting the dialer service again at a later time when the server activity is much less and possibly more memory is available.
Jarheadatheart
Regular Advisor

Re: CVSDM issues

right!

Should be PTHREAD_THREADS_MAX and _SC_THREAD_THREADS_MAX defined in /usr/include/limits.h.


but they aren't there.
Torsten.
Acclaimed Contributor

Re: CVSDM issues

What is the value of max_thread_proc?

Hope this helps!
Regards
Torsten.

__________________________________________________
There are only 10 types of people in the world -
those who understand binary, and those who don't.

__________________________________________________
No support by private messages. Please ask the forum!

If you feel this was helpful please click the KUDOS! thumb below!   
Torsten.
Acclaimed Contributor

Re: CVSDM issues

See also

http://forums11.itrc.hp.com/service/forums/questionanswer.do?admit=109447626+1272994878026+28353475&threadId=825300

http://forums11.itrc.hp.com/service/forums/questionanswer.do?threadId=954693

Hope this helps!
Regards
Torsten.

__________________________________________________
There are only 10 types of people in the world -
those who understand binary, and those who don't.

__________________________________________________
No support by private messages. Please ask the forum!

If you feel this was helpful please click the KUDOS! thumb below!   
Jarheadatheart
Regular Advisor

Re: CVSDM issues

Torsten, I get a pattern not found.