Skip to content

Instantly share code, notes, and snippets.

@sibblegp
Created June 14, 2012 22:04
Show Gist options
  • Save sibblegp/2933252 to your computer and use it in GitHub Desktop.
Save sibblegp/2933252 to your computer and use it in GitHub Desktop.
<session><success>false</success><token></token><reason>FAILED TO ROUTE TOKEN</reason><stackTrace>com.tropo.routing.ResourceNotFoundException: SRV query failed [key=_sip._udp.ppid23.routing.tropo.local, code=NXDOMAIN]
at com.tropo.routing.dns.DnsRoutingService.lookup(DnsRoutingService.java:199)
at com.tropo.routing.dns.DnsRoutingService.findServersForPartitionPlatformId(DnsRoutingService.java:161)
at com.tropo.routing.dns.DnsRoutingService.findServersForPartitionPlatformId(DnsRoutingService.java:150)
at com.tropo.web.token.DnsTokenEndpointResolver.resolve(DnsTokenEndpointResolver.java:26)
at com.tropo.web.controller.SessionController.post(SessionController.java:354)
at sun.reflect.GeneratedMethodAccessor180.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.web.bind.annotation.support.HandlerMethodInvoker.doInvokeMethod(HandlerMethodInvoker.java:421)
at org.springframework.web.bind.annotation.support.HandlerMethodInvoker.invokeHandlerMethod(HandlerMethodInvoker.java:136)
at org.springframework.web.servlet.mvc.annotation.AnnotationMethodHandlerAdapter.invokeHandlerMethod(AnnotationMethodHandlerAdapter.java:326)
at org.springframework.web.servlet.mvc.annotation.AnnotationMethodHandlerAdapter.handle(AnnotationMethodHandlerAdapter.java:313)
at org.springframework.web.servlet.DispatcherServlet.doDispatch(DispatcherServlet.java:875)
at org.springframework.web.servlet.DispatcherServlet.doService(DispatcherServlet.java:807)
at org.springframework.web.servlet.FrameworkServlet.processRequest(FrameworkServlet.java:571)
at org.springframework.web.servlet.FrameworkServlet.doPost(FrameworkServlet.java:511)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:710)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:803)
at com.micromethod.sipmethod.server.container.impl.filter.HttpFilterChain.internalDoFilter(HttpFilterChain.java:97)
at com.micromethod.sipmethod.server.container.impl.filter.HttpFilterChain.doFilter(HttpFilterChain.java:58)
at com.micromethod.sipmethod.server.container.impl.http.HttpServletWrapper.invoke(HttpServletWrapper.java:298)
at com.micromethod.sipmethod.server.container.impl.ApplicationSupport.invokeHttp(ApplicationSupport.java:353)
at com.micromethod.sipmethod.server.container.impl.ApplicationImpl.handleHttp(ApplicationImpl.java:600)
at com.micromethod.sipmethod.server.http.impl.HTTPServiceImpl.invokeApplication(HTTPServiceImpl.java:703)
at com.micromethod.sipmethod.server.http.interceptor.HttpInterceptorChainImpl.invokeNextPreApplication(HttpInterceptorChainImpl.java:71)
at com.micromethod.sipmethod.server.http.interceptor.GenericAuthenticator.preApplication(GenericAuthenticator.java:144)
at com.micromethod.sipmethod.server.http.interceptor.HttpInterceptorChainImpl.invokeNextPreApplication(HttpInterceptorChainImpl.java:67)
at com.micromethod.sipmethod.server.http.interceptor.HttpInterceptorPipelineImpl.preInvokeApplication(HttpInterceptorPipelineImpl.java:25)
at com.micromethod.sipmethod.server.http.impl.HTTPServiceImpl._handle(HTTPServiceImpl.java:520)
at com.micromethod.sipmethod.server.http.interceptor.HttpInterceptorChainImpl.invokeNextPreService(HttpInterceptorChainImpl.java:38)
at com.micromethod.sipmethod.server.http.interceptor.HttpInterceptorSupport.preService(HttpInterceptorSupport.java:19)
at com.micromethod.sipmethod.server.http.interceptor.HttpInterceptorChainImpl.invokeNextPreService(HttpInterceptorChainImpl.java:34)
at com.micromethod.sipmethod.server.http.interceptor.HttpInterceptorPipelineImpl.preInvokeService(HttpInterceptorPipelineImpl.java:21)
at com.micromethod.sipmethod.server.http.impl.HTTPServiceImpl.handle(HTTPServiceImpl.java:327)
at com.micromethod.sipmethod.server.connector.stream.impl.StreamConnectorImpl.handle(StreamConnectorImpl.java:30)
at com.micromethod.sipmethod.server.connector.stream.http.httpnio.Http11NioConnection.process(Http11NioConnection.java:393)
at com.micromethod.sipmethod.server.connector.stream.http.httpnio.Http11NioPoint$Http11ConnectionHandler.process(Http11NioPoint.java:506)
at com.micromethod.sipmethod.server.connector.stream.http.httpnio.net.NioEndpoint$SocketProcessor.run(NioEndpoint.java:1822)
at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(Unknown Source)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.lang.Thread.run(Unknown Source)
</stackTrace></session>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment