2 Replies Latest reply on Dec 21, 2006 4:09 AM by kaobe

    error regarding log4j

    ashwin1984

      i copied an earlier installation of jboss and set it up in a new system. I am able to run the server and it starts but a problem now occurs...after every 10 secs a log4j message as follows appears :
      [log4jservice$urlwatchTimerTask] configuring from url: resource:log4j.xml

      please i need urgent help to solve this problem as an project deadline is fast approaching!!!!!!!

        • 1. Re: error regarding log4j
          jaikiran

          Thats not an error. Thats just another log message. The Log4j service in JBoss has a timer task which is scheduled every 60 seconds i guess, which looks for changes to the log4j.xml file. If there are any changes to that file, log4j is reconfigured to reflect those changes. You can safely ignore that message.

          • 2. Re: error regarding log4j
            kaobe

            Hi,

            you could look at the modified date of the log4j.xml and on the server date. I had this problem when the server date was behind the date of the computer where I changed the log4j.xml. Then jboss compares the system date with the last modified date and realizes a modification on the file. I helped for me to change the log4j.xml on the machine where the jboss is running or fixing any datetime differences.

            Peter