No stack trace for "Failed to query actuator with error" #1495
Unanswered
prateekkarmakar
asked this question in
Ask For Help
Replies: 1 comment
-
@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. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
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.
Beta Was this translation helpful? Give feedback.
All reactions