GitHub user hachikko edited a discussion: Error received while trying to run the seata server.
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. GitHub link: https://github.com/apache/incubator-seata/discussions/6228 ---- This is an automatically sent email for [email protected]. To unsubscribe, please send an email to: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
