fiware

Why wont Cygnus keep running?

£可爱£侵袭症+ 提交于 2019-12-24 00:56:51
问题 Following the instructions on this link I only changed 2 config files. The first one is cygnus_instance_1.conf (actually I just renamed the example file): ##### # # Configuration file for apache-flume # ##### # Copyright 2014 Telefonica Investigación y Desarrollo, S.A.U # # This file is part of fiware-cygnus (FI-WARE project). # # fiware-cygnus is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General # Public License as published by the Free

Orion has issues running alongside Apache Tomcat 7

馋奶兔 提交于 2019-12-23 15:55:24
问题 I've installed Orion 0.24 on a server, alongside with Apache Tomcat 7, where I deployed ProtonCEP GE (4x WAR files deployed). The issue is that Orion unswers only to half of the requests it gets (independent of request) in an alternate fashion, like so: $ curl http://localhost:1026/version -H "Content-Type: application/json" <orion> <version>0.24.0</version> <uptime>0 d, 0 h, 8 m, 39 s</uptime> <git_hash>ed11a3307c7050857ef398ee3e4cd04042a0cc01</git_hash> <compile_time>Mon Sep 14 17:52:44

login to fiware GE using putty (Windows) - what credentials?

时光毁灭记忆、已成空白 提交于 2019-12-21 21:35:07
问题 I have a FiWare GE instance setup, with a security group, key, and IP all configured. I also have Putty setup to allow me to connect to the instance. My problem is that when I connect I get asked for login information. I've tried my login credentials for Fi-Ware but that doesn't work. There are no other users associated, so I'm not sure what I'm supposed to use. There doesn't seem to be any (obvious) way to create users and associate them with an application either. Are there default login

Wilma pep proxy and keystone - valid access token not found

孤者浪人 提交于 2019-12-20 04:55:37
问题 I have wilma redirecting valid requests to orion but no messages are reaching it as i always get "Access Token not found" from wilma. The account entered in wilma config file is the admin account of keystone. From openStack API docs i request tokens using below request. curl -i \ > -H "Content-Type: application/json" \ > -d ' > { "auth": { > "identity": { > "methods": ["password"], > "password": { > "user": { > "name": "userAdmin", > "domain": { "id": "default" }, > "password": "pw" > } > } >

Fiware - Context broker: Issue with NGSIv2 subscriptions

浪尽此生 提交于 2019-12-20 03:43:27
问题 I'm working with an Orion context broker version 1.2.0. I have subscribed in it two different cygnus (0.11 and 0.13) using NGSIv2, as follows: (curl 172.21.0.23:1026/v2/subscriptions -s -S --header 'Fiware-Service: prueba_015_adapter' --header 'Fiware-ServicePath: /Prueba/Planta_3' --header 'Content-Type: application/json' -d @- ) <<EOF { "description": "Cygnus subscription", "subject": { "entities": [ { "idPattern": ".*", "type": "density_algorithm" } ], "condition": { "attrs": [] } },

Cygnus can not persist data on Cosmos global instance

徘徊边缘 提交于 2019-12-20 02:48:07
问题 When trying to persist an entity from Cygnus to Cosmos global instance it fails. Looking at the log file I see something like that: 2015 15:31:50,006 DEBUG [SinkRunner-PollingRunner-DefaultSinkProcessor] (org.apache.http.impl.conn.DefaultClientConnection.sendRequestHeader:273) - >> GET /webhdfs/v1/user/ms/def_serv/def_servpath/6_registervalues/6_registervalues.txt?op=getfilestatus&user.name=ms HTTP/1.1 12 Nov 2015 15:31:50,006 DEBUG [SinkRunner-PollingRunner-DefaultSinkProcessor] (org.apache

Cygnus not presisting data on MySql database

萝らか妹 提交于 2019-12-20 01:42:01
问题 So i have read all the documentation and followed the tutorial on MySQL persistence but i can't still presist any kind of data on MySQL database. Even though i'm puting the presistence mode = row it doesn't create any database nor table. What am i doing wrong? My Subscription: python2.7 SetSubscription.py bustest4 http://localhost:5050/notify Output: * Asking to http://localhost:1026/v1/subscribeContext * Headers: {'Fiware-Service': 'fiwaretestapi', 'content-type': 'application/json ',

How to scale Orion GE?

╄→гoц情女王★ 提交于 2019-12-19 08:53:59
问题 I have deployed an Orion instance in FILAB and I have configured the Cygnus inyector in order to store information in Cosmos. But...let us imagine a scenario in which the number of entities increases drastically. In this hypothetical scenario one instance of Orion GE wouldn't be enough so it would be necessary to deploy more instances. What would be the scale procedure? Taking into account the maximum quotas are: VM Instances: 5 VCPUs: 10 Hard Disk: 100 GB Memory: 10240 MB Public IP: 1 I

Openlayers-3 WFS-T (Post feature to postgis via geoserver)

﹥>﹥吖頭↗ 提交于 2019-12-18 17:11:53
问题 I have a problem with posting features from ol3 into postgis db via geoservers wfs.When i run this code, i only manage to insert gid(pk) and bin columns but the_geom(Geometry) column is empty. function addInteraction() { draw = new ol.interaction.Draw({ features: featureOverlay.getFeatures(), type: /** @type {ol.geom.GeometryType} */ (typeSelect.value) }); draw.on('drawend', function(evt) { var feature = evt.feature; feature.set('bin', 0); var fid = feature.getId(); var node = format

Openlayers-3 WFS-T (Post feature to postgis via geoserver)

﹥>﹥吖頭↗ 提交于 2019-12-18 17:11:16
问题 I have a problem with posting features from ol3 into postgis db via geoservers wfs.When i run this code, i only manage to insert gid(pk) and bin columns but the_geom(Geometry) column is empty. function addInteraction() { draw = new ol.interaction.Draw({ features: featureOverlay.getFeatures(), type: /** @type {ol.geom.GeometryType} */ (typeSelect.value) }); draw.on('drawend', function(evt) { var feature = evt.feature; feature.set('bin', 0); var fid = feature.getId(); var node = format