please have a look at the following docs, to see if you can fix it:
http://blogs.sun.com/dkuma
al
https://opensso.dev.java.n
I am having odd issue starting up JVM.
The summary is as below:
I have Websphre 6.1.0.23 Installed on SPARC-Enterprise-T5220, that contains 2 nodes, 1 Dmgr, 2 app servers.
Now what is happening is when I am starting up servers, from them any one of the server is not starting... I mean four JVM's are up at any particular point of time, but when I am trying to start 5th Jvm , it do not start. And If I stop any of the JVM.. either Node or App or Dmgr, the other jvm starts.
This server has 64 Gb of Memory and only 4 GB is occupied.. rest 60 GIG is free.
Please let me know any suggestions or anybody faced the same issue. This is a new machine.. Do I need to set up system variables or any OS level tuning is need ? Thanks in Advance
error:
ADMU3011E: Server launched but failed initialization. startServer.log,
but there is nothing under startServer.log except failure message.
This Question has been solved and asker verified All Experts Exchange premium technology solutions are available to subscription members.
Experts Exchange has been collecting answers to technology questions since 1996…3 million and counting! If you have a question, chances are we already have your answer.
If you can't find the exact answer you're looking for, ask our exclusive community of 50,000 experts. You’ll get a personalized answer from a trusted professional.
Thousands of free tech tips, tricks, how-to’s and tutorials are available in our peer reviewed articles section. See for yourself how smart our experts are, no login required.
Access the answers to your technology questions today.
30-day free trial. Register in 60 seconds.
Members of the expert community talk about why the experience at Experts Exchange is different than what you will find anywhere else.

Try it out and discover for yourself.
30-day free trial. Register in 60 seconds.
Join the community of experts here and help other tech pros by answering question in your area of expertise. You can earn FREE access to all Experts Exchange's premium features and resources.
please have a look at the following docs, to see if you can fix it:
http://blogs.sun.com/dkuma
al
https://opensso.dev.java.n
Are you intending to use projects for your app? Is it running as root (!!) or another user? Capping the default root user could be a very bad idea, and you have capped shared mem at 4gb for the root user...
http://docs.sun.com/app/do
Have you specified your jvm memory parameters within your application start-up scripts? See page 16 here:
http://java.sun.com/j2se/r
Examples of setting memory parameters here:
http://www.unixville.com/~
Nothing helped till now.
I am able to start 4-5 java process at one time, when I am going to start 6th jvm, It crashes or throw out of memory error.
Caused by: java.lang.OutOfMemoryError
I confirmed from UNIX guy that all the physical memory is all dedicated to this zone.
The total physical memory is 64Gig.
Does anybody know what setting are really necessary to tune Solaris OS 10 for websphere 61.
Thanks in Advance
This issue has been resolved. Solution is as below:
The zones were using the default capping for lightweight processes of 1000. This is usually a value based on best practice (and usually good enough, java apps usually require it to be boosted). So unix configured max lwps to 5000 that resolved this issue. Thank you all for your help.
Business Accounts
Answer for Membership
by: jasbaniPosted on 2009-06-19 at 20:12:08ID: 24672000
project.max-shm-memory
rivileged, 4gb,deny)' user.root ileged,102 4,deny)' user.root ileged,102 4,deny)' user.root ivileged,5 12,deny)' user.root ileged,512 ,deny)' user.root or=(privil eged,1024, deny)' \
privileged 15.6GB - deny -
system 16.0EB max deny
I entered the following commands and exit and relogin on the box.
bash-3.00# projmod -s -K 'project.max-shm-memory=(p
bash-3.00# projmod -s -K 'project.max-shm-ids=(priv
bash-3.00# projmod -s -K 'project.max-sem-ids=(priv
bash-3.00# projmod -s -K 'project.max-sem-nsems=(pr
bash-3.00# projmod -s -K 'project.max-sem-ops=(priv
bash-3.00# projmod -s -K 'project.max-file-descript
I can see outofmemory at the startup of application.