Uploaded image for project: 'Help-Desk'
  1. Help-Desk
  2. HELP-14575

FIWARE.Question.Tech.FIWARE Orion-Cygnus-Hadoop HTTPBadRequestException: 'fiware-servicepath' through an Orion subscription.

    Details

      Description

      Created question in FIWARE Q/A platform on 30-08-2018 at 23:08
      Please, ANSWER this question AT https://stackoverflow.com/questions/52105736/fiware-ngsi-orion-cygnus-hadoop-httpbadrequestexception-fiware-servicepath

      Question:
      FIWARE [NGSI] Orion-Cygnus-Hadoop HTTPBadRequestException: 'fiware-servicepath' through an Orion subscription

      Description:
      I want to persist some historical data from my server. So the documentation says that you must first send a subscription to Orion and then Orion will send the notification to Cygnus.

      I made the subscription like this:

      Entity payload = Entity.json("{\r\n" +
      " \"entities\": [

      {\r\n" + " \"type\": \"Usuario\",\r\n" + " \"isPattern\": \"true\",\r\n" + " \"id\": \"Usuario*\"\r\n" + " }

      ],\r\n" +
      " \"attributes\": [],\r\n" +
      " \"reference\": \"http://192.168.10.3:5050/notify\",\r\n" +
      " \"duration\": \"P4Y\",\r\n" +
      " \"notifyConditions\": [

      {\r\n" + " \"type\": \"ONCHANGE\",\r\n" + " \"condValues\": [\r\n" + " \"speed\"\r\n" + " ]\r\n" + " }

      ],\r\n" +
      " \"throttling\": \"PT0.001S\"\r\n" +
      "}");
      Response response = client.target("http://192.168.10.3:1026/v1/subscribeContext")
      .request(MediaType.APPLICATION_JSON_TYPE)
      .post(payload);

      And the creation of entities:

      Entity payload = Entity.json("{ \"type\": \"Usuario\", \"id\": \"Usuario22\", \"temperature\":

      { \"value\": \"80.0\" }

      , \"location\": { \"value\": \""latitud", "altitud"\", \"type\": \"geo:point\", \"metadata\": { \"crs\":

      { \"value\": \"WGS84\" }

      } }}");
      Response response = client.target("http://192.168.10.3:1026/v2/entities")
      .request(MediaType.APPLICATION_JSON_TYPE)
      .post(payload);

      Then, Cygnus log tell me:

      HTTPBadRequestException: 'fiware-servicepath' header value does not match the number of notified context responses [...]

      Do any of you know why this is happening? The creation of the headers should be done by Orion or, failing that, by using the configuration of the Cygnus...

      Thank you in advance.

        Activity

        Hide
        backlogmanager Backlog Manager added a comment -

        2018-08-31 00:05|CREATED monitor | # answers= 0, accepted answer= False

        Show
        backlogmanager Backlog Manager added a comment - 2018-08-31 00:05|CREATED monitor | # answers= 0, accepted answer= False

          People

          • Assignee:
            andres.munoza Andres Muñoz
            Reporter:
            backlogmanager Backlog Manager
          • Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

            • Created:
              Updated:
              Resolved: