GitHub user Bauaser-kun edited a comment on the discussion: Something went wrong during the adapter installation
Sorry for the late reply. All icons are showing properly both in adapter creation and pipelines views. I've checked logs. The extension-all-jvm log ends on february 29th approximetely the time I first time tried to create adapter, the last log is: `Error grabbing logs: invalid character '\x00' looking for beginning of value` The backend log for today's streampipe startup is working but it indeed shows some errors from the very beggining - even though all containers seem to be up properly while they are initialized i find the following error : ```backend_1 | 2024-03-04T07:50:13.275Z INFO 1 --- [pool-1-thread-1] o.a.s.c.m.management.WorkerRestClient : Trying to start adapter on endpoint http://172.31.0.7:8090/api/v1/worker/stream/invoke backend_1 | 2024-03-04T07:50:13.789Z ERROR 1 --- [pool-1-thread-1] o.a.s.c.m.management.WorkerRestClient : Adapter was not started successfully backend_1 | backend_1 | org.apache.http.conn.HttpHostConnectException: Connect to 172.31.0.7:8090 [/172.31.0.7] failed: Connection refused``` I assume that this is the OOTB adapter as it was definitely not created by me neither anyone else at my company. But after that the same error occours for every single adapter we have already created in our pipelines. Then after around 15 seconds seconds the adapters are starting again, this time succesfully. And then when I try to create new adapter I got this ```backend_1 | 2024-03-04T08:25:17.925Z INFO 1 --- [nio-8030-exec-5] o.a.s.rest.impl.connect.AdapterResource : User: [email protected] starts adapter sp:org.apache.streampipes.connect.iiot.protocol.stream.kafka backend_1 | 2024-03-04T08:25:18.092Z WARN 1 --- [nio-8030-exec-5] o.g.j.server.ServerRuntime$Responder : An exception mapping did not successfully produce and processed a response. Logging the exception propagated to the default exception mapper. backend_1 | backend_1 | java.lang.NullPointerException: Cannot invoke "org.apache.streampipes.model.configuration.MessagingSettings.getPrioritizedProtocols()" because "messagingSettings" is null backend_1 | at org.apache.streampipes.connect.management.util.GroundingUtils.createEventGrounding(GroundingUtils.java:50) (...)``` GitHub link: https://github.com/apache/streampipes/discussions/2498#discussioncomment-8664079 ---- This is an automatically sent email for [email protected]. To unsubscribe, please send an email to: [email protected]
