https://kotlinlang.org logo
#ktor
Title
# ktor
g

Gabriel Feo

03/26/2020, 10:22 PM
I'm getting these errors by running a Ktor project in a Docker container. Can anyone help?
Copy code
Mar 26, 2020 9:58:28 PM io.grpc.internal.ManagedChannelImpl$1 uncaughtException
SEVERE: [Channel<1>: (<http://firestore.googleapis.com:443|firestore.googleapis.com:443>)] Uncaught exception in the SynchronizationContext. Panic!
java.lang.IllegalStateException: Could not find policy 'pick_first'. Make sure its implementation is either registered to LoadBalancerRegistry or included in META-INF/services/io.grpc.LoadBalancerProvider from your jar files.

2020-03-26 22:08:04.961 [nioEventLoopGroup-4-1] ERROR Application - Unhandled exception caught for CoroutineName(call-handler)
com.google.api.gax.rpc.InternalException: io.grpc.StatusRuntimeException: INTERNAL: Panic! This is a bug!
I'm starting from the
openjdk:8
image
19 Views