ReadyAPI 3.1 - TestRunner - An illegal reflective access operation has occurred
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
ReadyAPI 3.1 - TestRunner - An illegal reflective access operation has occurred
Hello everyone,
I launch my ReadyAPI Tests with a gitlab runner.
Since I updated my using image on ReadyAPI 3.1, I recieve the following errors :
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
We had a similar issue in our installation. A succesful workaround for us has been to add
"--add-opens=java.base/java.util.regex=ALL-UNNAMED" to the JAVA_OPTS in the testrunner.
Our warning was:
"WARNING: Illegal reflective access by org.codehaus.groovy.reflection.CachedConstructor$1 (file:/C:/Program%20Files/SmartBear/ReadyAPI-3.1.0/lib/groovy-all-2.4.17.jar) to constructor java.util.regex.Matcher()"
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi @rse
Thank you for the tip.
I tried to modify the testrunner.sh, but when I ran the pipeline, the warning was alway here as well as this line (was not here before) :
/usr/local/SmartBear/RunProject.sh: line 1: /usr/local/SmartBear/ReadyAPI-3.1.0/bin/testrunner.sh: Permission denied
I guess I can't modify the testrunner of the Docker Image.

- « Previous
-
- 1
- 2
- Next »
- « Previous
-
- 1
- 2
- Next »