We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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 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)
The text was updated successfully, but these errors were encountered:
No branches or pull requests
gRPC log spew on starting JVM modules. They do start up and run, but they print this about 5 times:
The text was updated successfully, but these errors were encountered: