You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Run this command to reproduce protoc --proto_path=src/main/proto --java_out=src/main/java --grpc-java_out=src/main/java --plugin=protoc-gen-grpc-java="C:\path\to\protoc-gen-grpc-java.exe" src/main/proto/voice_chat.proto
What I Have Tried:
Verified that protoc-gen-grpc-java exists at C:\path\to\protoc-gen-grpc-java.exe.
Checked file permissions.
Confirmed protoc and protoc-gen-grpc-java are compatible versions.
Ran protoc --version to confirm it's installed correctly.
Tried using absolute paths in the command.
What you expected to happen
Expected Output:
The .java files should be generated without errors.
Actual Output:
The process fails with "The system cannot find the path specified" error.
Anything else
issue related to dubbo-rpc-tri (Dubbo Triple) #12414
Are you willing to submit a pull request to fix on your own?
Yes I am willing to submit a pull request on my own!
Pre-check
Search before asking
Apache Dubbo Component
Java SDK (apache/dubbo)
Dubbo Version
Environment:
Steps to reproduce this issue
Run this command to reproduce
protoc --proto_path=src/main/proto --java_out=src/main/java --grpc-java_out=src/main/java --plugin=protoc-gen-grpc-java="C:\path\to\protoc-gen-grpc-java.exe" src/main/proto/voice_chat.proto
What I Have Tried:
Verified that protoc-gen-grpc-java exists at C:\path\to\protoc-gen-grpc-java.exe.
Checked file permissions.
Confirmed protoc and protoc-gen-grpc-java are compatible versions.
Ran protoc --version to confirm it's installed correctly.
Tried using absolute paths in the command.
What you expected to happen
Expected Output:
The
.java
files should be generated without errors.Actual Output:
The process fails with "The system cannot find the path specified" error.
Anything else
issue related to dubbo-rpc-tri (Dubbo Triple)
#12414
Are you willing to submit a pull request to fix on your own?
Code of Conduct
The text was updated successfully, but these errors were encountered: