Try redirecting standard error to the file as well:
-Djava.endorsed.dirs="$JBOSS_ENDORSED_DIRS" \
-classpath "$JBOSS_CLASSPATH" \
org.jboss.Main "$@" > /tmp/jboss.trace 2>&1
And check that you are sending "kill -3" to the correct java process.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3973074#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...