-
Notifications
You must be signed in to change notification settings - Fork 193
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
master分支下的helloworld示例正常,但是java_interop/protobuf-triple/java/java-client无法运行 #752
Comments
|
java_interop/protobuf-triple/java下面的java-server和java-client都不能通过各自自带的run.sh成功编译,都报下面的错误: |
解决上面的问题后又遇到下面的问题,怎么解决? |
这个示例的Java-server和java-client之间不能互通,存在的问题: |
closed |
验证master分支下的java_interop项目时不断遇到问题:
maven输出的具体错误如下,看起来可能是因为缺少jar:
`[ERROR] PROTOC FAILED: Error: Could not find or load main class org.apache.dubbo.gen.tri.Dubbo3TripleGenerator
Caused by: java.lang.ClassNotFoundException: org.apache.dubbo.gen.tri.Dubbo3TripleGenerator
--dubbo_out: protoc-gen-dubbo: Plugin failed with status code 1.
[ERROR] /.../dubbo-go-samples-main/java_interop/protobuf-triple/java/java-client/src/main/proto/greet.proto [0:0]: Error: Could not find or load main class org.apache.dubbo.gen.tri.Dubbo3TripleGenerator
Caused by: java.lang.ClassNotFoundException: org.apache.dubbo.gen.tri.Dubbo3TripleGenerator
--dubbo_out: protoc-gen-dubbo: Plugin failed with status code 1`
The text was updated successfully, but these errors were encountered: