2 Replies Latest reply on Sep 20, 2007 5:53 PM by jamesjoh

    JBoss 4.2.1 hangs on Log4J configuration.

    jamesjoh

      Trying to upgrade an app that works fine in Jboss 4.2.0. I get the following in my boot.log:

      INFO [Log4jService$URLWatchTimerTask] Configuring from URL: resource:cd-log4j.xml

      At which point the AS just hangs there. Relevant jboss-service.xml

      <mbean code="org.jboss.logging.Log4jService"
      name="jboss.system:type=Log4jService,service=Logging"
      xmbean-dd="resource:xmdesc/Log4jService-xmbean.xml">
      resource:cd-log4j.xml
      true
      60


      This configuration worked fine in 4.2.0. The release notes don't indicate anything changing that should effect this that I can see. If i rip out the Log4jService configuration the AS starts up fine. Anyone have any ideas? Thanks!