Hello, I am trying to set-up Pact-JVM using the G...
# pact-jvm
s
Hello, I am trying to set-up Pact-JVM using the GRPC plugin. Since I am running it in a restricted environment, I had to manually download the plugins and place them in appropriate directory as suggested in the documentation. I am using the same test defined the pact-plugin project area_calculator. While running the tests, I am getting the following error
Failed to set the interaction: Failed to process protobuf: Failed to invoke protoc binary: exit code exit code: 1
<http://au.com|au.com>.dius.pact.consumer.dsl.InteractionConfigurationError: Failed to set the interaction: Failed to process protobuf: Failed to invoke protoc binary: exit code exit code 1
at app<//au.com>.dius.pact.consumer.dsl.PactBuilder.setUpMessageContents(PactBuilder.kt:276)
....
I have placed the protoc inside the plugins directory. Not sure why it's failing to invoke the protoc Any suggestions on this?
Ignore above. The proto filepath was incorrect
1
m
Is there any other log context with that? It should be showing somewhere that the protobuf file was not able to be found