Skip to content

Instantly share code, notes, and snippets.

@Morozov-5F
Created August 18, 2017 15:02
Show Gist options
  • Save Morozov-5F/d5f9b098e536fc3f870952c1f54242b0 to your computer and use it in GitHub Desktop.
Save Morozov-5F/d5f9b098e536fc3f870952c1f54242b0 to your computer and use it in GitHub Desktop.
Azure SDK connection loss
Info: IoT Hub SDK for C, version 1.1.21
-> 14:41:52 CONNECT | VER: 4 | KEEPALIVE: 60 | FLAGS: 128 | USERNAME: $host_name/$device_id/api-version=2016-11-14&DeviceClientType=iothubclient%2f1.1.21%20(Linux%3b%20mips) | CLEAN: 0
<- 14:41:52 CONNACK | SESSION_PRESENT: true | RETURN_CODE: 0x0
-> 14:41:52 SUBSCRIBE | PACKET_ID: 2 | TOPIC_NAME: devices/$device_id/messages/devicebound/# | QOS: 1 | TOPIC_NAME: $iothub/twin/res/# | QOS: 0 | TOPIC_NAME: $iothub/twin/PATCH/properties/desired/# | QOS: 0 | TOPIC_NAME: $iothub/methods/POST/# | QOS: 0
-> 14:41:52 PUBLISH | IS_DUP: false | RETAIN: 0 | QOS: DELIVER_AT_MOST_ONCE | TOPIC_NAME: $iothub/twin/PATCH/properties/reported/?$rid=3 | PAYLOAD_LEN: 288
-> 14:41:52 PUBLISH | IS_DUP: false | RETAIN: 0 | QOS: DELIVER_AT_LEAST_ONCE | TOPIC_NAME: devices/$device_id/messages/events/name=common.ping | PACKET_ID: 4 | PAYLOAD_LEN: 2
<- 14:41:52 SUBACK | PACKET_ID: 2 | RETURN_CODE: 1 | RETURN_CODE: 0 | RETURN_CODE: 0 | RETURN_CODE: 0
-> 14:41:52 PUBLISH | IS_DUP: false | RETAIN: 0 | QOS: DELIVER_AT_MOST_ONCE | TOPIC_NAME: $iothub/twin/GET/?$rid=5
<- 14:41:53 PUBLISH | IS_DUP: false | RETAIN: 0 | QOS: DELIVER_AT_MOST_ONCE = 0x00 | TOPIC_NAME: $iothub/twin/res/204/?$rid=3&$version=1266 | PAYLOAD_LEN: 0
<- 14:41:53 PUBLISH | IS_DUP: false | RETAIN: 0 | QOS: DELIVER_AT_MOST_ONCE = 0x00 | TOPIC_NAME: $iothub/twin/res/200/?$rid=5 | PAYLOAD_LEN: 484
<- 14:41:53 PUBACK | PACKET_ID: 4
File upload successful-> 14:42:02 PUBLISH | IS_DUP: false | RETAIN: 0 | QOS: DELIVER_AT_MOST_ONCE | TOPIC_NAME: $iothub/twin/PATCH/properties/reported/?$rid=6 | PAYLOAD_LEN: 66
<- 14:42:02 PUBLISH | IS_DUP: false | RETAIN: 0 | QOS: DELIVER_AT_MOST_ONCE = 0x00 | TOPIC_NAME: $iothub/twin/res/204/?$rid=6&$version=1267 | PAYLOAD_LEN: 0
-> 14:42:53 PINGREQ
<- 14:42:53 PINGRESP
-> 14:43:44 PINGREQ
<- 14:43:44 PINGRESP
-> 14:44:35 PINGREQ
<- 14:44:35 PINGRESP
-> 14:44:48 PUBLISH | IS_DUP: false | RETAIN: 0 | QOS: DELIVER_AT_LEAST_ONCE | TOPIC_NAME: devices/$device_id/messages/events/name=common.ping | PACKET_ID: 7 | PAYLOAD_LEN: 2
<- 14:44:48 PUBACK | PACKET_ID: 7
-> 14:45:38 PINGREQ
Error: Time:Fri Aug 18 14:46:09 2017 File:azure_sdk/iothub_client/src/iothubtransport_mqtt_common.c Func:mqtt_error_callback Line:1248 Mqtt Ping Response was not encountered. Reconnecting device...
-> 14:46:09 DISCONNECT
Error: Time:Fri Aug 18 14:46:19 2017 File:azure_sdk/c-utility/adapters/socketio_berkeley.c Func:socketio_open Line:676 Failure: select failure.
Info: Closing tlsio from a state other than TLSIO_STATE_EXT_OPEN or TLSIO_STATE_EXT_ERROR
Error: Time:Fri Aug 18 14:46:19 2017 File:azure_sdk/c-utility/src/tlsio_openssl.c Func:on_underlying_io_open_complete Line:688 Invalid tlsio_state. Expected state is TLSIO_STATE_OPENING_UNDERLYING_IO.
Error: Time:Fri Aug 18 14:46:19 2017 File:azure_sdk/c-utility/src/tlsio_openssl.c Func:tlsio_openssl_open Line:1202 Failed opening the underlying I/O.
Error: Time:Fri Aug 18 14:46:19 2017 File:azure_sdk/umqtt/src/mqtt_client.c Func:mqtt_client_connect Line:974 Error: io_open failed
Error: Time:Fri Aug 18 14:46:19 2017 File:azure_sdk/iothub_client/src/iothubtransport_mqtt_common.c Func:SendMqttConnectMsg Line:1519 failure connecting to address $host_name.
Error: Time:Fri Aug 18 14:46:29 2017 File:azure_sdk/c-utility/adapters/socketio_berkeley.c Func:socketio_open Line:676 Failure: select failure.
Info: Closing tlsio from a state other than TLSIO_STATE_EXT_OPEN or TLSIO_STATE_EXT_ERROR
Error: Time:Fri Aug 18 14:46:29 2017 File:azure_sdk/c-utility/src/tlsio_openssl.c Func:on_underlying_io_open_complete Line:688 Invalid tlsio_state. Expected state is TLSIO_STATE_OPENING_UNDERLYING_IO.
Error: Time:Fri Aug 18 14:46:29 2017 File:azure_sdk/c-utility/src/tlsio_openssl.c Func:tlsio_openssl_open Line:1202 Failed opening the underlying I/O.
Error: Time:Fri Aug 18 14:46:29 2017 File:azure_sdk/umqtt/src/mqtt_client.c Func:mqtt_client_connect Line:974 Error: io_open failed
Error: Time:Fri Aug 18 14:46:29 2017 File:azure_sdk/iothub_client/src/iothubtransport_mqtt_common.c Func:SendMqttConnectMsg Line:1519 failure connecting to address $host_name.
Error: Time:Fri Aug 18 14:46:39 2017 File:azure_sdk/c-utility/adapters/socketio_berkeley.c Func:socketio_open Line:676 Failure: select failure.
Info: Closing tlsio from a state other than TLSIO_STATE_EXT_OPEN or TLSIO_STATE_EXT_ERROR
Error: Time:Fri Aug 18 14:46:39 2017 File:azure_sdk/c-utility/src/tlsio_openssl.c Func:on_underlying_io_open_complete Line:688 Invalid tlsio_state. Expected state is TLSIO_STATE_OPENING_UNDERLYING_IO.
Error: Time:Fri Aug 18 14:46:39 2017 File:azure_sdk/c-utility/src/tlsio_openssl.c Func:tlsio_openssl_open Line:1202 Failed opening the underlying I/O.
Error: Time:Fri Aug 18 14:46:39 2017 File:azure_sdk/umqtt/src/mqtt_client.c Func:mqtt_client_connect Line:974 Error: io_open failed
Error: Time:Fri Aug 18 14:46:39 2017 File:azure_sdk/iothub_client/src/iothubtransport_mqtt_common.c Func:SendMqttConnectMsg Line:1519 failure connecting to address $host_name.
Error: Time:Fri Aug 18 14:46:49 2017 File:azure_sdk/c-utility/adapters/socketio_berkeley.c Func:socketio_open Line:676 Failure: select failure.
Info: Closing tlsio from a state other than TLSIO_STATE_EXT_OPEN or TLSIO_STATE_EXT_ERROR
Error: Time:Fri Aug 18 14:46:50 2017 File:azure_sdk/c-utility/src/tlsio_openssl.c Func:on_underlying_io_open_complete Line:688 Invalid tlsio_state. Expected state is TLSIO_STATE_OPENING_UNDERLYING_IO.
Error: Time:Fri Aug 18 14:46:50 2017 File:azure_sdk/c-utility/src/tlsio_openssl.c Func:tlsio_openssl_open Line:1202 Failed opening the underlying I/O.
Error: Time:Fri Aug 18 14:46:50 2017 File:azure_sdk/umqtt/src/mqtt_client.c Func:mqtt_client_connect Line:974 Error: io_open failed
Error: Time:Fri Aug 18 14:46:50 2017 File:azure_sdk/iothub_client/src/iothubtransport_mqtt_common.c Func:SendMqttConnectMsg Line:1519 failure connecting to address $host_name.
Error: Time:Fri Aug 18 14:47:00 2017 File:azure_sdk/c-utility/adapters/socketio_berkeley.c Func:socketio_open Line:676 Failure: select failure.
Info: Closing tlsio from a state other than TLSIO_STATE_EXT_OPEN or TLSIO_STATE_EXT_ERROR
Error: Time:Fri Aug 18 14:47:00 2017 File:azure_sdk/c-utility/src/tlsio_openssl.c Func:on_underlying_io_open_complete Line:688 Invalid tlsio_state. Expected state is TLSIO_STATE_OPENING_UNDERLYING_IO.
Error: Time:Fri Aug 18 14:47:00 2017 File:azure_sdk/c-utility/src/tlsio_openssl.c Func:tlsio_openssl_open Line:1202 Failed opening the underlying I/O.
Error: Time:Fri Aug 18 14:47:00 2017 File:azure_sdk/umqtt/src/mqtt_client.c Func:mqtt_client_connect Line:974 Error: io_open failed
Error: Time:Fri Aug 18 14:47:00 2017 File:azure_sdk/iothub_client/src/iothubtransport_mqtt_common.c Func:SendMqttConnectMsg Line:1519 failure connecting to address $host_name.
Error: Time:Fri Aug 18 14:47:00 2017 File:azure_sdk/c-utility/adapters/socketio_berkeley.c Func:socketio_open Line:626 Failure: getaddrinfo failure -2.
Info: Closing tlsio from a state other than TLSIO_STATE_EXT_OPEN or TLSIO_STATE_EXT_ERROR
Error: Time:Fri Aug 18 14:47:00 2017 File:azure_sdk/c-utility/src/tlsio_openssl.c Func:on_underlying_io_open_complete Line:688 Invalid tlsio_state. Expected state is TLSIO_STATE_OPENING_UNDERLYING_IO.
Error: Time:Fri Aug 18 14:47:00 2017 File:azure_sdk/c-utility/src/tlsio_openssl.c Func:tlsio_openssl_open Line:1202 Failed opening the underlying I/O.
Error: Time:Fri Aug 18 14:47:00 2017 File:azure_sdk/umqtt/src/mqtt_client.c Func:mqtt_client_connect Line:974 Error: io_open failed
Error: Time:Fri Aug 18 14:47:00 2017 File:azure_sdk/iothub_client/src/iothubtransport_mqtt_common.c Func:SendMqttConnectMsg Line:1519 failure connecting to address $host_name.
Error: Time:Fri Aug 18 14:47:05 2017 File:azure_sdk/c-utility/adapters/socketio_berkeley.c Func:socketio_open Line:626 Failure: getaddrinfo failure -2.
Info: Closing tlsio from a state other than TLSIO_STATE_EXT_OPEN or TLSIO_STATE_EXT_ERROR
Error: Time:Fri Aug 18 14:47:05 2017 File:azure_sdk/c-utility/src/tlsio_openssl.c Func:on_underlying_io_open_complete Line:688 Invalid tlsio_state. Expected state is TLSIO_STATE_OPENING_UNDERLYING_IO.
Error: Time:Fri Aug 18 14:47:05 2017 File:azure_sdk/c-utility/src/tlsio_openssl.c Func:tlsio_openssl_open Line:1202 Failed opening the underlying I/O.
Error: Time:Fri Aug 18 14:47:05 2017 File:azure_sdk/umqtt/src/mqtt_client.c Func:mqtt_client_connect Line:974 Error: io_open failed
Error: Time:Fri Aug 18 14:47:05 2017 File:azure_sdk/iothub_client/src/iothubtransport_mqtt_common.c Func:SendMqttConnectMsg Line:1519 failure connecting to address $host_name.
Error: Time:Fri Aug 18 14:47:10 2017 File:azure_sdk/c-utility/adapters/socketio_berkeley.c Func:socketio_open Line:626 Failure: getaddrinfo failure -2.
Info: Closing tlsio from a state other than TLSIO_STATE_EXT_OPEN or TLSIO_STATE_EXT_ERROR
Error: Time:Fri Aug 18 14:47:10 2017 File:azure_sdk/c-utility/src/tlsio_openssl.c Func:on_underlying_io_open_complete Line:688 Invalid tlsio_state. Expected state is TLSIO_STATE_OPENING_UNDERLYING_IO.
Error: Time:Fri Aug 18 14:47:10 2017 File:azure_sdk/c-utility/src/tlsio_openssl.c Func:tlsio_openssl_open Line:1202 Failed opening the underlying I/O.
Error: Time:Fri Aug 18 14:47:10 2017 File:azure_sdk/umqtt/src/mqtt_client.c Func:mqtt_client_connect Line:974 Error: io_open failed
Error: Time:Fri Aug 18 14:47:10 2017 File:azure_sdk/iothub_client/src/iothubtransport_mqtt_common.c Func:SendMqttConnectMsg Line:1519 failure connecting to address $host_name.
Error: Time:Fri Aug 18 14:47:25 2017 File:azure_sdk/c-utility/adapters/socketio_berkeley.c Func:socketio_open Line:676 Failure: select failure.
Info: Closing tlsio from a state other than TLSIO_STATE_EXT_OPEN or TLSIO_STATE_EXT_ERROR
Error: Time:Fri Aug 18 14:47:25 2017 File:azure_sdk/c-utility/src/tlsio_openssl.c Func:on_underlying_io_open_complete Line:688 Invalid tlsio_state. Expected state is TLSIO_STATE_OPENING_UNDERLYING_IO.
Error: Time:Fri Aug 18 14:47:25 2017 File:azure_sdk/c-utility/src/tlsio_openssl.c Func:tlsio_openssl_open Line:1202 Failed opening the underlying I/O.
Error: Time:Fri Aug 18 14:47:25 2017 File:azure_sdk/umqtt/src/mqtt_client.c Func:mqtt_client_connect Line:974 Error: io_open failed
Error: Time:Fri Aug 18 14:47:25 2017 File:azure_sdk/iothub_client/src/iothubtransport_mqtt_common.c Func:SendMqttConnectMsg Line:1519 failure connecting to address $host_name.
Error: Time:Fri Aug 18 14:47:35 2017 File:azure_sdk/c-utility/adapters/socketio_berkeley.c Func:socketio_open Line:676 Failure: select failure.
Info: Closing tlsio from a state other than TLSIO_STATE_EXT_OPEN or TLSIO_STATE_EXT_ERROR
Error: Time:Fri Aug 18 14:47:35 2017 File:azure_sdk/c-utility/src/tlsio_openssl.c Func:on_underlying_io_open_complete Line:688 Invalid tlsio_state. Expected state is TLSIO_STATE_OPENING_UNDERLYING_IO.
Error: Time:Fri Aug 18 14:47:35 2017 File:azure_sdk/c-utility/src/tlsio_openssl.c Func:tlsio_openssl_open Line:1202 Failed opening the underlying I/O.
Error: Time:Fri Aug 18 14:47:35 2017 File:azure_sdk/umqtt/src/mqtt_client.c Func:mqtt_client_connect Line:974 Error: io_open failed
Error: Time:Fri Aug 18 14:47:35 2017 File:azure_sdk/iothub_client/src/iothubtransport_mqtt_common.c Func:SendMqttConnectMsg Line:1519 failure connecting to address $host_name.
-> 14:47:35 CONNECT | VER: 4 | KEEPALIVE: 60 | FLAGS: 128 | USERNAME: $host_name/$device_id/api-version=2016-11-14&DeviceClientType=iothubclient%2f1.1.21%20(Linux%3b%20mips) | CLEAN: 0
<- 14:47:35 CONNACK | SESSION_PRESENT: false | RETURN_CODE: 0x5
Error: Time:Fri Aug 18 14:47:35 2017 File:azure_sdk/iothub_client/src/iothubtransport_mqtt_common.c Func:mqtt_operation_complete_callback Line:1161 Connection Not Accepted: 0x5: Not Authorized
-> 14:47:35 DISCONNECT
-> 14:47:40 CONNECT | VER: 4 | KEEPALIVE: 60 | FLAGS: 128 | USERNAME: $host_name/$device_id/api-version=2016-11-14&DeviceClientType=iothubclient%2f1.1.21%20(Linux%3b%20mips) | CLEAN: 0
<- 14:47:40 CONNACK | SESSION_PRESENT: false | RETURN_CODE: 0x5
Error: Time:Fri Aug 18 14:47:40 2017 File:azure_sdk/iothub_client/src/iothubtransport_mqtt_common.c Func:mqtt_operation_complete_callback Line:1161 Connection Not Accepted: 0x5: Not Authorized
-> 14:47:40 DISCONNECT
-> 14:47:45 CONNECT | VER: 4 | KEEPALIVE: 60 | FLAGS: 128 | USERNAME: $host_name/$device_id/api-version=2016-11-14&DeviceClientType=iothubclient%2f1.1.21%20(Linux%3b%20mips) | CLEAN: 0
<- 14:47:45 CONNACK | SESSION_PRESENT: false | RETURN_CODE: 0x5
Error: Time:Fri Aug 18 14:47:45 2017 File:azure_sdk/iothub_client/src/iothubtransport_mqtt_common.c Func:mqtt_operation_complete_callback Line:1161 Connection Not Accepted: 0x5: Not Authorized
-> 14:47:45 DISCONNECT
-> 14:47:50 CONNECT | VER: 4 | KEEPALIVE: 60 | FLAGS: 128 | USERNAME: $host_name/$device_id/api-version=2016-11-14&DeviceClientType=iothubclient%2f1.1.21%20(Linux%3b%20mips) | CLEAN: 0
<- 14:47:50 CONNACK | SESSION_PRESENT: false | RETURN_CODE: 0x5
Error: Time:Fri Aug 18 14:47:50 2017 File:azure_sdk/iothub_client/src/iothubtransport_mqtt_common.c Func:mqtt_operation_complete_callback Line:1161 Connection Not Accepted: 0x5: Not Authorized
-> 14:47:50 DISCONNECT
Error: Time:Fri Aug 18 14:48:05 2017 File:azure_sdk/c-utility/adapters/socketio_berkeley.c Func:socketio_open Line:676 Failure: select failure.
Info: Closing tlsio from a state other than TLSIO_STATE_EXT_OPEN or TLSIO_STATE_EXT_ERROR
Error: Time:Fri Aug 18 14:48:05 2017 File:azure_sdk/c-utility/src/tlsio_openssl.c Func:on_underlying_io_open_complete Line:688 Invalid tlsio_state. Expected state is TLSIO_STATE_OPENING_UNDERLYING_IO.
Error: Time:Fri Aug 18 14:48:05 2017 File:azure_sdk/c-utility/src/tlsio_openssl.c Func:tlsio_openssl_open Line:1202 Failed opening the underlying I/O.
Error: Time:Fri Aug 18 14:48:05 2017 File:azure_sdk/umqtt/src/mqtt_client.c Func:mqtt_client_connect Line:974 Error: io_open failed
Error: Time:Fri Aug 18 14:48:05 2017 File:azure_sdk/iothub_client/src/iothubtransport_mqtt_common.c Func:SendMqttConnectMsg Line:1519 failure connecting to address $host_name.
-> 14:48:05 CONNECT | VER: 4 | KEEPALIVE: 60 | FLAGS: 128 | USERNAME: $host_name/$device_id/api-version=2016-11-14&DeviceClientType=iothubclient%2f1.1.21%20(Linux%3b%20mips) | CLEAN: 0
<- 14:48:05 CONNACK | SESSION_PRESENT: false | RETURN_CODE: 0x5
Error: Time:Fri Aug 18 14:48:05 2017 File:azure_sdk/iothub_client/src/iothubtransport_mqtt_common.c Func:mqtt_operation_complete_callback Line:1161 Connection Not Accepted: 0x5: Not Authorized
-> 14:48:05 DISCONNECT
-> 14:48:10 CONNECT | VER: 4 | KEEPALIVE: 60 | FLAGS: 128 | USERNAME: $host_name/$device_id/api-version=2016-11-14&DeviceClientType=iothubclient%2f1.1.21%20(Linux%3b%20mips) | CLEAN: 0
<- 14:48:10 CONNACK | SESSION_PRESENT: false | RETURN_CODE: 0x5
Error: Time:Fri Aug 18 14:48:10 2017 File:azure_sdk/iothub_client/src/iothubtransport_mqtt_common.c Func:mqtt_operation_complete_callback Line:1161 Connection Not Accepted: 0x5: Not Authorized
-> 14:48:10 DISCONNECT
Error: Time:Fri Aug 18 14:48:25 2017 File:azure_sdk/c-utility/adapters/socketio_berkeley.c Func:socketio_open Line:676 Failure: select failure.
Info: Closing tlsio from a state other than TLSIO_STATE_EXT_OPEN or TLSIO_STATE_EXT_ERROR
Error: Time:Fri Aug 18 14:48:25 2017 File:azure_sdk/c-utility/src/tlsio_openssl.c Func:on_underlying_io_open_complete Line:688 Invalid tlsio_state. Expected state is TLSIO_STATE_OPENING_UNDERLYING_IO.
Error: Time:Fri Aug 18 14:48:25 2017 File:azure_sdk/c-utility/src/tlsio_openssl.c Func:tlsio_openssl_open Line:1202 Failed opening the underlying I/O.
Error: Time:Fri Aug 18 14:48:25 2017 File:azure_sdk/umqtt/src/mqtt_client.c Func:mqtt_client_connect Line:974 Error: io_open failed
Error: Time:Fri Aug 18 14:48:25 2017 File:azure_sdk/iothub_client/src/iothubtransport_mqtt_common.c Func:SendMqttConnectMsg Line:1519 failure connecting to address $host_name.
-> 14:48:25 CONNECT | VER: 4 | KEEPALIVE: 60 | FLAGS: 128 | USERNAME: $host_name/$device_id/api-version=2016-11-14&DeviceClientType=iothubclient%2f1.1.21%20(Linux%3b%20mips) | CLEAN: 0
<- 14:48:25 CONNACK | SESSION_PRESENT: false | RETURN_CODE: 0x5
Error: Time:Fri Aug 18 14:48:25 2017 File:azure_sdk/iothub_client/src/iothubtransport_mqtt_common.c Func:mqtt_operation_complete_callback Line:1161 Connection Not Accepted: 0x5: Not Authorized
-> 14:48:25 DISCONNECT
-> 14:48:30 CONNECT | VER: 4 | KEEPALIVE: 60 | FLAGS: 128 | USERNAME: $host_name/$device_id/api-version=2016-11-14&DeviceClientType=iothubclient%2f1.1.21%20(Linux%3b%20mips) | CLEAN: 0
<- 14:48:30 CONNACK | SESSION_PRESENT: false | RETURN_CODE: 0x5
Error: Time:Fri Aug 18 14:48:30 2017 File:azure_sdk/iothub_client/src/iothubtransport_mqtt_common.c Func:mqtt_operation_complete_callback Line:1161 Connection Not Accepted: 0x5: Not Authorized
-> 14:48:30 DISCONNECT
-> 14:48:35 CONNECT | VER: 4 | KEEPALIVE: 60 | FLAGS: 128 | USERNAME: $host_name/$device_id/api-version=2016-11-14&DeviceClientType=iothubclient%2f1.1.21%20(Linux%3b%20mips) | CLEAN: 0
<- 14:48:35 CONNACK | SESSION_PRESENT: false | RETURN_CODE: 0x5
Error: Time:Fri Aug 18 14:48:35 2017 File:azure_sdk/iothub_client/src/iothubtransport_mqtt_common.c Func:mqtt_operation_complete_callback Line:1161 Connection Not Accepted: 0x5: Not Authorized
-> 14:48:35 DISCONNECT
-> 14:48:40 CONNECT | VER: 4 | KEEPALIVE: 60 | FLAGS: 128 | USERNAME: $host_name/$device_id/api-version=2016-11-14&DeviceClientType=iothubclient%2f1.1.21%20(Linux%3b%20mips) | CLEAN: 0
<- 14:48:40 CONNACK | SESSION_PRESENT: false | RETURN_CODE: 0x5
Error: Time:Fri Aug 18 14:48:40 2017 File:azure_sdk/iothub_client/src/iothubtransport_mqtt_common.c Func:mqtt_operation_complete_callback Line:1161 Connection Not Accepted: 0x5: Not Authorized
-> 14:48:40 DISCONNECT
-> 14:48:45 CONNECT | VER: 4 | KEEPALIVE: 60 | FLAGS: 128 | USERNAME: $host_name/$device_id/api-version=2016-11-14&DeviceClientType=iothubclient%2f1.1.21%20(Linux%3b%20mips) | CLEAN: 0
<- 14:48:45 CONNACK | SESSION_PRESENT: false | RETURN_CODE: 0x5
Error: Time:Fri Aug 18 14:48:45 2017 File:azure_sdk/iothub_client/src/iothubtransport_mqtt_common.c Func:mqtt_operation_complete_callback Line:1161 Connection Not Accepted: 0x5: Not Authorized
-> 14:48:45 DISCONNECT
-> 14:48:50 CONNECT | VER: 4 | KEEPALIVE: 60 | FLAGS: 128 | USERNAME: $host_name/$device_id/api-version=2016-11-14&DeviceClientType=iothubclient%2f1.1.21%20(Linux%3b%20mips) | CLEAN: 0
<- 14:48:50 CONNACK | SESSION_PRESENT: false | RETURN_CODE: 0x5
Error: Time:Fri Aug 18 14:48:50 2017 File:azure_sdk/iothub_client/src/iothubtransport_mqtt_common.c Func:mqtt_operation_complete_callback Line:1161 Connection Not Accepted: 0x5: Not Authorized
-> 14:48:50 DISCONNECT
-> 14:48:55 CONNECT | VER: 4 | KEEPALIVE: 60 | FLAGS: 128 | USERNAME: $host_name/$device_id/api-version=2016-11-14&DeviceClientType=iothubclient%2f1.1.21%20(Linux%3b%20mips) | CLEAN: 0
<- 14:48:55 CONNACK | SESSION_PRESENT: false | RETURN_CODE: 0x5
Error: Time:Fri Aug 18 14:48:55 2017 File:azure_sdk/iothub_client/src/iothubtransport_mqtt_common.c Func:mqtt_operation_complete_callback Line:1161 Connection Not Accepted: 0x5: Not Authorized
-> 14:48:55 DISCONNECT
-> 14:49:00 CONNECT | VER: 4 | KEEPALIVE: 60 | FLAGS: 128 | USERNAME: $host_name/$device_id/api-version=2016-11-14&DeviceClientType=iothubclient%2f1.1.21%20(Linux%3b%20mips) | CLEAN: 0
<- 14:49:00 CONNACK | SESSION_PRESENT: false | RETURN_CODE: 0x5
Error: Time:Fri Aug 18 14:49:00 2017 File:azure_sdk/iothub_client/src/iothubtransport_mqtt_common.c Func:mqtt_operation_complete_callback Line:1161 Connection Not Accepted: 0x5: Not Authorized
-> 14:49:00 DISCONNECT
Error: Time:Fri Aug 18 14:49:15 2017 File:azure_sdk/c-utility/adapters/socketio_berkeley.c Func:socketio_open Line:676 Failure: select failure.
Info: Closing tlsio from a state other than TLSIO_STATE_EXT_OPEN or TLSIO_STATE_EXT_ERROR
Error: Time:Fri Aug 18 14:49:15 2017 File:azure_sdk/c-utility/src/tlsio_openssl.c Func:on_underlying_io_open_complete Line:688 Invalid tlsio_state. Expected state is TLSIO_STATE_OPENING_UNDERLYING_IO.
Error: Time:Fri Aug 18 14:49:15 2017 File:azure_sdk/c-utility/src/tlsio_openssl.c Func:tlsio_openssl_open Line:1202 Failed opening the underlying I/O.
Error: Time:Fri Aug 18 14:49:15 2017 File:azure_sdk/umqtt/src/mqtt_client.c Func:mqtt_client_connect Line:974 Error: io_open failed
Error: Time:Fri Aug 18 14:49:15 2017 File:azure_sdk/iothub_client/src/iothubtransport_mqtt_common.c Func:SendMqttConnectMsg Line:1519 failure connecting to address $host_name.
-> 14:49:15 CONNECT | VER: 4 | KEEPALIVE: 60 | FLAGS: 128 | USERNAME: $host_name/$device_id/api-version=2016-11-14&DeviceClientType=iothubclient%2f1.1.21%20(Linux%3b%20mips) | CLEAN: 0
<- 14:49:15 CONNACK | SESSION_PRESENT: false | RETURN_CODE: 0x5
Error: Time:Fri Aug 18 14:49:15 2017 File:azure_sdk/iothub_client/src/iothubtransport_mqtt_common.c Func:mqtt_operation_complete_callback Line:1161 Connection Not Accepted: 0x5: Not Authorized
-> 14:49:15 DISCONNECT
-> 14:49:20 CONNECT | VER: 4 | KEEPALIVE: 60 | FLAGS: 128 | USERNAME: $host_name/$device_id/api-version=2016-11-14&DeviceClientType=iothubclient%2f1.1.21%20(Linux%3b%20mips) | CLEAN: 0
<- 14:49:20 CONNACK | SESSION_PRESENT: false | RETURN_CODE: 0x5
Error: Time:Fri Aug 18 14:49:20 2017 File:azure_sdk/iothub_client/src/iothubtransport_mqtt_common.c Func:mqtt_operation_complete_callback Line:1161 Connection Not Accepted: 0x5: Not Authorized
-> 14:49:20 DISCONNECT
Error: Time:Fri Aug 18 14:49:35 2017 File:azure_sdk/c-utility/adapters/socketio_berkeley.c Func:socketio_open Line:676 Failure: select failure.
Info: Closing tlsio from a state other than TLSIO_STATE_EXT_OPEN or TLSIO_STATE_EXT_ERROR
Error: Time:Fri Aug 18 14:49:35 2017 File:azure_sdk/c-utility/src/tlsio_openssl.c Func:on_underlying_io_open_complete Line:688 Invalid tlsio_state. Expected state is TLSIO_STATE_OPENING_UNDERLYING_IO.
Error: Time:Fri Aug 18 14:49:35 2017 File:azure_sdk/c-utility/src/tlsio_openssl.c Func:tlsio_openssl_open Line:1202 Failed opening the underlying I/O.
Error: Time:Fri Aug 18 14:49:35 2017 File:azure_sdk/umqtt/src/mqtt_client.c Func:mqtt_client_connect Line:974 Error: io_open failed
Error: Time:Fri Aug 18 14:49:35 2017 File:azure_sdk/iothub_client/src/iothubtransport_mqtt_common.c Func:SendMqttConnectMsg Line:1519 failure connecting to address $host_name.
-> 14:49:35 CONNECT | VER: 4 | KEEPALIVE: 60 | FLAGS: 128 | USERNAME: $host_name/$device_id/api-version=2016-11-14&DeviceClientType=iothubclient%2f1.1.21%20(Linux%3b%20mips) | CLEAN: 0
<- 14:49:35 CONNACK | SESSION_PRESENT: false | RETURN_CODE: 0x5
Error: Time:Fri Aug 18 14:49:35 2017 File:azure_sdk/iothub_client/src/iothubtransport_mqtt_common.c Func:mqtt_operation_complete_callback Line:1161 Connection Not Accepted: 0x5: Not Authorized
-> 14:49:35 DISCONNECT
-> 14:49:40 CONNECT | VER: 4 | KEEPALIVE: 60 | FLAGS: 128 | USERNAME: $host_name/$device_id/api-version=2016-11-14&DeviceClientType=iothubclient%2f1.1.21%20(Linux%3b%20mips) | CLEAN: 0
<- 14:49:40 CONNACK | SESSION_PRESENT: false | RETURN_CODE: 0x5
Error: Time:Fri Aug 18 14:49:40 2017 File:azure_sdk/iothub_client/src/iothubtransport_mqtt_common.c Func:mqtt_operation_complete_callback Line:1161 Connection Not Accepted: 0x5: Not Authorized
-> 14:49:40 DISCONNECT
-> 14:49:45 CONNECT | VER: 4 | KEEPALIVE: 60 | FLAGS: 128 | USERNAME: $host_name/$device_id/api-version=2016-11-14&DeviceClientType=iothubclient%2f1.1.21%20(Linux%3b%20mips) | CLEAN: 0
<- 14:49:45 CONNACK | SESSION_PRESENT: false | RETURN_CODE: 0x5
Error: Time:Fri Aug 18 14:49:45 2017 File:azure_sdk/iothub_client/src/iothubtransport_mqtt_common.c Func:mqtt_operation_complete_callback Line:1161 Connection Not Accepted: 0x5: Not Authorized
-> 14:49:45 DISCONNECT
-> 14:49:50 CONNECT | VER: 4 | KEEPALIVE: 60 | FLAGS: 128 | USERNAME: $host_name/$device_id/api-version=2016-11-14&DeviceClientType=iothubclient%2f1.1.21%20(Linux%3b%20mips) | CLEAN: 0
<- 14:49:50 CONNACK | SESSION_PRESENT: false | RETURN_CODE: 0x5
Error: Time:Fri Aug 18 14:49:50 2017 File:azure_sdk/iothub_client/src/iothubtransport_mqtt_common.c Func:mqtt_operation_complete_callback Line:1161 Connection Not Accepted: 0x5: Not Authorized
-> 14:49:50 DISCONNECT
-> 14:49:55 CONNECT | VER: 4 | KEEPALIVE: 60 | FLAGS: 128 | USERNAME: $host_name/$device_id/api-version=2016-11-14&DeviceClientType=iothubclient%2f1.1.21%20(Linux%3b%20mips) | CLEAN: 0
<- 14:49:55 CONNACK | SESSION_PRESENT: false | RETURN_CODE: 0x5
Error: Time:Fri Aug 18 14:49:55 2017 File:azure_sdk/iothub_client/src/iothubtransport_mqtt_common.c Func:mqtt_operation_complete_callback Line:1161 Connection Not Accepted: 0x5: Not Authorized
-> 14:49:55 DISCONNECT
-> 14:50:00 CONNECT | VER: 4 | KEEPALIVE: 60 | FLAGS: 128 | USERNAME: $host_name/$device_id/api-version=2016-11-14&DeviceClientType=iothubclient%2f1.1.21%20(Linux%3b%20mips) | CLEAN: 0
<- 14:50:00 CONNACK | SESSION_PRESENT: false | RETURN_CODE: 0x5
Error: Time:Fri Aug 18 14:50:00 2017 File:azure_sdk/iothub_client/src/iothubtransport_mqtt_common.c Func:mqtt_operation_complete_callback Line:1161 Connection Not Accepted: 0x5: Not Authorized
-> 14:50:00 DISCONNECT
-> 14:50:05 CONNECT | VER: 4 | KEEPALIVE: 60 | FLAGS: 128 | USERNAME: $host_name/$device_id/api-version=2016-11-14&DeviceClientType=iothubclient%2f1.1.21%20(Linux%3b%20mips) | CLEAN: 0
<- 14:50:05 CONNACK | SESSION_PRESENT: false | RETURN_CODE: 0x5
Error: Time:Fri Aug 18 14:50:05 2017 File:azure_sdk/iothub_client/src/iothubtransport_mqtt_common.c Func:mqtt_operation_complete_callback Line:1161 Connection Not Accepted: 0x5: Not Authorized
-> 14:50:05 DISCONNECT
-> 14:50:10 CONNECT | VER: 4 | KEEPALIVE: 60 | FLAGS: 128 | USERNAME: $host_name/$device_id/api-version=2016-11-14&DeviceClientType=iothubclient%2f1.1.21%20(Linux%3b%20mips) | CLEAN: 0
<- 14:50:10 CONNACK | SESSION_PRESENT: false | RETURN_CODE: 0x5
Error: Time:Fri Aug 18 14:50:10 2017 File:azure_sdk/iothub_client/src/iothubtransport_mqtt_common.c Func:mqtt_operation_complete_callback Line:1161 Connection Not Accepted: 0x5: Not Authorized
-> 14:50:10 DISCONNECT
Error: Time:Fri Aug 18 14:50:25 2017 File:azure_sdk/c-utility/adapters/socketio_berkeley.c Func:socketio_open Line:676 Failure: select failure.
Info: Closing tlsio from a state other than TLSIO_STATE_EXT_OPEN or TLSIO_STATE_EXT_ERROR
Error: Time:Fri Aug 18 14:50:25 2017 File:azure_sdk/c-utility/src/tlsio_openssl.c Func:on_underlying_io_open_complete Line:688 Invalid tlsio_state. Expected state is TLSIO_STATE_OPENING_UNDERLYING_IO.
Error: Time:Fri Aug 18 14:50:25 2017 File:azure_sdk/c-utility/src/tlsio_openssl.c Func:tlsio_openssl_open Line:1202 Failed opening the underlying I/O.
Error: Time:Fri Aug 18 14:50:25 2017 File:azure_sdk/umqtt/src/mqtt_client.c Func:mqtt_client_connect Line:974 Error: io_open failed
Error: Time:Fri Aug 18 14:50:25 2017 File:azure_sdk/iothub_client/src/iothubtransport_mqtt_common.c Func:SendMqttConnectMsg Line:1519 failure connecting to address $host_name.
-> 14:50:28 CONNECT | VER: 4 | KEEPALIVE: 60 | FLAGS: 128 | USERNAME: $host_name/$device_id/api-version=2016-11-14&DeviceClientType=iothubclient%2f1.1.21%20(Linux%3b%20mips) | CLEAN: 0
<- 14:50:28 CONNACK | SESSION_PRESENT: false | RETURN_CODE: 0x5
Error: Time:Fri Aug 18 14:50:28 2017 File:azure_sdk/iothub_client/src/iothubtransport_mqtt_common.c Func:mqtt_operation_complete_callback Line:1161 Connection Not Accepted: 0x5: Not Authorized
-> 14:50:28 DISCONNECT
-> 14:50:35 CONNECT | VER: 4 | KEEPALIVE: 60 | FLAGS: 128 | USERNAME: $host_name/$device_id/api-version=2016-11-14&DeviceClientType=iothubclient%2f1.1.21%20(Linux%3b%20mips) | CLEAN: 0
<- 14:50:35 CONNACK | SESSION_PRESENT: false | RETURN_CODE: 0x5
Error: Time:Fri Aug 18 14:50:35 2017 File:azure_sdk/iothub_client/src/iothubtransport_mqtt_common.c Func:mqtt_operation_complete_callback Line:1161 Connection Not Accepted: 0x5: Not Authorized
-> 14:50:35 DISCONNECT
Error: Time:Fri Aug 18 14:50:45 2017 File:azure_sdk/c-utility/adapters/socketio_berkeley.c Func:socketio_open Line:676 Failure: select failure.
Info: Closing tlsio from a state other than TLSIO_STATE_EXT_OPEN or TLSIO_STATE_EXT_ERROR
Error: Time:Fri Aug 18 14:50:45 2017 File:azure_sdk/c-utility/src/tlsio_openssl.c Func:on_underlying_io_open_complete Line:688 Invalid tlsio_state. Expected state is TLSIO_STATE_OPENING_UNDERLYING_IO.
Error: Time:Fri Aug 18 14:50:45 2017 File:azure_sdk/c-utility/src/tlsio_openssl.c Func:tlsio_openssl_open Line:1202 Failed opening the underlying I/O.
Error: Time:Fri Aug 18 14:50:45 2017 File:azure_sdk/umqtt/src/mqtt_client.c Func:mqtt_client_connect Line:974 Error: io_open failed
Error: Time:Fri Aug 18 14:50:45 2017 File:azure_sdk/iothub_client/src/iothubtransport_mqtt_common.c Func:SendMqttConnectMsg Line:1519 failure connecting to address $host_name.
-> 14:50:46 CONNECT | VER: 4 | KEEPALIVE: 60 | FLAGS: 128 | USERNAME: $host_name/$device_id/api-version=2016-11-14&DeviceClientType=iothubclient%2f1.1.21%20(Linux%3b%20mips) | CLEAN: 0
<- 14:50:46 CONNACK | SESSION_PRESENT: false | RETURN_CODE: 0x5
Error: Time:Fri Aug 18 14:50:46 2017 File:azure_sdk/iothub_client/src/iothubtransport_mqtt_common.c Func:mqtt_operation_complete_callback Line:1161 Connection Not Accepted: 0x5: Not Authorized
-> 14:50:46 DISCONNECT
-> 14:50:50 CONNECT | VER: 4 | KEEPALIVE: 60 | FLAGS: 128 | USERNAME: $host_name/$device_id/api-version=2016-11-14&DeviceClientType=iothubclient%2f1.1.21%20(Linux%3b%20mips) | CLEAN: 0
<- 14:50:50 CONNACK | SESSION_PRESENT: false | RETURN_CODE: 0x5
Error: Time:Fri Aug 18 14:50:50 2017 File:azure_sdk/iothub_client/src/iothubtransport_mqtt_common.c Func:mqtt_operation_complete_callback Line:1161 Connection Not Accepted: 0x5: Not Authorized
-> 14:50:50 DISCONNECT
-> 14:50:55 CONNECT | VER: 4 | KEEPALIVE: 60 | FLAGS: 128 | USERNAME: $host_name/$device_id/api-version=2016-11-14&DeviceClientType=iothubclient%2f1.1.21%20(Linux%3b%20mips) | CLEAN: 0
<- 14:50:55 CONNACK | SESSION_PRESENT: false | RETURN_CODE: 0x5
Error: Time:Fri Aug 18 14:50:55 2017 File:azure_sdk/iothub_client/src/iothubtransport_mqtt_common.c Func:mqtt_operation_complete_callback Line:1161 Connection Not Accepted: 0x5: Not Authorized
-> 14:50:55 DISCONNECT
-> 14:51:00 CONNECT | VER: 4 | KEEPALIVE: 60 | FLAGS: 128 | USERNAME: $host_name/$device_id/api-version=2016-11-14&DeviceClientType=iothubclient%2f1.1.21%20(Linux%3b%20mips) | CLEAN: 0
<- 14:51:00 CONNACK | SESSION_PRESENT: false | RETURN_CODE: 0x5
Error: Time:Fri Aug 18 14:51:00 2017 File:azure_sdk/iothub_client/src/iothubtransport_mqtt_common.c Func:mqtt_operation_complete_callback Line:1161 Connection Not Accepted: 0x5: Not Authorized
-> 14:51:00 DISCONNECT
-> 14:51:05 CONNECT | VER: 4 | KEEPALIVE: 60 | FLAGS: 128 | USERNAME: $host_name/$device_id/api-version=2016-11-14&DeviceClientType=iothubclient%2f1.1.21%20(Linux%3b%20mips) | CLEAN: 0
<- 14:51:05 CONNACK | SESSION_PRESENT: false | RETURN_CODE: 0x5
Error: Time:Fri Aug 18 14:51:05 2017 File:azure_sdk/iothub_client/src/iothubtransport_mqtt_common.c Func:mqtt_operation_complete_callback Line:1161 Connection Not Accepted: 0x5: Not Authorized
-> 14:51:05 DISCONNECT
-> 14:51:10 CONNECT | VER: 4 | KEEPALIVE: 60 | FLAGS: 128 | USERNAME: $host_name/$device_id/api-version=2016-11-14&DeviceClientType=iothubclient%2f1.1.21%20(Linux%3b%20mips) | CLEAN: 0
<- 14:51:10 CONNACK | SESSION_PRESENT: false | RETURN_CODE: 0x5
Error: Time:Fri Aug 18 14:51:10 2017 File:azure_sdk/iothub_client/src/iothubtransport_mqtt_common.c Func:mqtt_operation_complete_callback Line:1161 Connection Not Accepted: 0x5: Not Authorized
-> 14:51:10 DISCONNECT
-> 14:51:15 CONNECT | VER: 4 | KEEPALIVE: 60 | FLAGS: 128 | USERNAME: $host_name/$device_id/api-version=2016-11-14&DeviceClientType=iothubclient%2f1.1.21%20(Linux%3b%20mips) | CLEAN: 0
<- 14:51:15 CONNACK | SESSION_PRESENT: false | RETURN_CODE: 0x5
Error: Time:Fri Aug 18 14:51:15 2017 File:azure_sdk/iothub_client/src/iothubtransport_mqtt_common.c Func:mqtt_operation_complete_callback Line:1161 Connection Not Accepted: 0x5: Not Authorized
-> 14:51:15 DISCONNECT
-> 14:51:20 CONNECT | VER: 4 | KEEPALIVE: 60 | FLAGS: 128 | USERNAME: $host_name/$device_id/api-version=2016-11-14&DeviceClientType=iothubclient%2f1.1.21%20(Linux%3b%20mips) | CLEAN: 0
<- 14:51:20 CONNACK | SESSION_PRESENT: false | RETURN_CODE: 0x5
Error: Time:Fri Aug 18 14:51:20 2017 File:azure_sdk/iothub_client/src/iothubtransport_mqtt_common.c Func:mqtt_operation_complete_callback Line:1161 Connection Not Accepted: 0x5: Not Authorized
-> 14:51:20 DISCONNECT
Error: Time:Fri Aug 18 14:51:35 2017 File:azure_sdk/c-utility/adapters/socketio_berkeley.c Func:socketio_open Line:676 Failure: select failure.
Info: Closing tlsio from a state other than TLSIO_STATE_EXT_OPEN or TLSIO_STATE_EXT_ERROR
Error: Time:Fri Aug 18 14:51:35 2017 File:azure_sdk/c-utility/src/tlsio_openssl.c Func:on_underlying_io_open_complete Line:688 Invalid tlsio_state. Expected state is TLSIO_STATE_OPENING_UNDERLYING_IO.
Error: Time:Fri Aug 18 14:51:35 2017 File:azure_sdk/c-utility/src/tlsio_openssl.c Func:tlsio_openssl_open Line:1202 Failed opening the underlying I/O.
Error: Time:Fri Aug 18 14:51:35 2017 File:azure_sdk/umqtt/src/mqtt_client.c Func:mqtt_client_connect Line:974 Error: io_open failed
Error: Time:Fri Aug 18 14:51:35 2017 File:azure_sdk/iothub_client/src/iothubtransport_mqtt_common.c Func:SendMqttConnectMsg Line:1519 failure connecting to address $host_name.
-> 14:51:35 CONNECT | VER: 4 | KEEPALIVE: 60 | FLAGS: 128 | USERNAME: $host_name/$device_id/api-version=2016-11-14&DeviceClientType=iothubclient%2f1.1.21%20(Linux%3b%20mips) | CLEAN: 0
<- 14:51:35 CONNACK | SESSION_PRESENT: false | RETURN_CODE: 0x5
Error: Time:Fri Aug 18 14:51:35 2017 File:azure_sdk/iothub_client/src/iothubtransport_mqtt_common.c Func:mqtt_operation_complete_callback Line:1161 Connection Not Accepted: 0x5: Not Authorized
-> 14:51:35 DISCONNECT
-> 14:51:40 CONNECT | VER: 4 | KEEPALIVE: 60 | FLAGS: 128 | USERNAME: $host_name/$device_id/api-version=2016-11-14&DeviceClientType=iothubclient%2f1.1.21%20(Linux%3b%20mips) | CLEAN: 0
<- 14:51:40 CONNACK | SESSION_PRESENT: false | RETURN_CODE: 0x5
Error: Time:Fri Aug 18 14:51:40 2017 File:azure_sdk/iothub_client/src/iothubtransport_mqtt_common.c Func:mqtt_operation_complete_callback Line:1161 Connection Not Accepted: 0x5: Not Authorized
-> 14:51:40 DISCONNECT
Error: Time:Fri Aug 18 14:51:55 2017 File:azure_sdk/c-utility/adapters/socketio_berkeley.c Func:socketio_open Line:676 Failure: select failure.
Info: Closing tlsio from a state other than TLSIO_STATE_EXT_OPEN or TLSIO_STATE_EXT_ERROR
Error: Time:Fri Aug 18 14:51:55 2017 File:azure_sdk/c-utility/src/tlsio_openssl.c Func:on_underlying_io_open_complete Line:688 Invalid tlsio_state. Expected state is TLSIO_STATE_OPENING_UNDERLYING_IO.
Error: Time:Fri Aug 18 14:51:55 2017 File:azure_sdk/c-utility/src/tlsio_openssl.c Func:tlsio_openssl_open Line:1202 Failed opening the underlying I/O.
Error: Time:Fri Aug 18 14:51:55 2017 File:azure_sdk/umqtt/src/mqtt_client.c Func:mqtt_client_connect Line:974 Error: io_open failed
Error: Time:Fri Aug 18 14:51:55 2017 File:azure_sdk/iothub_client/src/iothubtransport_mqtt_common.c Func:SendMqttConnectMsg Line:1519 failure connecting to address $host_name.
-> 14:51:55 CONNECT | VER: 4 | KEEPALIVE: 60 | FLAGS: 128 | USERNAME: $host_name/$device_id/api-version=2016-11-14&DeviceClientType=iothubclient%2f1.1.21%20(Linux%3b%20mips) | CLEAN: 0
<- 14:51:56 CONNACK | SESSION_PRESENT: false | RETURN_CODE: 0x5
Error: Time:Fri Aug 18 14:51:56 2017 File:azure_sdk/iothub_client/src/iothubtransport_mqtt_common.c Func:mqtt_operation_complete_callback Line:1161 Connection Not Accepted: 0x5: Not Authorized
-> 14:51:56 DISCONNECT
-> 14:52:00 CONNECT | VER: 4 | KEEPALIVE: 60 | FLAGS: 128 | USERNAME: $host_name/$device_id/api-version=2016-11-14&DeviceClientType=iothubclient%2f1.1.21%20(Linux%3b%20mips) | CLEAN: 0
<- 14:52:00 CONNACK | SESSION_PRESENT: false | RETURN_CODE: 0x5
Error: Time:Fri Aug 18 14:52:00 2017 File:azure_sdk/iothub_client/src/iothubtransport_mqtt_common.c Func:mqtt_operation_complete_callback Line:1161 Connection Not Accepted: 0x5: Not Authorized
-> 14:52:00 DISCONNECT
-> 14:52:05 CONNECT | VER: 4 | KEEPALIVE: 60 | FLAGS: 128 | USERNAME: $host_name/$device_id/api-version=2016-11-14&DeviceClientType=iothubclient%2f1.1.21%20(Linux%3b%20mips) | CLEAN: 0
<- 14:52:05 CONNACK | SESSION_PRESENT: false | RETURN_CODE: 0x5
Error: Time:Fri Aug 18 14:52:05 2017 File:azure_sdk/iothub_client/src/iothubtransport_mqtt_common.c Func:mqtt_operation_complete_callback Line:1161 Connection Not Accepted: 0x5: Not Authorized
-> 14:52:05 DISCONNECT
-> 14:52:10 CONNECT | VER: 4 | KEEPALIVE: 60 | FLAGS: 128 | USERNAME: $host_name/$device_id/api-version=2016-11-14&DeviceClientType=iothubclient%2f1.1.21%20(Linux%3b%20mips) | CLEAN: 0
<- 14:52:10 CONNACK | SESSION_PRESENT: false | RETURN_CODE: 0x5
Error: Time:Fri Aug 18 14:52:10 2017 File:azure_sdk/iothub_client/src/iothubtransport_mqtt_common.c Func:mqtt_operation_complete_callback Line:1161 Connection Not Accepted: 0x5: Not Authorized
-> 14:52:10 DISCONNECT
-> 14:52:15 CONNECT | VER: 4 | KEEPALIVE: 60 | FLAGS: 128 | USERNAME: $host_name/$device_id/api-version=2016-11-14&DeviceClientType=iothubclient%2f1.1.21%20(Linux%3b%20mips) | CLEAN: 0
<- 14:52:15 CONNACK | SESSION_PRESENT: false | RETURN_CODE: 0x5
Error: Time:Fri Aug 18 14:52:15 2017 File:azure_sdk/iothub_client/src/iothubtransport_mqtt_common.c Func:mqtt_operation_complete_callback Line:1161 Connection Not Accepted: 0x5: Not Authorized
-> 14:52:15 DISCONNECT
Error: Time:Fri Aug 18 14:52:30 2017 File:azure_sdk/c-utility/adapters/socketio_berkeley.c Func:socketio_open Line:676 Failure: select failure.
Info: Closing tlsio from a state other than TLSIO_STATE_EXT_OPEN or TLSIO_STATE_EXT_ERROR
Error: Time:Fri Aug 18 14:52:30 2017 File:azure_sdk/c-utility/src/tlsio_openssl.c Func:on_underlying_io_open_complete Line:688 Invalid tlsio_state. Expected state is TLSIO_STATE_OPENING_UNDERLYING_IO.
Error: Time:Fri Aug 18 14:52:30 2017 File:azure_sdk/c-utility/src/tlsio_openssl.c Func:tlsio_openssl_open Line:1202 Failed opening the underlying I/O.
Error: Time:Fri Aug 18 14:52:30 2017 File:azure_sdk/umqtt/src/mqtt_client.c Func:mqtt_client_connect Line:974 Error: io_open failed
Error: Time:Fri Aug 18 14:52:30 2017 File:azure_sdk/iothub_client/src/iothubtransport_mqtt_common.c Func:SendMqttConnectMsg Line:1519 failure connecting to address $host_name.
-> 14:52:30 CONNECT | VER: 4 | KEEPALIVE: 60 | FLAGS: 128 | USERNAME: $host_name/$device_id/api-version=2016-11-14&DeviceClientType=iothubclient%2f1.1.21%20(Linux%3b%20mips) | CLEAN: 0
<- 14:52:30 CONNACK | SESSION_PRESENT: false | RETURN_CODE: 0x5
Error: Time:Fri Aug 18 14:52:30 2017 File:azure_sdk/iothub_client/src/iothubtransport_mqtt_common.c Func:mqtt_operation_complete_callback Line:1161 Connection Not Accepted: 0x5: Not Authorized
-> 14:52:30 DISCONNECT
-> 14:52:35 CONNECT | VER: 4 | KEEPALIVE: 60 | FLAGS: 128 | USERNAME: $host_name/$device_id/api-version=2016-11-14&DeviceClientType=iothubclient%2f1.1.21%20(Linux%3b%20mips) | CLEAN: 0
<- 14:52:35 CONNACK | SESSION_PRESENT: false | RETURN_CODE: 0x5
Error: Time:Fri Aug 18 14:52:35 2017 File:azure_sdk/iothub_client/src/iothubtransport_mqtt_common.c Func:mqtt_operation_complete_callback Line:1161 Connection Not Accepted: 0x5: Not Authorized
-> 14:52:35 DISCONNECT
Error: Time:Fri Aug 18 14:52:50 2017 File:azure_sdk/c-utility/adapters/socketio_berkeley.c Func:socketio_open Line:676 Failure: select failure.
Info: Closing tlsio from a state other than TLSIO_STATE_EXT_OPEN or TLSIO_STATE_EXT_ERROR
Error: Time:Fri Aug 18 14:52:50 2017 File:azure_sdk/c-utility/src/tlsio_openssl.c Func:on_underlying_io_open_complete Line:688 Invalid tlsio_state. Expected state is TLSIO_STATE_OPENING_UNDERLYING_IO.
Error: Time:Fri Aug 18 14:52:50 2017 File:azure_sdk/c-utility/src/tlsio_openssl.c Func:tlsio_openssl_open Line:1202 Failed opening the underlying I/O.
Error: Time:Fri Aug 18 14:52:50 2017 File:azure_sdk/umqtt/src/mqtt_client.c Func:mqtt_client_connect Line:974 Error: io_open failed
Error: Time:Fri Aug 18 14:52:50 2017 File:azure_sdk/iothub_client/src/iothubtransport_mqtt_common.c Func:SendMqttConnectMsg Line:1519 failure connecting to address $host_name.
-> 14:52:50 CONNECT | VER: 4 | KEEPALIVE: 60 | FLAGS: 128 | USERNAME: $host_name/$device_id/api-version=2016-11-14&DeviceClientType=iothubclient%2f1.1.21%20(Linux%3b%20mips) | CLEAN: 0
<- 14:52:50 CONNACK | SESSION_PRESENT: false | RETURN_CODE: 0x5
Error: Time:Fri Aug 18 14:52:50 2017 File:azure_sdk/iothub_client/src/iothubtransport_mqtt_common.c Func:mqtt_operation_complete_callback Line:1161 Connection Not Accepted: 0x5: Not Authorized
-> 14:52:50 DISCONNECT
-> 14:52:55 CONNECT | VER: 4 | KEEPALIVE: 60 | FLAGS: 128 | USERNAME: $host_name/$device_id/api-version=2016-11-14&DeviceClientType=iothubclient%2f1.1.21%20(Linux%3b%20mips) | CLEAN: 0
<- 14:52:55 CONNACK | SESSION_PRESENT: false | RETURN_CODE: 0x5
Error: Time:Fri Aug 18 14:52:55 2017 File:azure_sdk/iothub_client/src/iothubtransport_mqtt_common.c Func:mqtt_operation_complete_callback Line:1161 Connection Not Accepted: 0x5: Not Authorized
-> 14:52:55 DISCONNECT
-> 14:53:00 CONNECT | VER: 4 | KEEPALIVE: 60 | FLAGS: 128 | USERNAME: $host_name/$device_id/api-version=2016-11-14&DeviceClientType=iothubclient%2f1.1.21%20(Linux%3b%20mips) | CLEAN: 0
<- 14:53:00 CONNACK | SESSION_PRESENT: false | RETURN_CODE: 0x5
Error: Time:Fri Aug 18 14:53:00 2017 File:azure_sdk/iothub_client/src/iothubtransport_mqtt_common.c Func:mqtt_operation_complete_callback Line:1161 Connection Not Accepted: 0x5: Not Authorized
-> 14:53:00 DISCONNECT
-> 14:53:05 CONNECT | VER: 4 | KEEPALIVE: 60 | FLAGS: 128 | USERNAME: $host_name/$device_id/api-version=2016-11-14&DeviceClientType=iothubclient%2f1.1.21%20(Linux%3b%20mips) | CLEAN: 0
<- 14:53:05 CONNACK | SESSION_PRESENT: false | RETURN_CODE: 0x5
Error: Time:Fri Aug 18 14:53:05 2017 File:azure_sdk/iothub_client/src/iothubtransport_mqtt_common.c Func:mqtt_operation_complete_callback Line:1161 Connection Not Accepted: 0x5: Not Authorized
-> 14:53:05 DISCONNECT
-> 14:53:10 CONNECT | VER: 4 | KEEPALIVE: 60 | FLAGS: 128 | USERNAME: $host_name/$device_id/api-version=2016-11-14&DeviceClientType=iothubclient%2f1.1.21%20(Linux%3b%20mips) | CLEAN: 0
<- 14:53:10 CONNACK | SESSION_PRESENT: false | RETURN_CODE: 0x5
Error: Time:Fri Aug 18 14:53:10 2017 File:azure_sdk/iothub_client/src/iothubtransport_mqtt_common.c Func:mqtt_operation_complete_callback Line:1161 Connection Not Accepted: 0x5: Not Authorized
-> 14:53:10 DISCONNECT
-> 14:53:15 CONNECT | VER: 4 | KEEPALIVE: 60 | FLAGS: 128 | USERNAME: $host_name/$device_id/api-version=2016-11-14&DeviceClientType=iothubclient%2f1.1.21%20(Linux%3b%20mips) | CLEAN: 0
<- 14:53:15 CONNACK | SESSION_PRESENT: false | RETURN_CODE: 0x5
Error: Time:Fri Aug 18 14:53:15 2017 File:azure_sdk/iothub_client/src/iothubtransport_mqtt_common.c Func:mqtt_operation_complete_callback Line:1161 Connection Not Accepted: 0x5: Not Authorized
-> 14:53:15 DISCONNECT
-> 14:53:20 CONNECT | VER: 4 | KEEPALIVE: 60 | FLAGS: 128 | USERNAME: $host_name/$device_id/api-version=2016-11-14&DeviceClientType=iothubclient%2f1.1.21%20(Linux%3b%20mips) | CLEAN: 0
<- 14:53:20 CONNACK | SESSION_PRESENT: false | RETURN_CODE: 0x5
Error: Time:Fri Aug 18 14:53:20 2017 File:azure_sdk/iothub_client/src/iothubtransport_mqtt_common.c Func:mqtt_operation_complete_callback Line:1161 Connection Not Accepted: 0x5: Not Authorized
-> 14:53:20 DISCONNECT
-> 14:53:25 CONNECT | VER: 4 | KEEPALIVE: 60 | FLAGS: 128 | USERNAME: $host_name/$device_id/api-version=2016-11-14&DeviceClientType=iothubclient%2f1.1.21%20(Linux%3b%20mips) | CLEAN: 0
<- 14:53:25 CONNACK | SESSION_PRESENT: false | RETURN_CODE: 0x5
Error: Time:Fri Aug 18 14:53:25 2017 File:azure_sdk/iothub_client/src/iothubtransport_mqtt_common.c Func:mqtt_operation_complete_callback Line:1161 Connection Not Accepted: 0x5: Not Authorized
-> 14:53:25 DISCONNECT
Error: Time:Fri Aug 18 14:53:40 2017 File:azure_sdk/c-utility/adapters/socketio_berkeley.c Func:socketio_open Line:676 Failure: select failure.
Info: Closing tlsio from a state other than TLSIO_STATE_EXT_OPEN or TLSIO_STATE_EXT_ERROR
Error: Time:Fri Aug 18 14:53:40 2017 File:azure_sdk/c-utility/src/tlsio_openssl.c Func:on_underlying_io_open_complete Line:688 Invalid tlsio_state. Expected state is TLSIO_STATE_OPENING_UNDERLYING_IO.
Error: Time:Fri Aug 18 14:53:40 2017 File:azure_sdk/c-utility/src/tlsio_openssl.c Func:tlsio_openssl_open Line:1202 Failed opening the underlying I/O.
Error: Time:Fri Aug 18 14:53:40 2017 File:azure_sdk/umqtt/src/mqtt_client.c Func:mqtt_client_connect Line:974 Error: io_open failed
Error: Time:Fri Aug 18 14:53:40 2017 File:azure_sdk/iothub_client/src/iothubtransport_mqtt_common.c Func:SendMqttConnectMsg Line:1519 failure connecting to address $host_name.
-> 14:53:40 CONNECT | VER: 4 | KEEPALIVE: 60 | FLAGS: 128 | USERNAME: $host_name/$device_id/api-version=2016-11-14&DeviceClientType=iothubclient%2f1.1.21%20(Linux%3b%20mips) | CLEAN: 0
<- 14:53:40 CONNACK | SESSION_PRESENT: false | RETURN_CODE: 0x5
Error: Time:Fri Aug 18 14:53:40 2017 File:azure_sdk/iothub_client/src/iothubtransport_mqtt_common.c Func:mqtt_operation_complete_callback Line:1161 Connection Not Accepted: 0x5: Not Authorized
-> 14:53:40 DISCONNECT
-> 14:53:45 CONNECT | VER: 4 | KEEPALIVE: 60 | FLAGS: 128 | USERNAME: $host_name/$device_id/api-version=2016-11-14&DeviceClientType=iothubclient%2f1.1.21%20(Linux%3b%20mips) | CLEAN: 0
<- 14:53:45 CONNACK | SESSION_PRESENT: false | RETURN_CODE: 0x5
Error: Time:Fri Aug 18 14:53:45 2017 File:azure_sdk/iothub_client/src/iothubtransport_mqtt_common.c Func:mqtt_operation_complete_callback Line:1161 Connection Not Accepted: 0x5: Not Authorized
-> 14:53:45 DISCONNECT
Error: Time:Fri Aug 18 14:54:00 2017 File:azure_sdk/c-utility/adapters/socketio_berkeley.c Func:socketio_open Line:676 Failure: select failure.
Info: Closing tlsio from a state other than TLSIO_STATE_EXT_OPEN or TLSIO_STATE_EXT_ERROR
Error: Time:Fri Aug 18 14:54:00 2017 File:azure_sdk/c-utility/src/tlsio_openssl.c Func:on_underlying_io_open_complete Line:688 Invalid tlsio_state. Expected state is TLSIO_STATE_OPENING_UNDERLYING_IO.
Error: Time:Fri Aug 18 14:54:00 2017 File:azure_sdk/c-utility/src/tlsio_openssl.c Func:tlsio_openssl_open Line:1202 Failed opening the underlying I/O.
Error: Time:Fri Aug 18 14:54:00 2017 File:azure_sdk/umqtt/src/mqtt_client.c Func:mqtt_client_connect Line:974 Error: io_open failed
Error: Time:Fri Aug 18 14:54:00 2017 File:azure_sdk/iothub_client/src/iothubtransport_mqtt_common.c Func:SendMqttConnectMsg Line:1519 failure connecting to address $host_name.
-> 14:54:00 CONNECT | VER: 4 | KEEPALIVE: 60 | FLAGS: 128 | USERNAME: $host_name/$device_id/api-version=2016-11-14&DeviceClientType=iothubclient%2f1.1.21%20(Linux%3b%20mips) | CLEAN: 0
<- 14:54:00 CONNACK | SESSION_PRESENT: false | RETURN_CODE: 0x5
Error: Time:Fri Aug 18 14:54:00 2017 File:azure_sdk/iothub_client/src/iothubtransport_mqtt_common.c Func:mqtt_operation_complete_callback Line:1161 Connection Not Accepted: 0x5: Not Authorized
-> 14:54:00 DISCONNECT
-> 14:54:05 CONNECT | VER: 4 | KEEPALIVE: 60 | FLAGS: 128 | USERNAME: $host_name/$device_id/api-version=2016-11-14&DeviceClientType=iothubclient%2f1.1.21%20(Linux%3b%20mips) | CLEAN: 0
<- 14:54:05 CONNACK | SESSION_PRESENT: false | RETURN_CODE: 0x5
Error: Time:Fri Aug 18 14:54:05 2017 File:azure_sdk/iothub_client/src/iothubtransport_mqtt_common.c Func:mqtt_operation_complete_callback Line:1161 Connection Not Accepted: 0x5: Not Authorized
-> 14:54:05 DISCONNECT
-> 14:54:10 CONNECT | VER: 4 | KEEPALIVE: 60 | FLAGS: 128 | USERNAME: $host_name/$device_id/api-version=2016-11-14&DeviceClientType=iothubclient%2f1.1.21%20(Linux%3b%20mips) | CLEAN: 0
<- 14:54:10 CONNACK | SESSION_PRESENT: false | RETURN_CODE: 0x5
Error: Time:Fri Aug 18 14:54:10 2017 File:azure_sdk/iothub_client/src/iothubtransport_mqtt_common.c Func:mqtt_operation_complete_callback Line:1161 Connection Not Accepted: 0x5: Not Authorized
-> 14:54:10 DISCONNECT
-> 14:54:15 CONNECT | VER: 4 | KEEPALIVE: 60 | FLAGS: 128 | USERNAME: $host_name/$device_id/api-version=2016-11-14&DeviceClientType=iothubclient%2f1.1.21%20(Linux%3b%20mips) | CLEAN: 0
<- 14:54:15 CONNACK | SESSION_PRESENT: false | RETURN_CODE: 0x5
Error: Time:Fri Aug 18 14:54:15 2017 File:azure_sdk/iothub_client/src/iothubtransport_mqtt_common.c Func:mqtt_operation_complete_callback Line:1161 Connection Not Accepted: 0x5: Not Authorized
-> 14:54:15 DISCONNECT
-> 14:54:20 CONNECT | VER: 4 | KEEPALIVE: 60 | FLAGS: 128 | USERNAME: $host_name/$device_id/api-version=2016-11-14&DeviceClientType=iothubclient%2f1.1.21%20(Linux%3b%20mips) | CLEAN: 0
<- 14:54:20 CONNACK | SESSION_PRESENT: false | RETURN_CODE: 0x5
Error: Time:Fri Aug 18 14:54:20 2017 File:azure_sdk/iothub_client/src/iothubtransport_mqtt_common.c Func:mqtt_operation_complete_callback Line:1161 Connection Not Accepted: 0x5: Not Authorized
-> 14:54:20 DISCONNECT
Error: Time:Fri Aug 18 14:54:35 2017 File:azure_sdk/c-utility/adapters/socketio_berkeley.c Func:socketio_open Line:676 Failure: select failure.
Info: Closing tlsio from a state other than TLSIO_STATE_EXT_OPEN or TLSIO_STATE_EXT_ERROR
Error: Time:Fri Aug 18 14:54:35 2017 File:azure_sdk/c-utility/src/tlsio_openssl.c Func:on_underlying_io_open_complete Line:688 Invalid tlsio_state. Expected state is TLSIO_STATE_OPENING_UNDERLYING_IO.
Error: Time:Fri Aug 18 14:54:35 2017 File:azure_sdk/c-utility/src/tlsio_openssl.c Func:tlsio_openssl_open Line:1202 Failed opening the underlying I/O.
Error: Time:Fri Aug 18 14:54:35 2017 File:azure_sdk/umqtt/src/mqtt_client.c Func:mqtt_client_connect Line:974 Error: io_open failed
Error: Time:Fri Aug 18 14:54:35 2017 File:azure_sdk/iothub_client/src/iothubtransport_mqtt_common.c Func:SendMqttConnectMsg Line:1519 failure connecting to address $host_name.
-> 14:54:35 CONNECT | VER: 4 | KEEPALIVE: 60 | FLAGS: 128 | USERNAME: $host_name/$device_id/api-version=2016-11-14&DeviceClientType=iothubclient%2f1.1.21%20(Linux%3b%20mips) | CLEAN: 0
<- 14:54:35 CONNACK | SESSION_PRESENT: false | RETURN_CODE: 0x5
Error: Time:Fri Aug 18 14:54:35 2017 File:azure_sdk/iothub_client/src/iothubtransport_mqtt_common.c Func:mqtt_operation_complete_callback Line:1161 Connection Not Accepted: 0x5: Not Authorized
-> 14:54:35 DISCONNECT
-> 14:54:40 CONNECT | VER: 4 | KEEPALIVE: 60 | FLAGS: 128 | USERNAME: $host_name/$device_id/api-version=2016-11-14&DeviceClientType=iothubclient%2f1.1.21%20(Linux%3b%20mips) | CLEAN: 0
<- 14:54:40 CONNACK | SESSION_PRESENT: false | RETURN_CODE: 0x5
Error: Time:Fri Aug 18 14:54:40 2017 File:azure_sdk/iothub_client/src/iothubtransport_mqtt_common.c Func:mqtt_operation_complete_callback Line:1161 Connection Not Accepted: 0x5: Not Authorized
-> 14:54:40 DISCONNECT
Error: Time:Fri Aug 18 14:54:55 2017 File:azure_sdk/c-utility/adapters/socketio_berkeley.c Func:socketio_open Line:676 Failure: select failure.
Info: Closing tlsio from a state other than TLSIO_STATE_EXT_OPEN or TLSIO_STATE_EXT_ERROR
Error: Time:Fri Aug 18 14:54:55 2017 File:azure_sdk/c-utility/src/tlsio_openssl.c Func:on_underlying_io_open_complete Line:688 Invalid tlsio_state. Expected state is TLSIO_STATE_OPENING_UNDERLYING_IO.
Error: Time:Fri Aug 18 14:54:55 2017 File:azure_sdk/c-utility/src/tlsio_openssl.c Func:tlsio_openssl_open Line:1202 Failed opening the underlying I/O.
Error: Time:Fri Aug 18 14:54:55 2017 File:azure_sdk/umqtt/src/mqtt_client.c Func:mqtt_client_connect Line:974 Error: io_open failed
Error: Time:Fri Aug 18 14:54:55 2017 File:azure_sdk/iothub_client/src/iothubtransport_mqtt_common.c Func:SendMqttConnectMsg Line:1519 failure connecting to address $host_name.
-> 14:54:55 CONNECT | VER: 4 | KEEPALIVE: 60 | FLAGS: 128 | USERNAME: $host_name/$device_id/api-version=2016-11-14&DeviceClientType=iothubclient%2f1.1.21%20(Linux%3b%20mips) | CLEAN: 0
<- 14:54:55 CONNACK | SESSION_PRESENT: false | RETURN_CODE: 0x5
Error: Time:Fri Aug 18 14:54:55 2017 File:azure_sdk/iothub_client/src/iothubtransport_mqtt_common.c Func:mqtt_operation_complete_callback Line:1161 Connection Not Accepted: 0x5: Not Authorized
-> 14:54:55 DISCONNECT
-> 14:55:00 CONNECT | VER: 4 | KEEPALIVE: 60 | FLAGS: 128 | USERNAME: $host_name/$device_id/api-version=2016-11-14&DeviceClientType=iothubclient%2f1.1.21%20(Linux%3b%20mips) | CLEAN: 0
<- 14:55:00 CONNACK | SESSION_PRESENT: false | RETURN_CODE: 0x5
Error: Time:Fri Aug 18 14:55:00 2017 File:azure_sdk/iothub_client/src/iothubtransport_mqtt_common.c Func:mqtt_operation_complete_callback Line:1161 Connection Not Accepted: 0x5: Not Authorized
-> 14:55:00 DISCONNECT
-> 14:55:05 CONNECT | VER: 4 | KEEPALIVE: 60 | FLAGS: 128 | USERNAME: $host_name/$device_id/api-version=2016-11-14&DeviceClientType=iothubclient%2f1.1.21%20(Linux%3b%20mips) | CLEAN: 0
<- 14:55:05 CONNACK | SESSION_PRESENT: false | RETURN_CODE: 0x5
Error: Time:Fri Aug 18 14:55:05 2017 File:azure_sdk/iothub_client/src/iothubtransport_mqtt_common.c Func:mqtt_operation_complete_callback Line:1161 Connection Not Accepted: 0x5: Not Authorized
-> 14:55:05 DISCONNECT
-> 14:55:10 CONNECT | VER: 4 | KEEPALIVE: 60 | FLAGS: 128 | USERNAME: $host_name/$device_id/api-version=2016-11-14&DeviceClientType=iothubclient%2f1.1.21%20(Linux%3b%20mips) | CLEAN: 0
<- 14:55:10 CONNACK | SESSION_PRESENT: false | RETURN_CODE: 0x5
Error: Time:Fri Aug 18 14:55:10 2017 File:azure_sdk/iothub_client/src/iothubtransport_mqtt_common.c Func:mqtt_operation_complete_callback Line:1161 Connection Not Accepted: 0x5: Not Authorized
-> 14:55:10 DISCONNECT
-> 14:55:15 CONNECT | VER: 4 | KEEPALIVE: 60 | FLAGS: 128 | USERNAME: $host_name/$device_id/api-version=2016-11-14&DeviceClientType=iothubclient%2f1.1.21%20(Linux%3b%20mips) | CLEAN: 0
<- 14:55:15 CONNACK | SESSION_PRESENT: false | RETURN_CODE: 0x5
Error: Time:Fri Aug 18 14:55:15 2017 File:azure_sdk/iothub_client/src/iothubtransport_mqtt_common.c Func:mqtt_operation_complete_callback Line:1161 Connection Not Accepted: 0x5: Not Authorized
-> 14:55:15 DISCONNECT
-> 14:55:20 CONNECT | VER: 4 | KEEPALIVE: 60 | FLAGS: 128 | USERNAME: $host_name/$device_id/api-version=2016-11-14&DeviceClientType=iothubclient%2f1.1.21%20(Linux%3b%20mips) | CLEAN: 0
<- 14:55:20 CONNACK | SESSION_PRESENT: false | RETURN_CODE: 0x5
Error: Time:Fri Aug 18 14:55:20 2017 File:azure_sdk/iothub_client/src/iothubtransport_mqtt_common.c Func:mqtt_operation_complete_callback Line:1161 Connection Not Accepted: 0x5: Not Authorized
-> 14:55:20 DISCONNECT
-> 14:55:25 CONNECT | VER: 4 | KEEPALIVE: 60 | FLAGS: 128 | USERNAME: $host_name/$device_id/api-version=2016-11-14&DeviceClientType=iothubclient%2f1.1.21%20(Linux%3b%20mips) | CLEAN: 0
<- 14:55:25 CONNACK | SESSION_PRESENT: false | RETURN_CODE: 0x5
Error: Time:Fri Aug 18 14:55:25 2017 File:azure_sdk/iothub_client/src/iothubtransport_mqtt_common.c Func:mqtt_operation_complete_callback Line:1161 Connection Not Accepted: 0x5: Not Authorized
-> 14:55:25 DISCONNECT
-> 14:55:30 CONNECT | VER: 4 | KEEPALIVE: 60 | FLAGS: 128 | USERNAME: $host_name/$device_id/api-version=2016-11-14&DeviceClientType=iothubclient%2f1.1.21%20(Linux%3b%20mips) | CLEAN: 0
<- 14:55:30 CONNACK | SESSION_PRESENT: false | RETURN_CODE: 0x5
Error: Time:Fri Aug 18 14:55:30 2017 File:azure_sdk/iothub_client/src/iothubtransport_mqtt_common.c Func:mqtt_operation_complete_callback Line:1161 Connection Not Accepted: 0x5: Not Authorized
-> 14:55:30 DISCONNECT
Error: Time:Fri Aug 18 14:55:45 2017 File:azure_sdk/c-utility/adapters/socketio_berkeley.c Func:socketio_open Line:676 Failure: select failure.
Info: Closing tlsio from a state other than TLSIO_STATE_EXT_OPEN or TLSIO_STATE_EXT_ERROR
Error: Time:Fri Aug 18 14:55:45 2017 File:azure_sdk/c-utility/src/tlsio_openssl.c Func:on_underlying_io_open_complete Line:688 Invalid tlsio_state. Expected state is TLSIO_STATE_OPENING_UNDERLYING_IO.
Error: Time:Fri Aug 18 14:55:45 2017 File:azure_sdk/c-utility/src/tlsio_openssl.c Func:tlsio_openssl_open Line:1202 Failed opening the underlying I/O.
Error: Time:Fri Aug 18 14:55:45 2017 File:azure_sdk/umqtt/src/mqtt_client.c Func:mqtt_client_connect Line:974 Error: io_open failed
Error: Time:Fri Aug 18 14:55:45 2017 File:azure_sdk/iothub_client/src/iothubtransport_mqtt_common.c Func:SendMqttConnectMsg Line:1519 failure connecting to address $host_name.
-> 14:55:45 CONNECT | VER: 4 | KEEPALIVE: 60 | FLAGS: 128 | USERNAME: $host_name/$device_id/api-version=2016-11-14&DeviceClientType=iothubclient%2f1.1.21%20(Linux%3b%20mips) | CLEAN: 0
<- 14:55:45 CONNACK | SESSION_PRESENT: false | RETURN_CODE: 0x5
Error: Time:Fri Aug 18 14:55:45 2017 File:azure_sdk/iothub_client/src/iothubtransport_mqtt_common.c Func:mqtt_operation_complete_callback Line:1161 Connection Not Accepted: 0x5: Not Authorized
-> 14:55:45 DISCONNECT
-> 14:55:50 CONNECT | VER: 4 | KEEPALIVE: 60 | FLAGS: 128 | USERNAME: $host_name/$device_id/api-version=2016-11-14&DeviceClientType=iothubclient%2f1.1.21%20(Linux%3b%20mips) | CLEAN: 0
<- 14:55:51 CONNACK | SESSION_PRESENT: false | RETURN_CODE: 0x5
Error: Time:Fri Aug 18 14:55:51 2017 File:azure_sdk/iothub_client/src/iothubtransport_mqtt_common.c Func:mqtt_operation_complete_callback Line:1161 Connection Not Accepted: 0x5: Not Authorized
-> 14:55:51 DISCONNECT
Error: Time:Fri Aug 18 14:56:05 2017 File:azure_sdk/c-utility/adapters/socketio_berkeley.c Func:socketio_open Line:676 Failure: select failure.
Info: Closing tlsio from a state other than TLSIO_STATE_EXT_OPEN or TLSIO_STATE_EXT_ERROR
Error: Time:Fri Aug 18 14:56:05 2017 File:azure_sdk/c-utility/src/tlsio_openssl.c Func:on_underlying_io_open_complete Line:688 Invalid tlsio_state. Expected state is TLSIO_STATE_OPENING_UNDERLYING_IO.
Error: Time:Fri Aug 18 14:56:05 2017 File:azure_sdk/c-utility/src/tlsio_openssl.c Func:tlsio_openssl_open Line:1202 Failed opening the underlying I/O.
Error: Time:Fri Aug 18 14:56:05 2017 File:azure_sdk/umqtt/src/mqtt_client.c Func:mqtt_client_connect Line:974 Error: io_open failed
Error: Time:Fri Aug 18 14:56:05 2017 File:azure_sdk/iothub_client/src/iothubtransport_mqtt_common.c Func:SendMqttConnectMsg Line:1519 failure connecting to address $host_name.
-> 14:56:05 CONNECT | VER: 4 | KEEPALIVE: 60 | FLAGS: 128 | USERNAME: $host_name/$device_id/api-version=2016-11-14&DeviceClientType=iothubclient%2f1.1.21%20(Linux%3b%20mips) | CLEAN: 0
<- 14:56:05 CONNACK | SESSION_PRESENT: false | RETURN_CODE: 0x5
Error: Time:Fri Aug 18 14:56:05 2017 File:azure_sdk/iothub_client/src/iothubtransport_mqtt_common.c Func:mqtt_operation_complete_callback Line:1161 Connection Not Accepted: 0x5: Not Authorized
-> 14:56:05 DISCONNECT
Azure Connection established: 14:41
Internet Connection lost: 14:45
Internet connection back: 14:47
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment