Error received while trying to run the seata server. #6228
Unanswered
davidkamura
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
When I try to build and run the seata-server module in intellij idea I receive an error:
java: package io.seata.serializer.protobuf.generated does not exist
referring to the error from
BatchResultMessageConverter.java
while trying to import:import io.seata.serializer.protobuf.generated.AbstractMessageProto;
import io.seata.serializer.protobuf.generated.BatchResultMessageProto;
import io.seata.serializer.protobuf.generated.MessageTypeProto;
It seems that the java package
io.seata.serializer.protobut.generated
does not exists or is it somehow generated at compile time.Can someone please assist me on how to solve this error. Your help is much appreciated.
Beta Was this translation helpful? Give feedback.
All reactions