3 Replies Latest reply on Nov 30, 2006 2:59 PM by ya2n

    Trouble with jboss

    ya2n

      Hi all,

      First of all, sorry if i'm not posting in the right place.

      I've got some problems with my jboss application servers (v3.0.4 on a Windows 2K3), it crashes from time to time with no error on event log or in server log.

      I've tried to find the common point between all the crash, the only thing i found is a call of "reportPrinter" :

      2006-11-27 09:07:48,802 INFO [STDOUT] reportPrinter etc......

      The problem is i don't know jboss at all, i didn't develop this app (and i never develop apps), and i'm quite lost.

      Does anyone know a way to tune jboss to make him throw some usefull error when it crashes ? Or maybe anyone has already seen this before ?

      Thanks

        • 1. Re: Trouble with jboss
          kaobe

          Hi!

          I think there are two possibilities:
          1. You finde the one that does develop your applications and ask him.
          2. You change the logging level and hope that under a more talkful level you will get the information you need. You can change the logging level under jboss/server//conf/log4j.xml. There you can change the logging level for the logger and category you want to something useful (DEBUG, for example).

          Peter

          • 2. Re: Trouble with jboss
            anishx

            ok does it do a thread dump?

            • 3. Re: Trouble with jboss
              ya2n

              i don't know how to put in place a thread dump when it crashes.

              I didn't set up log4j.xml, i will do it very soon i hope.

              Actually since i came into the forum, the apps is stable (for now...)