We use proprietary and third party´s cookies to improve your experience and our services, identifying your Internet Browsing preferences on our website; develop analytic activities and display advertising based on your preferences. If you keep browsing, you accept its use. You can get more information on our Cookie Policy
Cookies Policy
Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

How to install Cygnus correctly?

Tried Cygnus Docker installation (https://fiware-cygnus.readthedocs.io/en/latest/cygnus-common/installationandadministrationguide/installwith_docker/index.html):

docker pull fiware/cygnus-common docker run cygnus-common

Second one does not work. Tried docker run -p 5050:5050 -p 8081:8081 fiware/cygnus-common

curl http://localhost:5050/v1/version produces error. What might be the problem?

<html> <head> <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"/> <title>Error 500 Deserializer threw unexpected exception. null</title> </head> <body>

HTTP ERROR 500

Problem accessing /v1/version. Reason:

    Deserializer threw unexpected exception. null


Powered by Jetty://

Server side has error:

TPSource$FlumeHTTPServlet[192] : Deserializer threw unexpected exception. java.lang.NullPointerException at org.apache.flume.source.http.JSONHandler.getEvents(JSONHandler.java:122) at org.apache.flume.source.http.HTTPSource$FlumeHTTPServlet.doPost(HTTPSource.java:184) at org.apache.flume.source.http.HTTPSource$FlumeHTTPServlet.doGet(HTTPSource.java:227) at javax.servlet.http.HttpServlet.service(HttpServlet.java:705) at javax.servlet.http.HttpServlet.service(HttpServlet.java:814) at org.mortbay.jetty.servlet.ServletHolder.handle(ServletHolder.java:511) at org.mortbay.jetty.servlet.ServletHandler.handle(ServletHandler.java:401) at org.mortbay.jetty.servlet.SessionHandler.handle(SessionHandler.java:182) at org.mortbay.jetty.handler.ContextHandler.handle(ContextHandler.java:766) at org.mortbay.jetty.handler.HandlerWrapper.handle(HandlerWrapper.java:152) at org.mortbay.jetty.Server.handle(Server.java:326) at org.mortbay.jetty.HttpConnection.handleRequest(HttpConnection.java:542) at org.mortbay.jetty.HttpConnection$RequestHandler.headerComplete(HttpConnection.java:928) at org.mortbay.jetty.HttpParser.parseNext(HttpParser.java:549) at org.mortbay.jetty.HttpParser.parseAvailable(HttpParser.java:212) at org.mortbay.jetty.HttpConnection.handle(HttpConnection.java:404) at org.mortbay.jetty.bio.SocketConnector$Connection.run(SocketConnector.java:228) at org.mortbay.thread.QueuedThreadPool$PoolThread.run(QueuedThreadPool.java:582)