grpc-java icon indicating copy to clipboard operation
grpc-java copied to clipboard

Fatal Exception: ArrayIndexOutOfBoundsException

Open hoi-nx opened this issue 3 years ago • 0 comments

What version of gRPC-Java are you using?

Environement:

  • runtimeOnly 'io.grpc:grpc-netty-shaded:1.48.1' implementation 'io.grpc:grpc-protobuf:1.48.1' implementation 'io.grpc:grpc-stub:1.48.1' compileOnly 'org.apache.tomcat:annotations-api:6.0.53'

What is your environment?

Window with java 8 IDE: intellij

What did you expect to see?

What did you see instead?

Steps to reproduce the bug

Exception Following Fatal Exception occurs shortly after displaying in-app message: java.lang.ArrayIndexOutOfBoundsException: 1420 at com.google.protobuf.MessageSchema.newSchemaForRawMessageInfo(MessageSchema.java:481) at com.google.protobuf.MessageSchema.newSchema(MessageSchema.java:228) at com.google.protobuf.ManifestSchemaFactory.newSchema(ManifestSchemaFactory.java:86) at com.google.protobuf.ManifestSchemaFactory.createSchema(ManifestSchemaFactory.java:72) at com.google.protobuf.Protobuf.schemaFor(Protobuf.java:91) at com.google.protobuf.Protobuf.schemaFor(Protobuf.java:105) at com.google.protobuf.GeneratedMessageLite.makeImmutable(GeneratedMessageLite.java:175) at com.google.protobuf.GeneratedMessageLite$Builder.buildPartial(GeneratedMessageLite.java:398) at com.google.protobuf.GeneratedMessageLite$Builder.build(GeneratedMessageLite.java:406)

hoi-nx avatar Aug 16 '22 03:08 hoi-nx