pjfanning commented on PR #610:
URL: https://github.com/apache/pekko-grpc/pull/610#issuecomment-4546880552

   ```
   [error] Caused by: java.lang.IllegalArgumentException: Edition 
EDITION_PROTO2 is greater than the maximum supported edition EDITION_UNKNOWN!
   [error]      at 
com.google.protobuf.Descriptors.getEditionDefaults(Descriptors.java:127)
   [error]      at 
com.google.protobuf.Descriptors$GenericDescriptor.resolveFeatures(Descriptors.java:2917)
   [error]      at 
com.google.protobuf.Descriptors$FileDescriptor.resolveAllFeaturesInternal(Descriptors.java:655)
   [error]      at 
com.google.protobuf.Descriptors$FileDescriptor.resolveAllFeaturesImmutable(Descriptors.java:636)
   [error]      at 
com.google.protobuf.JavaFeaturesProto.<clinit>(JavaFeaturesProto.java:1579)
   [error]      at 
com.google.protobuf.Descriptors.getJavaEditionDefaults(Descriptors.java:91)
   [error]      at 
com.google.protobuf.Descriptors.getEditionDefaults(Descriptors.java:113)
   [error]      at 
com.google.protobuf.Descriptors$GenericDescriptor.resolveFeatures(Descriptors.java:2917)
   [error]      at 
com.google.protobuf.Descriptors$FileDescriptor.resolveAllFeaturesInternal(Descriptors.java:655)
   [error]      at 
com.google.protobuf.Descriptors$FileDescriptor.resolveAllFeaturesImmutable(Descriptors.java:636)
   [error]      at 
com.google.protobuf.DescriptorProtos.<clinit>(DescriptorProtos.java:56086)
   [error]      at 
com.google.protobuf.DescriptorProtos$FieldOptions$Builder.getDescriptorForType(DescriptorProtos.java:33817)
   [error]      at 
com.google.protobuf.GeneratedMessage$ExtendableBuilder.parseUnknownField(GeneratedMessage.java:1786)
   [error]      at 
com.google.protobuf.DescriptorProtos$FieldOptions$Builder.mergeFrom(DescriptorProtos.java:34213)
   [error]      at 
com.google.protobuf.DescriptorProtos$FieldOptions$Builder.mergeFrom(DescriptorProtos.java:33742)
   [error]      at 
com.google.protobuf.CodedInputStream$ArrayDecoder.readMessage(CodedInputStream.java:868)
   [error]      at 
com.google.protobuf.DescriptorProtos$FieldDescriptorProto$Builder.mergeFrom(DescriptorProtos.java:15608)
   [error]      at 
com.google.protobuf.DescriptorProtos$FieldDescriptorProto$1.parsePartialFrom(DescriptorProtos.java:16687)
   [error]      at 
com.google.protobuf.DescriptorProtos$FieldDescriptorProto$1.parsePartialFrom(DescriptorProtos.java:16679)
   [error]      at 
com.google.protobuf.CodedInputStream$ArrayDecoder.readMessage(CodedInputStream.java:884)
   [error]      at 
com.google.protobuf.DescriptorProtos$DescriptorProto$Builder.mergeFrom(DescriptorProtos.java:8203)
   [error]      at 
com.google.protobuf.DescriptorProtos$DescriptorProto$1.parsePartialFrom(DescriptorProtos.java:10380)
   [error]      at 
com.google.protobuf.DescriptorProtos$DescriptorProto$1.parsePartialFrom(DescriptorProtos.java:10372)
   [error]      at 
com.google.protobuf.CodedInputStream$ArrayDecoder.readMessage(CodedInputStream.java:884)
   [error]      at 
com.google.protobuf.DescriptorProtos$FileDescriptorProto$Builder.mergeFrom(DescriptorProtos.java:2887)
   [error]      at 
com.google.protobuf.DescriptorProtos$FileDescriptorProto$1.parsePartialFrom(DescriptorProtos.java:5139)
   [error]      at 
com.google.protobuf.DescriptorProtos$FileDescriptorProto$1.parsePartialFrom(DescriptorProtos.java:5131)
   [error]      at 
com.google.protobuf.AbstractParser.parsePartialFrom(AbstractParser.java:135)
   [error]      at 
com.google.protobuf.AbstractParser.parseFrom(AbstractParser.java:168)
   [error]      at 
com.google.protobuf.AbstractParser.parseFrom(AbstractParser.java:180)
   [error]      at 
com.google.protobuf.AbstractParser.parseFrom(AbstractParser.java:185)
   [error]      at 
com.google.protobuf.AbstractParser.parseFrom(AbstractParser.java:25)
   [error]      at 
com.google.protobuf.DescriptorProtos$FileDescriptorProto.parseFrom(DescriptorProtos.java:2366)
   [error]      at 
example.myapp.helloworld.grpc.helloworld.HelloworldProto$.javaDescriptor$lzycompute(HelloworldProto.scala:28)
   [error]      at 
example.myapp.helloworld.grpc.helloworld.HelloworldProto$.javaDescriptor(HelloworldProto.scala:27)
   [error]      at 
example.myapp.helloworld.grpc.helloworld.GreeterService$.<clinit>(GreeterService.scala:52)
   [error]      at 
example.myapp.helloworld.grpc.helloworld.GreeterServiceHandler$.apply(GreeterServiceHandler.scala:44)
   [error]      at 
org.apache.pekko.grpc.scaladsl.RichErrorModelNativeSpec.<init>(RichErrorModelNativeSpec.scala:80)
   ```


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to