Skip to content
This repository was archived by the owner on Jul 19, 2024. It is now read-only.
This repository was archived by the owner on Jul 19, 2024. It is now read-only.

Data Generator HTTP Error #151

Description

When I run the data generator, i see following HTTP response errors.

Any idea what's going wrong here ?

xxxxxxx@yyvm:~/cb/AI-PredictiveMaintenance/src$ python3 WebApp/App_Data/jobs/continuous/Simulator/simulator.py
/usr/lib/python3.5/importlib/_bootstrap.py:222: RuntimeWarning: to-Python converter for IoTHubMapError already registered; second conversion method ignored.
return f(*args, **kwds)
/usr/lib/python3.5/importlib/_bootstrap.py:222: RuntimeWarning: to-Python converter for IoTHubMessageError already registered; second conversion method ignored.
return f(*args, **kwds)
/usr/lib/python3.5/importlib/_bootstrap.py:222: RuntimeWarning: to-Python converter for MAP_RESULT_TAG already registered; second conversion method ignored.
return f(*args, **kwds)
/usr/lib/python3.5/importlib/_bootstrap.py:222: RuntimeWarning: to-Python converter for IOTHUB_MESSAGE_RESULT_TAG already registered; second conversion method ignored.
return f(*args, **kwds)
/usr/lib/python3.5/importlib/_bootstrap.py:222: RuntimeWarning: to-Python converter for IOTHUBMESSAGE_DISPOSITION_RESULT_TAG already registered; second conversion method ignored.
return f(*args, **kwds)
/usr/lib/python3.5/importlib/_bootstrap.py:222: RuntimeWarning: to-Python converter for IOTHUBMESSAGE_CONTENT_TYPE_TAG already registered; second conversion method ignored.
return f(*args, **kwds)
/usr/lib/python3.5/importlib/_bootstrap.py:222: RuntimeWarning: to-Python converter for IoTHubMap already registered; second conversion method ignored.
return f(*args, **kwds)
/usr/lib/python3.5/importlib/_bootstrap.py:222: RuntimeWarning: to-Python converter for IoTHubMessage already registered; second conversion method ignored.
return f(*args, **kwds)
Error: Time:Fri Nov 9 06:43:56 2018 File:/usr/sdk/src/c/c-utility/adapters/httpapi_curl.c Func:HTTPAPI_ExecuteRequest Line:624 Failure in HTTP communication: server reply code is 429
Info: HTTP Response:{"Message":"ErrorCode:ThrottlingBacklogTimeout;The request has been throttled. Wait 10 seconds and try again. Operation type: CRUD","ExceptionMessage":"Tracking ID:2369eb7fa0f74c89b34a0107bd6252b2-G:6-TimeStamp:11/09/2018 06:43:56"}
Error: Time:Fri Nov 9 06:43:56 2018 File:/usr/sdk/src/c/iothub_service_client/src/iothub_registrymanager.c Func:sendHttpRequestCRUD Line:1004 Http Failure status code 429.
Error: Time:Fri Nov 9 06:43:57 2018 File:/usr/sdk/src/c/c-utility/adapters/httpapi_curl.c Func:HTTPAPI_ExecuteRequest Line:624 Failure in HTTP communication: server reply code is 429
Info: HTTP Response:{"Message":"ErrorCode:ThrottlingBacklogTimeout;The request has been throttled. Wait 10 seconds and try again. Operation type: CRUD","ExceptionMessage":"Tracking ID:2d75e0b482914ad49654bd07c4e5d86b-G:6-TimeStamp:11/09/2018 06:43:57"}
Error: Time:Fri Nov 9 06:43:57 2018 File:/usr/sdk/src/c/iothub_service_client/src/iothub_registrymanager.c Func:sendHttpRequestCRUD Line:1004 Http Failure status code 429.
Error: Time:Fri Nov 9 06:44:56 2018 File:/usr/sdk/src/c/c-utility/adapters/httpapi_curl.c Func:HTTPAPI_ExecuteRequest Line:624 Failure in HTTP communication: server reply code is 429
Info: HTTP Response:{"Message":"ErrorCode:ThrottlingBacklogTimeout;The request has been throttled. Wait 10 seconds and try again. Operation type: CRUD","ExceptionMessage":"Tracking ID:8f6206def6dd476bb55416bec191a7fd-G:2-TimeStamp:11/09/2018 06:44:56"}
Error: Time:Fri Nov 9 06:44:56 2018 File:/usr/sdk/src/c/iothub_service_client/src/iothub_registrymanager.c Func:sendHttpRequestCRUD Line:1004 Http Failure status code 429.
Error: Time:Fri Nov 9 06:45:32 2018 File:/usr/sdk/src/c/c-utility/adapters/httpapi_curl.c Func:HTTPAPI_ExecuteRequest Line:624 Failure in HTTP communication: server reply code is 429
Info: HTTP Response:{"Message":"ErrorCode:ThrottlingBacklogTimeout;The request has been throttled. Wait 10 seconds and try again. Operation type: CRUD","ExceptionMessage":"Tracking ID:9ff6340532394064843cc103f45cdb6d-G:4-TimeStamp:11/09/2018 06:45:32"}
Error: Time:Fri Nov 9 06:45:32 2018 File:/usr/sdk/src/c/iothub_service_client/src/iothub_registrymanager.c Func:sendHttpRequestCRUD Line:1004 Http Failure status code 429.
Error: Time:Fri Nov 9 06:45:36 2018 File:/usr/sdk/src/c/c-utility/adapters/httpapi_curl.c Func:HTTPAPI_ExecuteRequest Line:624 Failure in HTTP communication: server reply code is 429
Info: HTTP Response:{"Message":"ErrorCode:ThrottlingBacklogTimeout;The request has been throttled. Wait 10 seconds and try again. Operation type: CRUD","ExceptionMessage":"Tracking ID:2ee21f96c78843129b06fa3a538ffe9c-G:4-TimeStamp:11/09/2018 06:45:36"}
Error: Time:Fri Nov 9 06:45:36 2018 File:/usr/sdk/src/c/iothub_service_client/src/iothub_registrymanager.c Func:sendHttpRequestCRUD Line:1004 Http Failure status code 429.
Error: Time:Fri Nov 9 06:46:32 2018 File:/usr/sdk/src/c/c-utility/adapters/httpapi_curl.c Func:HTTPAPI_ExecuteRequest Line:624 Failure in HTTP communication: server reply code is 429
Info: HTTP Response:{"Message":"ErrorCode:ThrottlingBacklogTimeout;The request has been throttled. Wait 10 seconds and try again. Operation type: CRUD","ExceptionMessage":"Tracking ID:912af35f2cd640049cbe58ec9a243a2e-G:4-TimeStamp:11/09/2018 06:46:32"}
Error: Time:Fri Nov 9 06:46:32 2018 File:/usr/sdk/src/c/iothub_service_client/src/iothub_registrymanager.c Func:sendHttpRequestCRUD Line:1004 Http Failure status code 429.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions