3 Replies Latest reply on Sep 30, 2009 11:33 AM by the_olo

    Issue with WebFileMDB

    rbreault

      I keep getting the following error not sure what or why have any of you seen this

      21:17:57,780 ERROR [ClosedInterceptor] ClosedInterceptor.ClientConnectionDelegate[-2147483411]: method setExceptionListener() did not go through, the interceptor is CLOSED
      21:17:57,781 ERROR [ClosedInterceptor] ClosedInterceptor.ClientConnectionDelegate[-2147483411]: method stop() did not go through, the interceptor is CLOSED
      21:17:57,782 INFO [JMSContainerInvoker] Waiting for reconnect internal 10000ms for WebFileMDB
      21:18:07,784 INFO [JMSContainerInvoker] Trying to reconnect to JMS provider for WebFileMDB
      21:18:07,790 WARN [JMSContainerInvoker] Could not find the queue destination-jndi-name=queue/webfileQueue
      21:18:07,790 WARN [JMSContainerInvoker] destination not found: queue/webfileQueue reason: javax.naming.NameNotFoundException: webfileQueue not bound
      21:18:07,790 WARN [JMSContainerInvoker] creating a new temporary destination: queue/webfileQueue
      21:18:07,792 ERROR [JMSContainerInvoker] Reconnect failed: JMS provider failure detected for WebFileMDB
      org.jboss.deployment.DeploymentException: Error during queue setup; - nested throwable: (javax.management.InstanceNotFoundException: jboss.mq:service=DestinationManager is not registered.)
      at org.jboss.deployment.DeploymentException.rethrowAsDeploymentException(DeploymentException.java:53)
      at org.jboss.ejb.plugins.jms.JMSContainerInvoker.innerStartDelivery(JMSContainerInvoker.java:811)
      at org.jboss.ejb.plugins.jms.JMSContainerInvoker$ExceptionListenerImpl$ExceptionListenerRunnable.run(JMSContainerInvoker.java:1428)
      at java.lang.Thread.run(Thread.java:595)
      Caused by: javax.management.InstanceNotFoundException: jboss.mq:service=DestinationManager is not registered.
      at org.jboss.mx.server.registry.BasicMBeanRegistry.get(BasicMBeanRegistry.java:523)
      at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:653)
      at org.jboss.ejb.plugins.jms.JMSContainerInvoker.createDestination(JMSContainerInvoker.java:1113)
      at org.jboss.ejb.plugins.jms.JMSContainerInvoker.innerStartDelivery(JMSContainerInvoker.java:777)
      ... 2 more
      21:18:07,792 ERROR [ClosedInterceptor] ClosedInterceptor.ClientConnectionDelegate[-2147483409]: method setExceptionListener() did not go through, the interceptor is CLOSED
      21:18:07,792 ERROR [ClosedInterceptor] ClosedInterceptor.ClientConnectionDelegate[-2147483409]: method stop() did not go through, the interceptor is CLOSED
      21:18:07,794 INFO [JMSContainerInvoker] Waiting for reconnect internal 10000ms for WebFileMDB

        • 1. Could not find the queue destination-jndi-name=queue
          rbreault

          More information

          21:11:07,227 WARN [JMSContainerInvoker] Could not find the queue destination-jndi-name=queue/webfileQueue
          21:11:07,228 WARN [JMSContainerInvoker] destination not found: queue/webfileQueue reason: javax.naming.NameNotFoundException: webfileQueue not bound
          21:11:07,229 WARN [JMSContainerInvoker] creating a new temporary destination: queue/webfileQueue
          21:11:07,257 WARN [JMSContainerInvoker] JMS provider failure detected for WebFileMDB
          org.jboss.deployment.DeploymentException: Error during queue setup; - nested throwable: (javax.management.InstanceNotFoundException: jboss.mq:service=DestinationManager is not registered.)
          at org.jboss.deployment.DeploymentException.rethrowAsDeploymentException(DeploymentException.java:53)
          at org.jboss.ejb.plugins.jms.JMSContainerInvoker.innerStartDelivery(JMSContainerInvoker.java:811)
          at org.jboss.ejb.plugins.jms.JMSContainerInvoker.startService(JMSContainerInvoker.java:839)
          at org.jboss.system.ServiceMBeanSupport.jbossInternalStart(ServiceMBeanSupport.java:289)
          at org.jboss.system.ServiceMBeanSupport.jbossInternalLifecycle(ServiceMBeanSupport.java:245)
          at sun.reflect.GeneratedMethodAccessor2.invoke(Unknown Source)
          at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
          at java.lang.reflect.Method.invoke(Method.java:585)

          • 2. Re: Issue with WebFileMDB
            rbreault

            FIXED woohoo now just some db tweaks

            • 3. Re: Issue with WebFileMDB
              the_olo

              Could you share what was the problem and how did yo fix it?