This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
INFO:sqlalchemy.engine.base.Engine:SELECT micros.v_r_guest_checks.check_number AS "micros.v_r_guest_checks__1" | |
FROM micros.v_r_guest_checks | |
WHERE micros.v_r_guest_checks.check_number = ? | |
INFO:sqlalchemy.engine.base.Engine:(7095,) | |
def _fetchall_impl(self): | |
try: | |
return self.cursor.fetchall() | |
except AttributeError: | |
self._non_result() |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<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) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<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) |
NewerOlder