1 Reply Latest reply on Aug 3, 2009 12:35 AM by jaikiran

    WARN  [HDScanner] Failed to process changes.. Deployers are

    michaelfgh

      Hi Friends,

      I use the JBoss5.0.1GA, I have as follows warning and error in the start server log, I find it occured when the server shutdown.

      11:13:29,669 INFO [StandardService] Stopping service jboss.web
      11:13:29,750 WARN [HDScanner] Failed to process changes
      java.lang.IllegalStateException: Deployers are shutdown
       at org.jboss.deployers.plugins.deployers.DeployersImpl.checkShutdown(DeployersImpl.java:187)
       at org.jboss.deployers.plugins.deployers.DeployersImpl.process(DeployersImpl.java:778)
       at org.jboss.deployers.plugins.main.MainDeployerImpl.process(MainDeployerImpl.java:698)
       at org.jboss.system.server.profileservice.hotdeploy.HDScanner.scan(HDScanner.java:290)
       at org.jboss.system.server.profileservice.hotdeploy.HDScanner.run(HDScanner.java:221)
       at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:441)
       at java.util.concurrent.FutureTask$Sync.innerRunAndReset(FutureTask.java:317)
       at java.util.concurrent.FutureTask.runAndReset(FutureTask.java:150)
       at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.access$101(ScheduledThreadPoolExecutor.java:98)
       at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.runPeriodic(ScheduledThreadPoolExecutor.java:181)
       at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:205)
       at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:886)
       at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:908)
       at java.lang.Thread.run(Thread.java:619)


      and
      ERROR [ExceptionUtil] ConsumerEndpoint[gg-5apg7hxf-1-vg1g7hxf-2ezrmo-100j3] close [x11-r0vl7hxf-1-vg1g7hxf-2ezrmo-100j3]
      java.lang.NullPointerException
       at org.jboss.jms.server.endpoint.ServerConsumerEndpoint.localClose(ServerConsumerEndpoint.java:542)
       at org.jboss.jms.server.endpoint.ServerConsumerEndpoint.close(ServerConsumerEndpoint.java:388)
      ...
      ...
      ...



      But my application on the server runs well all along, it whether is a bug of JBoss5, or cause by my own application, I know my description is not enough clear, I only want to konw What would it take for that to happen normally?
      If you have any hints, please comment it!
      Thanks in advance!