How do I enable Stack Traces with JBoss?
Description
Open the run.bat or run.sh file in the jboss/bin directory and go to the end of the file. Append to the actual start command after org.jboss.Main
' > server.log 2>&1'
so that it looks like the following:
...
:RESTART
"%JAVA%" %JAVA_OPTS% "-Djava.endorsed.dirs=%JBOSS_ENDORSED_DIRS%" -classpath
"%JBOSS_CLASSPATH%"
org.jboss.Main %* > server.log 2>&1
This will make the Stack Traces available in FusionReactor Administrator.
We are working on a solution to have the stack traces available in FusionReactor when using a service wrapper to run JBoss as a service.
Issue Details
| Type: | Technote |
|---|---|
| Issue Number: | FRS-39 |
| Components: | FusionReactor Settings |
| Environment: | |
| Resolution: | Fixed |
| Added: | 18/05/2007 12:36:19 |
| Affects Version: | 2.0 |
| Fixed Version: | 2.0 |
| Server: | JBoss |
| Platform: | Windows XP, Windows 2000, Windows 2003, Linux |
| Related Issues: | None |
Issue Feedback
Did you find this issue helpful?
0 out of 0 people found this article helpful

