RobertIndie commented on PR #1339:
URL: https://github.com/apache/streampipes/pull/1339#issuecomment-1440145632
@dominikriemer Hi, Thanks for your PR. The UI works now!
But when I start `all-extensions-jvm` locally, it raises these errors:
```
2023-02-22T22:34:56.060+08:00 ERROR 70202 --- [ main]
o.a.s.s.e.connect.ConnectRestClient : Could not register adapter at url -
is a 'StreamPipes Core' service running?
org.apache.streampipes.commons.exceptions.SpRuntimeException: Could not
connect to the StreamPipes API - please check that StreamPipes is available
at
org.apache.streampipes.client.http.HttpRequest.executeRequest(HttpRequest.java:111)
at
org.apache.streampipes.client.api.AbstractClientApi.post(AbstractClientApi.java:46)
at
org.apache.streampipes.client.api.AdminApi.registerAdapters(AdminApi.java:36)
at
org.apache.streampipes.service.extensions.connect.ConnectRestClient.register(ConnectRestClient.java:38)
at
org.apache.streampipes.service.extensions.connect.ConnectWorkerRegistrationService.registerWorker(ConnectWorkerRegistrationService.java:35)
at
org.apache.streampipes.service.extensions.ExtensionsModelSubmitter.afterServiceRegistered(ExtensionsModelSubmitter.java:53)
at
org.apache.streampipes.service.extensions.StreamPipesExtensionsServiceBase.startExtensionsService(StreamPipesExtensionsServiceBase.java:77)
at
org.apache.streampipes.service.extensions.StreamPipesExtensionsServiceBase.init(StreamPipesExtensionsServiceBase.java:54)
at
org.apache.streampipes.service.extensions.StreamPipesExtensionsServiceBase.init(StreamPipesExtensionsServiceBase.java:44)
at
org.apache.streampipes.extensions.all.jvm.AllExtensionsInit.main(AllExtensionsInit.java:38)
Caused by: org.apache.http.client.ClientProtocolException: null
at
org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:187)
at
org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:83)
at
org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:56)
at
org.apache.http.client.fluent.Request.internalExecute(Request.java:173)
at org.apache.http.client.fluent.Request.execute(Request.java:177)
at
org.apache.streampipes.client.http.HttpRequest.executeRequest(HttpRequest.java:98)
... 9 common frames omitted
Caused by: org.apache.http.ProtocolException: Target host is not specified
at
org.apache.http.impl.conn.DefaultRoutePlanner.determineRoute(DefaultRoutePlanner.java:71)
at
org.apache.http.impl.client.InternalHttpClient.determineRoute(InternalHttpClient.java:125)
at
org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:184)
... 14 common frames omitted
```
Do I miss something? Semes the target host is not specified. How can I set
the host?
--
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: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]