You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@streampipes.apache.org by GitBox <gi...@apache.org> on 2022/11/26 14:33:10 UTC

[GitHub] [streampipes] dominikriemer opened a new issue, #573: Pipeline with MQTT sink does not start

dominikriemer opened a new issue, #573:
URL: https://github.com/apache/streampipes/issues/573

   I created a pipeline with the 'Machine Data Simulator' as a source and MQTT publisher as a sink.
   
   When storing the pipeline the UI shows the following error: "Your pipeline could not be stored."
   
   It seems to be a problem with the secret static property. I also tried to set the values for the basic auth, but the error was the same. 
   
   In the backend this exception occurs:
   
   backend_1 | 09:58:30.390 SP [http-nio-8030-exec-1] ERROR o.a.c.c.C.[.[.[.[.a.s.b.StreamPipesResourceConfig] - Servlet.service() for servlet [org.apache.streampipes.backend.StreamPipesResourceConfig] in context with path [/streampipes-backend] threw exception [java.lang.NullPointerException] with root cause
   backend_1 | java.lang.NullPointerException: null
   backend_1 | at org.apache.streampipes.manager.secret.SecretVisitor.visit(SecretVisitor.java:99)
   backend_1 | at org.apache.streampipes.model.staticproperty.StaticPropertyAlternative.accept(StaticPropertyAlternative.java:79)
   backend_1 | at org.apache.streampipes.manager.secret.SecretVisitor.lambda$visit$1(SecretVisitor.java:106)
   backend_1 | at org.apache.streampipes.manager.secret.SecretVisitor$$Lambda$1232/0x00000000fc026e20.accept(Unknown Source)
   backend_1 | at java.util.ArrayList.forEach(ArrayList.java:1259)
   backend_1 | at org.apache.streampipes.manager.secret.SecretVisitor.visit(SecretVisitor.java:106)
   backend_1 | at org.apache.streampipes.model.staticproperty.StaticPropertyAlternatives.accept(StaticPropertyAlternatives.java:69)
   backend_1 | at org.apache.streampipes.manager.secret.SecretService.lambda$applyConfig$0(SecretService.java:49)
   backend_1 | at org.apache.streampipes.manager.secret.SecretService$$Lambda$537/0x000000003c147450.accept(Unknown Source)
   b
   
   Imported from Jira [STREAMPIPES-390](https://issues.apache.org/jira/browse/STREAMPIPES-390). Original Jira may contain additional context.
   Reported by: zehnder.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscribe@streampipes.apache.org.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [streampipes] dominikriemer closed issue #573: Pipeline with MQTT sink does not start

Posted by GitBox <gi...@apache.org>.
dominikriemer closed issue #573: Pipeline with MQTT sink does not start
URL: https://github.com/apache/streampipes/issues/573


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscribe@streampipes.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org