0 Replies Latest reply on Jun 25, 2004 6:23 PM by murphyp1

    WARN log message whenever anything is deployed to Tomcat5 in

    murphyp1

      When JBoss 3.2.4 is started several warning messages are generated whenever a Tomcat5 deployment is processed. This is true for my applications as well as JBoss services. I have included a few snippets from my log below:

      2004-06-25 18:08:17,192 DEBUG [org.jboss.web.tomcat.tc5.Tomcat5] Begin init
      2004-06-25 18:08:17,223 DEBUG [org.jboss.web.tomcat.tc5.Tomcat5] webContext: null
      2004-06-25 18:08:17,223 DEBUG [org.jboss.web.tomcat.tc5.Tomcat5] warURL: file:/C:/home2/jboss/server/aistech/deploy/http-invoker.sar/invoker.war/
      2004-06-25 18:08:17,254 WARN [org.jboss.deployment.DeploymentInfo] Only the root deployment can set the loader repository, ingoring config=null
      2004-06-25 18:08:17,254 DEBUG [org.jboss.management.j2ee.LocalJBossServerDomain] handleNotification: javax.management.Notification[source=jboss.web:service=WebServer,type=org.jboss.deployment.SubDeployer.init,sequenceNumber=2,timeStamp=1088201297254,message=null,userData=org.jboss.deployment.DeploymentInfo@8e6a7b4f { url=file:/C:/home2/jboss/server/aistech/deploy/http-invoker.sar/invoker.war/ }
      deployer: org.jboss.web.tomcat.tc5.Tomcat5@6576d5
      status: Starting
      state: INIT_DEPLOYER
      watch: file:/C:/home2/jboss/server/aistech/deploy/http-invoker.sar/invoker.war/WEB-INF/web.xml
      lastDeployed: 1088201294770
      lastModified: 1087591942511
      mbeans:
      ]
      2004-06-25 18:08:17,254 DEBUG [org.jboss.web.tomcat.tc5.Tomcat5] End init
      2004-06-25 18:08:18,301 DEBUG [org.jboss.web.tomcat.tc5.Tomcat5] Begin init
      2004-06-25 18:08:18,301 DEBUG [org.jboss.web.tomcat.tc5.Tomcat5] webContext: null
      2004-06-25 18:08:18,301 DEBUG [org.jboss.web.tomcat.tc5.Tomcat5] warURL: file:/C:/home2/jboss/server/aistech/deploy/jbossweb-tomcat50.sar/ROOT.war/
      2004-06-25 18:08:18,317 WARN [org.jboss.deployment.DeploymentInfo] Only the root deployment can set the loader repository, ingoring config=null
      2004-06-25 18:08:18,317 DEBUG [org.jboss.management.j2ee.LocalJBossServerDomain] handleNotification: javax.management.Notification[source=jboss.web:service=WebServer,type=org.jboss.deployment.SubDeployer.init,sequenceNumber=5,timeStamp=1088201298317,message=null,userData=org.jboss.deployment.DeploymentInfo@3ac23c39 { url=file:/C:/home2/jboss/server/aistech/deploy/jbossweb-tomcat50.sar/ROOT.war/ }
      deployer: org.jboss.web.tomcat.tc5.Tomcat5@6576d5
      status: Starting
      state: INIT_DEPLOYER
      watch: file:/C:/home2/jboss/server/aistech/deploy/jbossweb-tomcat50.sar/ROOT.war/WEB-INF/web.xml
      lastDeployed: 1088201294770
      lastModified: 1087591945699
      mbeans:
      ]
      2004-06-25 18:08:18,317 DEBUG [org.jboss.web.tomcat.tc5.Tomcat5] End init
      2004-06-25 18:08:18,426 DEBUG [org.jboss.web.tomcat.tc5.Tomcat5] Begin init
      2004-06-25 18:08:18,426 DEBUG [org.jboss.web.tomcat.tc5.Tomcat5] webContext: null
      2004-06-25 18:08:18,426 DEBUG [org.jboss.web.tomcat.tc5.Tomcat5] warURL: file:/C:/home2/jboss/server/aistech/deploy/jms/jbossmq-httpil.sar/jbossmq-httpil.war/
      2004-06-25 18:08:18,457 WARN [org.jboss.deployment.DeploymentInfo] Only the root deployment can set the loader repository, ingoring config=null
      2004-06-25 18:08:18,457 DEBUG [org.jboss.management.j2ee.LocalJBossServerDomain] handleNotification: javax.management.Notification[source=jboss.web:service=WebServer,type=org.jboss.deployment.SubDeployer.init,sequenceNumber=8,timeStamp=1088201298457,message=null,userData=org.jboss.deployment.DeploymentInfo@4d21d441 { url=file:/C:/home2/jboss/server/aistech/deploy/jms/jbossmq-httpil.sar/jbossmq-httpil.war/ }
      deployer: org.jboss.web.tomcat.tc5.Tomcat5@6576d5
      status: Starting
      state: INIT_DEPLOYER
      watch: file:/C:/home2/jboss/server/aistech/deploy/jms/jbossmq-httpil.sar/jbossmq-httpil.war/WEB-INF/web.xml
      lastDeployed: 1088201294770
      lastModified: 1087591946074
      mbeans:
      ]
      2004-06-25 18:08:18,457 DEBUG [org.jboss.web.tomcat.tc5.Tomcat5] End init

      These also occur for my application which is packaged as an ear with imbeded wars. I do not use any of the class loader scoping XML.

      Is this an error in JBoss? Can these messages be safely ignored? How can I fix the problem?