Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

gRPC errors on JVM module startup #2621

Closed
tomdaffurn opened this issue Sep 5, 2024 · 0 comments
Closed

gRPC errors on JVM module startup #2621

tomdaffurn opened this issue Sep 5, 2024 · 0 comments
Labels
bug Something isn't working jvm next Work that will be be picked up next P2

Comments

@tomdaffurn
Copy link
Contributor

gRPC log spew on starting JVM modules. They do start up and run, but they print this about 5 times:

info:runner11: __  ____  __  _____   ___  __ ____  ______
info:runner11:  --/ __ \/ / / / _ | / _ \/ //_/ / / / __/
info:runner11:  -/ /_/ / /_/ / __ |/ , _/ ,< / /_/ /\ \
info:runner11: --\___\_\____/_/ |_/_/|_/_/|_|\____/___/
info:runner11: 2024-09-05 15:21:34,129 ERROR [xyz.blo.ftl.run.FTLController] (grpc-default-executor-1) GRPC connection error: io.grpc.StatusRuntimeException: UNKNOWN: HTTP status code 200
info:runner11: invalid content-type: text/html; charset=utf-8
info:runner11: headers: Metadata(:status=200,accept-ranges=bytes,content-type=text/html; charset=utf-8,date=Thu, 05 Sep 2024 05:21:34 GMT,content-length=645)
info:runner11: DATA-----------------------------
info:runner11: <!doctype html>
info:runner11: <html lang="en">
...
info:runner11: 	at io.grpc.Status.asRuntimeException(Status.java:533)
info:runner11: 	at io.grpc.stub.ClientCalls$StreamObserverToCallListenerAdapter.onClose(ClientCalls.java:481)
info:runner11: 	at io.grpc.internal.DelayedClientCall$DelayedListener$3.run(DelayedClientCall.java:489)
info:runner11: 	at io.grpc.internal.DelayedClientCall$DelayedListener.delayOrExecute(DelayedClientCall.java:453)
info:runner11: 	at io.grpc.internal.DelayedClientCall$DelayedListener.onClose(DelayedClientCall.java:486)
info:runner11: 	at io.grpc.internal.ClientCallImpl.closeObserver(ClientCallImpl.java:564)
info:runner11: 	at io.grpc.internal.ClientCallImpl.access$100(ClientCallImpl.java:72)
info:runner11: 	at io.grpc.internal.ClientCallImpl$ClientStreamListenerImpl$1StreamClosed.runInternal(ClientCallImpl.java:729)
info:runner11: 	at io.grpc.internal.ClientCallImpl$ClientStreamListenerImpl$1StreamClosed.runInContext(ClientCallImpl.java:710)
info:runner11: 	at io.grpc.internal.ContextRunnable.run(ContextRunnable.java:37)
info:runner11: 	at io.grpc.internal.SerializingExecutor.run(SerializingExecutor.java:133)
info:runner11: 	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
info:runner11: 	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
info:runner11: 	at java.base/java.lang.Thread.run(Thread.java:833)
@tomdaffurn tomdaffurn added bug Something isn't working jvm labels Sep 5, 2024
@github-actions github-actions bot added the triage Issue needs triaging label Sep 5, 2024
@jvmakine jvmakine added P2 next Work that will be be picked up next and removed triage Issue needs triaging labels Sep 5, 2024
This was referenced Sep 11, 2024
@tomdaffurn tomdaffurn closed this as not planned Won't fix, can't repro, duplicate, stale Sep 20, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working jvm next Work that will be be picked up next P2
Projects
None yet
Development

No branches or pull requests

2 participants