0 Replies Latest reply on Mar 1, 2010 4:06 PM by deege

    Can't restart a JMS Queue

    deege

      Hi,

       

      In the JBoss AS Admin Console, I stopped my queue under Resources|JMS Destinations (from the Control tab of the queue).  When I try to start it again, the queue will not come back up.  I get the error

       

      java.lang.reflect.UndeclaredThrowableException: Failed to invoke method 'start' on component 'jboss.messaging.destination:name=ExpiryQueue2,service=Queue' with parameters [].
          at org.jboss.profileservice.management.KernelBusRuntimeComponentDispatcher.invoke(KernelBusRuntimeComponentDispatcher.java:201)
          at org.jboss.profileservice.management.DelegatingComponentDispatcherImpl.invoke(DelegatingComponentDispatcherImpl.java:69)
          at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
          at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
          at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
          at java.lang.reflect.Method.invoke(Unknown Source)

       

      Is this not the right way to stop and start queues?

       

      Thanks,

      DJ Spiess