brownsys / tracing-framework

Projects related to end-to-end tracing and causal metadata propagation, such as X-Trace, Retro, and Pivot Tracing
http://brownsys.github.io/tracing-framework
BSD 3-Clause "New" or "Revised" License
86 stars 21 forks source link

package com.google.protobuf.GeneratedMessageV3 does not exist #4

Open gqqnbig opened 4 years ago

gqqnbig commented 4 years ago

I clone https://github.com/brownsys/tracing-framework.git and run

mvn clean package install -DskipTests

It gives me error

[ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.3:compile (default-compile) on project pubsub: Compilation failure: Compilation failure: 
[ERROR] /home/qiqi/Microservice/pivot-tracing-framework/tracingplane/pubsub/target/generated-sources/edu/brown/cs/systems/pubsub/PubSubProtos.java:[1255,43] package com.google.protobuf.GeneratedMessageV3 does not exist
[ERROR] /home/qiqi/Microservice/pivot-tracing-framework/tracingplane/pubsub/target/generated-sources/edu/brown/cs/systems/pubsub/PubSubProtos.java:[1260,43] package com.google.protobuf.GeneratedMessageV3 does not exist

How do I fix it?

RoyZhang7 commented 3 years ago

@gqqnbig hi, I ran into a similar issue with protobuf when compiling browntracing. Did you have a fix for your problem in two years ago?

gqqnbig commented 3 years ago

@RoyZhang7 Sorry I forget. good luck for your research