No stack trace for "Failed to query actuator with error" #1495
Replies: 2 comments 1 reply
|
@prateekkarmakar Can you please share which version of Specmatic you are using, stacktrace of the error and your project setup (actuator library in pom.xml / build.gradle, application properties along with actuator setup if any). Thanks. |
1 reply
|
@prateekkarmakar we have answered this point in our response to one of your other queries. Please have a look. Closing this issue since it is the same problem as #1501. Thanks. |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
In my project get the following error in the logs :
Failed to query actuator with error: null cannot be cast to non-null type io.specmatic.core.value.JSONArrayValue.
This happens just after the specmatic.yaml file is loaded and the contract defined under test is parsed. The parsed contract has no errors reported. Unable to find the actual root cause as there is no stack trace available and finding the root cause is not taking any shape.
Is there any way to know what is causing the issue or probable causes which can cause the following error log.
All reactions