Created
April 19, 2012 19:38
-
-
Save elialbert/2423604 to your computer and use it in GitHub Desktop.
serviceidentfailure
This file contains 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
2012-04-19 14:37:17,890 - requests.packages.urllib3.connectionpool - INFO - Starting new HTTPS connection (1): api.x.com | |
2012-04-19 14:37:18,135 - root - INFO - schema resp is {"type":"record","name":"Ping", "version":"1.0.0", "topic":"/message/ping","namespace":"com.x.system","fields":[{"name":"payload","type":["null","string"],"default":null}]} | |
2012-04-19 14:37:18,136 - root - INFO - binary data: test | |
2012-04-19 14:37:18,136 - root - INFO - headers are {'X-XC-SCHEMA-VERSION': '1.0.0', 'Content-Type': 'avro/binary', 'X-XC-DESTINATION-ID': 'GL15hWzfFvbraOlHj/r4AJa0Jzs+Fin7wWhs1xNGUDjcvd+sToB9iBgaR8MaHEmT17tz25i8', 'Authorization': 'Bearer q9XW03JED6izYfWIORS1gFSqwiDNXLWWdZXACqLBBbbzsysr1AsLAJSf/fpHmU5W9qpMMF9k'} | |
2012-04-19 14:37:18,136 - root - INFO - posting to fabric url https://api.sandbox.x.com/message/ping | |
2012-04-19 14:37:18,137 - requests.packages.urllib3.connectionpool - INFO - Starting new HTTPS connection (1): api.sandbox.x.com | |
2012-04-19 14:37:18,366 - root - INFO - sender response is <fault> | |
<faultstring>Service Identification Failure</faultstring> | |
<detail> | |
<errorcode>26108</errorcode> | |
<trace> | |
Fault Name: ServiceIdentificationFailure | |
Error Type: NotFound | |
Description: Service Identification Failure | |
Service: null | |
Endpoint: null | |
Operation (Client): | |
</trace> | |
</detail> | |
</fault> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment