cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
Showing results for 
Search instead for 
Did you mean: 

Community Tip - Did you get an answer that solved your problem? Please mark it as an Accepted Solution so others with the same problem can find the answer easily. X

Edge C SDK - SteamSensor example internal server error

Andrea_TJ
4-Participant

Edge C SDK - SteamSensor example internal server error

Hello,

I'm a newbie here and i have some problems with running SteamSensor example. I have sucessfully crosscompiled the Edge C SDK for my IoT Gateway (MIPS architecture with OpenWrt OS) and i am currently able to run SteamSensor example on my platform. I have configured (importing the SteamSensor example XML file) a SteamSensor Thing on the Cloud platform. When i run SteamSensor example binary on my gateway i can clearly seethe Thing connected on the cloud . But if i look my console output on my gateway i can see also some internal server errors that appear periodically. The error is this:

 

[TRACE] 2020-05-22 15:33:52,830: Recv'd Msg <<<<<<<<<

Message Details:

Version: 1

Method/Code: 0xa0 (INTERNAL_SERVER_ERROR)

RequestID: 5

EndpointID:0

SessionID: -1

Multipart: 0

Reason: Entity SteamSensor does not exist or is not yet associated with a Thing

Result Type: NOTHING

 

Maybe the error is the response of the following request:

 

[TRACE] 2020-05-22 15:33:52,414: Sending Msg >>>>>>>>>

Message Details:

Version: 1

Method/Code: 0x3 (POST)

RequestID: 5

EndpointID:0

SessionID: 1133309117

Multipart: 0

EntityType: THING

EntityName: SteamSensor

CharacteristicType: SERVICES

CharacteristicName: GetPropertySubscriptions

Parameter Type: INFOTABLE

DataShape:

   Name:

 

What could be the problem?

Did i miss some configurations?

 

Thank You

1 REPLY 1
posipova
20-Turquoise
(To:Andrea_TJ)

Have you imported the steamsensor entity into your platform? Seems like it doesn't exist/can't be found and the autobind fails.

Top Tags