[jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: Problems with shutting down the JBoss after ava.lang.Out
nezdali
do-not-reply at jboss.com
Fri Nov 16 10:49:29 EST 2007
Hello,
I have tried to run jboss with changed in run.sh to generate the stack trace into a file:
org.jboss.Main "$@" > jboss.trace
Here is the log: http://bsd.ee/~nezdali/jboss/jboss.trace
and for logging the garbage collector, in run.conf i have added :
-verbose:gc -XX:+PrintGCTimeStamps -XX:+PrintGCDetails -XX:+PrintTenuringDistribution -Xloggc:gc.log
the log file is here:
http://bsd.ee/~nezdali/jboss/gc.log
so the whole JAVA_OPTS is:
JAVA_OPTS="-Xss128k -Xms128m -Xmx512m -Dsun.rmi.dgc.client.gcInterval=3600000 -Dsun.rmi.dgc.server.gcInterval=3600000"
|
| JAVA_OPTS="$JAVA_OPTS -Dcom.sun.management.jmxremote.port=1120"
| JAVA_OPTS="$JAVA_OPTS -Dcom.sun.management.jmxremote.authenticate=false"
| JAVA_OPTS="$JAVA_OPTS -Dcom.sun.management.jmxremote.ssl=false"
|
| JAVA_OPTS="$JAVA_OPTS -verbose:gc -XX:+PrintGCTimeStamps -XX:+PrintGCDetails -XX:+PrintTenuringDistribution -Xloggc:gc.log"
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4105527#4105527
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4105527
More information about the jboss-user
mailing list