Reputation: 75
Tried with docker version (cygnus-ngsi:latest) and installed through RPM (version 1.9). In any case, and after evaluating different configurations (through different agent.conf files) all "options" crashed after a while of properly performance, raising:
time=2018-08-22T11:25:17.373Z | lvl=ERROR | corr=c0b83772-a5fc-11e8-8f42-00505689289a | trans=fd485c76-e376-4ae3-9733-5a60599ffbb6 | srv=SAN | subsrv=/ | comp=cygnus-ngsi | op=run | msg=org.apache.flume.SinkRunner$PollingRunner[160] : Unable to deliver event. Exception follows. java.lang.IllegalStateException: begin() called when transaction is OPEN! at com.google.common.base.Preconditions.checkState(Preconditions.java:145) at org.apache.flume.channel.BasicTransactionSemantics.begin(BasicTransactionSemantics.java:131) at com.telefonica.iot.cygnus.sinks.NGSISink.processNewBatches(NGSISink.java:482) at com.telefonica.iot.cygnus.sinks.NGSISink.process(NGSISink.java:370) at org.apache.flume.sink.DefaultSinkProcessor.process(DefaultSinkProcessor.java:68) at org.apache.flume.SinkRunner$PollingRunner.run(SinkRunner.java:147) at java.lang.Thread.run(Thread.java:748)
Upvotes: 0
Views: 47