Skip to content

Instantly share code, notes, and snippets.

@grefab
Created July 8, 2019 17:56
Show Gist options
  • Save grefab/7f9760fce9f375a389ce1df2c6a2e174 to your computer and use it in GitHub Desktop.
Save grefab/7f9760fce9f375a389ce1df2c6a2e174 to your computer and use it in GitHub Desktop.
WARNING: An illegal reflective access operation has occurred
WARNING: Illegal reflective access by com.google.protobuf.UnsafeUtil (file:/root/.cache/bazel/_bazel_root/22b2ce98f78eae3c9d86faa2e234755f/external/com_google_protobuf_protobuf_java/jar/com_google_protobuf_protobuf_java.jar) to field java.nio.Buffer.address
WARNING: Please consider reporting this to the maintainers of com.google.protobuf.UnsafeUtil
WARNING: Use --illegal-access=warn to enable warnings of further illegal reflective access operations
WARNING: All illegal access operations will be denied in a future release
Jul 08, 2019 5:45:44 PM io.grpc.internal.SerializingExecutor run
SEVERE: Exception while executing runnable io.grpc.internal.ServerImpl$JumpToApplicationThreadServerStreamListener$1HalfClosed@34507f2e
java.lang.NullPointerException
at build.buildfarm.instance.memory.MemoryInstance.putOperation(MemoryInstance.java:437)
at build.buildfarm.instance.AbstractServerInstance.putAndValidateOperation(AbstractServerInstance.java:1080)
at build.buildfarm.server.OperationQueueService.put(OperationQueueService.java:105)
at build.buildfarm.v1test.OperationQueueGrpc$MethodHandlers.invoke(OperationQueueGrpc.java:368)
at io.grpc.stub.ServerCalls$UnaryServerCallHandler$UnaryServerCallListener.onHalfClose(ServerCalls.java:171)
at io.grpc.PartialForwardingServerCallListener.onHalfClose(PartialForwardingServerCallListener.java:35)
at io.grpc.ForwardingServerCallListener.onHalfClose(ForwardingServerCallListener.java:23)
at io.grpc.ForwardingServerCallListener$SimpleForwardingServerCallListener.onHalfClose(ForwardingServerCallListener.java:40)
at io.grpc.util.TransmitStatusRuntimeExceptionInterceptor$1.onHalfClose(TransmitStatusRuntimeExceptionInterceptor.java:74)
at io.grpc.internal.ServerCallImpl$ServerStreamListenerImpl.halfClosed(ServerCallImpl.java:283)
at io.grpc.internal.ServerImpl$JumpToApplicationThreadServerStreamListener$1HalfClosed.runInContext(ServerImpl.java:761)
at io.grpc.internal.ContextRunnable.run(ContextRunnable.java:37)
at io.grpc.internal.SerializingExecutor.run(SerializingExecutor.java:123)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
at java.base/java.lang.Thread.run(Thread.java:834)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment