12 Replies Latest reply on Feb 7, 2013 3:54 AM by samawarad

    org.jboss.soa.esb.listeners.message.MissingServiceException: Registry details for service

    samawarad

      Hi,

       

      An application is deployed in Jboss Soa platform 5.0. From Performance point of view, we had commented out DeadLetterService in jboss-esb.xml. Our application is not sending any message to DLQ.

      But now we are getting error message saying as below :

       

      ******************
      2012-12-18 18:02:30,996 ERROR [org.apache.catalina.core.ContainerBase.[jboss.web].[localhost].[/ServiceName].[HttpGateway]] (http-0.0.0.0-9032-14) Servlet.service() for servlet HttpGateway threw exception
      org
      .jboss.soa.esb.listeners.message.MissingServiceException: Registry details for service [JBossESB-Internal:DeadLetterService] could not be determined from the registry.
              at org
      .jboss.soa.esb.client.ServiceInvoker.post(ServiceInvoker.java:348)
      ******************

       

      It is taking around 5 min to send the response to 3rd party.We are trying to find out the reason for delay.

       

      When this exception occurs, "org.jboss.soa.esb.listeners.message.MissingServiceException"?


      Can anyone please let me know how the issue is related with "DeadLetterService"? or how can i reproduce the issue? or why 5 minute delay?