I have changed the API aouthentification and have some more results ... but again with similar error.
28 Jan 2016 12:53:33,450 ERROR [SinkRunner-PollingRunner-DefaultSinkProcessor] (com.telefonica.iot.cygnus.sinks.OrionSink.process:224) - Runtime error (Don't know how to treat the response code. Possibly the datastore already exists (respCode=409, resourceId=8dbaf6d9-7d56-4631-b089-910891a711cb))
It starts to create resourses in CKAN, but crashes after the first insert. I made tests with row and column persistence, but with the same result.
Here is my config file:
===================================================================
cygnusagent.sources = http-source
cygnusagent.sinks = ckan-sink
cygnusagent.channels = ckan-channel
cygnusagent.sources.http-source.channels = ckan-channel
cygnusagent.sources.http-source.type = org.apache.flume.source.http.HTTPSource
cygnusagent.sources.http-source.port = 5050
cygnusagent.sources.http-source.handler = com.telefonica.iot.cygnus.handlers.OrionRestHandler
cygnusagent.sources.http-source.handler.notificationtarget = /ckanlight
cygnusagent.sources.http-source.handler.defaultservice = MyOrg
cygnusagent.sources.http-source.handler.defaultservicepath = MyPath
cygnusagent.sources.http-source.handler.eventsttl = 10
cygnusagent.sources.http-source.interceptors = ts gi
cygnusagent.sources.http-source.interceptors.ts.type = timestamp
cygnusagent.sources.http-source.interceptors.gi.type = com.telefonica.iot.cygnus.interceptors.GroupingInterceptor$Builder
cygnusagent.sources.http-source.interceptors.gi.groupingrulesconffile = /usr/cygnus/conf/groupingrules.conf
cygnusagent.sinks.ckan-sink.channel = ckan-channel
cygnusagent.sinks.ckan-sink.type = com.telefonica.iot.cygnus.sinks.OrionCKANSink
cygnusagent.sinks.ckan-sink.apikey = 68608bf6-e1e0-4a1e-b117-c18d433ecdd7
cygnusagent.sinks.ckan-sink.ckanhost = 10.10.1.71
cygnusagent.sinks.ckan-sink.ckanport = 80
cygnusagent.sinks.ckan-sink.orionurl = http://10.10.1.27:1026
cygnusagent.sinks.ckan-sink.attr_persistence = column
cygnusagent.sinks.ckan-sink.ssl = false
cygnusagent.channels.ckan-channel.type = memory
cygnusagent.channels.ckan-channel.capacity = 10000
cygnusagent.channels.ckan-channel.transactionCapacity = 10000
I will need to know your Cygnus configuration. Thanks!