1 Reply Latest reply on Jul 10, 2006 6:37 AM by ben_ben

    Incomplete logs

    ben_ben

      Hi,

      We're using JBoss 4.0.3 and, when used locally on a Win XP machine everything works well. Pooled database connections are pooled and reused while logs are used to keep track of everything.

      However...we have now just moved the application to our unix test server and things have gone a bit pear shaped. The system now has problems getting database connections (it's as though connections aren't being closed properly and the pool reaches its maximum size) which would be much easier to solve if the log files were generated properly. The logs themselves appear incomplete and, although they should all be created at JBoss startup time, have creation times differing by 2 hours. We've looked through the instance log4j configuration and can't see anything different/wrong.

      Has anyone had any similar problems with the logs? I'm sure it's a configuration problem but nothing seems out of place.

      Thanks

        • 1. Re: Incomplete logs
          ben_ben

          Think we've solved it. JBoss wasn't being shutdown properly and possibly holding on to things it shouldn't have done. From a clean start everything looks ok.