@All, Good Afternoon. Dear Team, I am new to PACT ...
# pact-jvm
s
@All, Good Afternoon. Dear Team, I am new to PACT and trying to setup Pact-jvm. I am successfully able to generate pact contracts & publish to pactflow from consumer. But when I am trying to publish the verification results from provider getting the below exception. Could anyone please let me know where I am missing it.
Copy code
Caused by: org.apache.maven.plugin.PluginExecutionException: Execution default-cli of goal au.com.dius.pact.provider:maven:4.1.11:verify failed: lateinit property serviceProviders has not been initialized
	at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo(DefaultBuildPluginManager.java:148)
	at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:210)
u
Try the latest version (4.1.41 I think), also check that serviceProviders have been configured correctly as per the Pact Maven docs.
s
ok @uglyog thanks for your support
After upgrading my pact version, getting the below exception @uglyog au.com.dius.pact.core.pactbroker.NotFoundHalResponse: No HAL document found at path 'https://xxx.pactflow.io/pacts/provider/packflow/for-verification' Any idea on this ?