This content has been marked as final. 
    
Show                 4 replies
    
- 
        1. Re: Logs of System Exceptionjaikiran Dec 2, 2008 3:20 AM (in response to benchato)Which version of JBoss do you use? 
 With the Administration console,
 But I can't see my System Exception in the log.
 You mean the jmx-console? There's a server.log file under %JBOSS_HOME%/server/< serverName>/log folder. See if you can find the exception logged there.
- 
        2. Re: Logs of System Exceptionbenchato Dec 2, 2008 7:16 AM (in response to benchato)I'm using JBoss-4.2.2.GA 
 I use the jmx-console to monitor the number of destroyed instances of my Bean.
 And I can't find my exception in %JBOSS_HOME%/server/default/log/server.log.
 Because I need those logs, I put an interceptor for all my beans that logs exceptions when they occur. But this is a workaround...
- 
        
- 
        4. Re: Logs of System Exceptionbenchato Dec 2, 2008 8:25 AM (in response to benchato)Thanks a lot for your search, jaikiran ! 
 Now I know it's not a configuration problem of my instance.
 I voted for it in JIRA and will use my interceptor for the moment.
 Thanks a lot !
 
    