dshunter107 opened a new issue, #1975: URL: https://github.com/apache/streampipes/issues/1975
### Apache StreamPipes version 0.92.0 ### Affected StreamPipes components Backend, Connect, Processing Elements ### What happened? After failing to get the pipelines to show up through the developer tutorial, I decided to follow the user tutorial in YouTube. Here is the first YouTube video link: https://www.youtube.com/watch?v=80TlDLH8ayY&t=317s&ab_channel=YaserAliHusen. I would say the problem is severe because the user would not be able start tracking any real-time data. I downloaded the Apache Streampipes from the website. I then launched docker as the Youtube video says. Afterwards, I went to the installer/compose folder to launch the program (docker-compose up -d) . Upon navigating to port 80 and going to Install Pipeline Elements, the search for pipeline elements never ends. This also happens to be the same problem that I had when I tried through the developer tutorial at this website: https://streampipes.apache.org/docs/extend-cli/ At the moment, I am a little stumped because the project is new to me. I also am unable to work on one of the issues because I would be unable to test the code. I was able to see that the server was returning an error code with number 500. I found a consistent error through Docker Desktop in the Streampipe service titled, "streampipes-extensions-all-jvm-1". Here is the error: 2023-09-28 18:57:38 2023-09-28T22:57:38.142Z ERROR 1 --- [ main] o.a.s.s.e.connect.ConnectRestClient : Could not register adapter at url - is a 'StreamPipes Core' service running? 2023-09-28 18:57:38 2023-09-28 18:57:38 org.apache.streampipes.commons.exceptions.SpHttpErrorStatusCode: 500 - 2023-09-28 18:57:38 at org.apache.streampipes.client.http.HttpRequest.executeRequest(HttpRequest.java:113) 2023-09-28 18:57:38 at org.apache.streampipes.client.api.AbstractClientApi.post(AbstractClientApi.java:46) 2023-09-28 18:57:38 at org.apache.streampipes.client.api.AdminApi.registerAdapters(AdminApi.java:36) 2023-09-28 18:57:38 at org.apache.streampipes.service.extensions.connect.ConnectRestClient.register(ConnectRestClient.java:38) 2023-09-28 18:57:38 at org.apache.streampipes.service.extensions.connect.ConnectWorkerRegistrationService.registerWorker(ConnectWorkerRegistrationService.java:35) 2023-09-28 18:57:38 at org.apache.streampipes.service.extensions.ExtensionsModelSubmitter.afterServiceRegistered(ExtensionsModelSubmitter.java:53) 2023-09-28 18:57:38 at org.apache.streampipes.service.extensions.StreamPipesExtensionsServiceBase.startExtensionsService(StreamPipesExtensionsServiceBase.java:77) 2023-09-28 18:57:38 at org.apache.streampipes.service.extensions.StreamPipesExtensionsServiceBase.init(StreamPipesExtensionsServiceBase.java:54) 2023-09-28 18:57:38 at org.apache.streampipes.service.extensions.StreamPipesExtensionsServiceBase.init(StreamPipesExtensionsServiceBase.java:44) 2023-09-28 18:57:38 at org.apache.streampipes.extensions.all.jvm.AllExtensionsInit.main(AllExtensionsInit.java:38) 2023-09-28 18:57:38 at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) 2023-09-28 18:57:38 at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) 2023-09-28 18:57:38 at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) 2023-09-28 18:57:38 at java.base/java.lang.reflect.Method.invoke(Unknown Source) 2023-09-28 18:57:38 at org.springframework.boot.loader.MainMethodRunner.run(MainMethodRunner.java:49) 2023-09-28 18:57:38 at org.springframework.boot.loader.Launcher.launch(Launcher.java:95) 2023-09-28 18:57:38 at org.springframework.boot.loader.Launcher.launch(Launcher.java:58) 2023-09-28 18:57:38 at org.springframework.boot.loader.JarLauncher.main(JarLauncher.java:65) 2023-09-28 18:57:38 2023-09-28 18:57:38 2023-09-28T22:57:38.142Z INFO 1 --- [ main] s.s.e.c.ConnectWorkerRegistrationService : Retrying in 5 seconds 2023-09-28 18:57:43 2023-09-28T22:57:43.276Z ERROR 1 --- [ main] o.a.s.s.e.connect.ConnectRestClient : Could not register adapter at url - is a 'StreamPipes Core' service running? 2023-09-28 18:57:43 2023-09-28 18:57:43 org.apache.streampipes.commons.exceptions.SpHttpErrorStatusCode: 500 - 2023-09-28 18:57:43 at org.apache.streampipes.client.http.HttpRequest.executeRequest(HttpRequest.java:113) 2023-09-28 18:57:43 at org.apache.streampipes.client.api.AbstractClientApi.post(AbstractClientApi.java:46) 2023-09-28 18:57:43 at org.apache.streampipes.client.api.AdminApi.registerAdapters(AdminApi.java:36) 2023-09-28 18:57:43 at org.apache.streampipes.service.extensions.connect.ConnectRestClient.register(ConnectRestClient.java:38) 2023-09-28 18:57:43 at org.apache.streampipes.service.extensions.connect.ConnectWorkerRegistrationService.registerWorker(ConnectWorkerRegistrationService.java:35) 2023-09-28 18:57:43 at org.apache.streampipes.service.extensions.ExtensionsModelSubmitter.afterServiceRegistered(ExtensionsModelSubmitter.java:53) 2023-09-28 18:57:43 at org.apache.streampipes.service.extensions.StreamPipesExtensionsServiceBase.startExtensionsService(StreamPipesExtensionsServiceBase.java:77) 2023-09-28 18:57:43 at org.apache.streampipes.service.extensions.StreamPipesExtensionsServiceBase.init(StreamPipesExtensionsServiceBase.java:54) 2023-09-28 18:57:43 at org.apache.streampipes.service.extensions.StreamPipesExtensionsServiceBase.init(StreamPipesExtensionsServiceBase.java:44) 2023-09-28 18:57:43 at org.apache.streampipes.extensions.all.jvm.AllExtensionsInit.main(AllExtensionsInit.java:38) 2023-09-28 18:57:43 at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) 2023-09-28 18:57:43 at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) 2023-09-28 18:57:43 at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) 2023-09-28 18:57:43 at java.base/java.lang.reflect.Method.invoke(Unknown Source) 2023-09-28 18:57:43 at org.springframework.boot.loader.MainMethodRunner.run(MainMethodRunner.java:49) 2023-09-28 18:57:43 at org.springframework.boot.loader.Launcher.launch(Launcher.java:95) 2023-09-28 18:57:43 at org.springframework.boot.loader.Launcher.launch(Launcher.java:58) 2023-09-28 18:57:43 at org.springframework.boot.loader.JarLauncher.main(JarLauncher.java:65) 2023-09-28 18:57:43 2023-09-28 18:57:43 2023-09-28T22:57:43.276Z INFO 1 --- [ main] s.s.e.c.ConnectWorkerRegistrationService : Retrying in 5 seconds I am not entirely sure what it means, but I think this may help whoever is more knowledgeable than I to reproduce the error. Thanks everyone. ### How to reproduce? Download ApacheStreampipes 0.92.0 and navigate to the "Install Pipeline Elements" ### Expected behavior The pipelines should have showed up after a brief search. ### Additional technical information Windows 11, WSL, Docker (recently updated). Apache Streampipes 0.92.0 ### Are you willing to submit a PR? None -- 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-unsubscr...@streampipes.apache.org.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org