Details
-
Type: Monitor
-
Status: Closed
-
Priority: Major
-
Resolution: Done
-
Affects Version/s: None
-
Fix Version/s: None
-
Component/s: FIWARE-TECH-HELP
-
Labels:
Description
Created question in FIWARE Q/A platform on 20-11-2023 at 10:11
Please, ANSWER this question AT https://stackoverflow.com/questions/77515003/when-more-load-fiware-orion-service-getting-error-timeout-was-reached-forwardi
Question:
When more load FIWARE Orion service getting error 'Timeout was reached' forwarding 'Update' to providing application
Description:
I am trying to provision a device and send actuation commands back using 1 component Orion.
I have successfully provisioned the device using to update orion query:
curl -iX POST \
'http://orion:1024/v2/op/update' \
-H 'Content-Type: application/json' \
-H 'fiware-service: agriculture' \
-H 'fiware-servicepath: /agriculture' \
-d '{
"actionType":"update",
"entities":[{"motor":{"type":"command","value":{"requestTime":"2023-11-17T06:50:00.060",
"payload":
,"transactionId":"xxxx-87a5-4xxx2-xxx-xxxxxxx"}},"id":"urn:ngsi-ld:test:test1","type":"test"}]}
an automatic registrations is created in Orion after provisioning the device:
{
"id": "5d2d9f4f795d881c2355ab7c",
"expires": "2023-11-17T18:49:59.100Z",
"dataProvided": {
"entities": [
],
"attrs": ["on", "off"]
},
"provider": {
"http":
,
"supportedForwardingMode": "all",
"legacyForwarding": true
},
"status": "active"
}
I am facing, and after trying, I have obtained this error:
{"error":"NotFound","description":"The requested entity has not been found. Check type and id"}while Orion reported
fiware-orion Starting transaction to http://orion:1024/v2/op/update
fiware-orion | ERROR@10:16:34 postUpdateContext.cpp[190]:Runtime Error (error 'Timeout was reached' forwarding 'Update' to providing application)
fiware-orion | INFO@10:16:34 logMsg.h[1874]: Transaction ended
Thank you in advance I appreciate your help!
Activity
Field | Original Value | New Value |
---|---|---|
Component/s | FIWARE-TECH-HELP [ 10278 ] |
HD-Enabler | Unknown [ 10910 ] | |
HD-Chapter | Unknown [ 10845 ] | |
HD-Node | Unknown [ 10852 ] |
Status | Open [ 1 ] | In Progress [ 3 ] |
Assignee | Jason Fox [ jason.fox ] |
Resolution | Done [ 10000 ] | |
Status | In Progress [ 3 ] | Closed [ 6 ] |
Summary | [fiware-stackoverflow] When more load FIWARE Orion service getting error 'Timeout was reached' forwarding 'Update' to providing application | FIWARE.Question.Tech.When more load FIWARE Orion service getting error 'Timeout was reached' forwarding 'Update' to providing application. |
HD-Enabler | Unknown [ 10910 ] | |
HD-Chapter | Unknown [ 10845 ] | |
HD-Node | Unknown [ 10852 ] |