Hi all, I sucessfully installed jboss 3.2.6 on redhat linux 8.0 box with j2sdk1.4.2_06 java. When i start server, it is fine and i am able to access JMX console. But, if i examine the process list on linux box using ps -aux, i notice that 50-100 java processes are running with the following descriptions,
921 21692 0.0 18.6 384996 96440 pts/0 S 02:06 0:00 /usr/local/j2sdk1.4.2_06/bin/java -server -Dprogram.name=run.sh -clas 921 21744 0.0 18.6 384996 96440 pts/0 S 02:06 0:00 /usr/local/j2sdk1.4.2_06/bin/java -server -Dprogram.name=run.sh -clas 921 21908 0.0 18.6 384996 96440 pts/0 S 02:06 0:00 /usr/local/j2sdk1.4.2_06/bin/java -server -Dprogram.name=run.sh -clas 921 21988 0.0 18.6 384996 96440 pts/0 S 02:06 0:00 /usr/local/j2sdk1.4.2_06/bin/java -server -Dprogram.name=run.sh -clas 921 21990 0.0 18.6 384996 96440 pts/0 S 02:06 0:00 /usr/local/j2sdk1.4.2_06/bin/java -server -Dprogram.name=run.sh -clas 921 21995 0.0 18.6 384996 96440 pts/0 S 02:06 0:00 /usr/local/j2sdk1.4.2_06/bin/java -server -Dprogram.name=run.sh -clas 921 21996 0.0 18.6 384996 96440 pts/0 S 02:06 0:00 /usr/local/j2sdk1.4.2_06/bin/java -server -Dprogram.name=run.sh -clas 921 22013 0.0 18.6 384996 96440 pts/0 S 02:06 0:00 /usr/local/j2sdk1.4.2_06/bin/java -server -Dprogram.name=run.sh -clas 921 22092 0.0 18.6 384996 96440 pts/0 S 02:06 0:00 /usr/local/j2sdk1.4.2_06/bin/java -server -Dprogram.name=run.sh -clas 921 22095 0.0 18.6 384996 96440 pts/0 S 02:06 0:00 /usr/local/j2sdk1.4.2_06/bin/java -server -Dprogram.name=run.sh -clas .... more I couldn't figure out the cause. Please guide me to resolve this critical issue. regards, srikanth View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3867554#3867554 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3867554 ------------------------------------------------------- SF email is sponsored by - The IT Product Guide Read honest & candid reviews on hundreds of IT Products from real users. Discover which products truly live up to the hype. Start reading now. http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click _______________________________________________ JBoss-user mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/jboss-user
