Details
-
Type:
extRequest
-
Status: Closed
-
Priority:
Major
-
Resolution: Fixed
-
Fix Version/s: 2021
-
Component/s: FIWARE-TECH-HELP
-
Labels:None
-
Sender Email:
-
HD-Chapter:IoT
-
HD-Enabler:IoT Discovery
Description
Hi Tarek,
I tried to deploy the latest version (4.2) of the iot-discovery on ubuntu
(14.04) and now it works (in the previous trial, I was trying to deploy the
iot-discovery 4.2 on centOS 6.6). Anyway when I do "GET
http://localhost:8080/ngsi9/contextEntities/
<http://localhost:8080/ngsi9/contextEntities/Room1>Kitchen", I read on the
log of the tomcat server, this strange message:
CO_1: GET INDIVIDUAL CONTEXT ENTITY: eId = ''Kitchen
'isPattern' field missing in request
get context entity error: null
but using ubuntu (instead of centOS) now I receive the correct response:
....
<errorCode>
<code>
404
</code>
<reasonPhrase>
Context Element Not Found
</reasonPhrase>
<details xsi:type="xs:string" />
....
this behavior is not a problem but i would like to understand the reason of
that strange message on the log of the tomcat server.
Is it possible to get the source code of the latest version of the
iot-discovery (version:4.2 update: 2015-06-12)?
Best regards,
Lorenzo Trisolini
_______________________________________________
Fiware-tech-help mailing list
Fiware-tech-help@lists.fi-ware.org
https://lists.fi-ware.org/listinfo/fiware-tech-help
[Created via e-mail received from: Lorenzo Trisolini <lore.trisolini@gmail.com>]
Activity
Field | Original Value | New Value |
---|---|---|
Component/s | FIWARE-TECH-HELP [ 10278 ] |
Assignee | Tarek Elsaleh [ t.elsaleh ] |
Status | Open [ 1 ] | In Progress [ 3 ] |
Status | In Progress [ 3 ] | Closed [ 6 ] |
Resolution | Fixed [ 1 ] |
Summary | [Fiware-tech-help] iot-discovery 4.2 | FIWARE.Request.Lab.IoT.IoTDiscovery.DifferentOSdeployment |
Summary | FIWARE.Request.Lab.IoT.IoTDiscovery.DifferentOSdeployment | FIWARE.Request.Lab.IoT.IoTDiscovery.DifferentOpSysDeployment |
Summary | FIWARE.Request.Lab.IoT.IoTDiscovery.DifferentOpSysDeployment | FIWARE.Request.Tech.IoT.IoTDiscovery.DifferentOpSysDeployment |
Sender Email | lore.trisolini@gmail.com |
HD-Enabler | IoT Discovery [ 10886 ] | |
HD-Chapter | IoT [ 10839 ] |
Fix Version/s | 2021 [ 12600 ] |
Transition | Time In Source Status | Execution Times | Last Executer | Last Execution Date | |||||
---|---|---|---|---|---|---|---|---|---|
|
17h 9m | 1 | Tarek Elsaleh | 01/Jul/15 11:55 AM | |||||
|
12d 32m | 1 | Tarek Elsaleh | 13/Jul/15 12:28 PM |
Hi Lorenzo,
With regards to the error message this is just referring that no match has been found. I will look into making the debug messages more clearer.
For the source code, I am preparing it and will hopefully put it up on Github by the end of the week.
Best regards,
Tarek