Closed xaviarias closed 2 years ago
When setting the JavaFork tasks to debug=true
the message changes to:
Error occurred during initialization of VM
ERROR: Cannot load this JVM TI agent twice, check your java command line for duplicate jdwp options.
agent library failed to init: jdwp
I have defined a JUnit integration test which depends on three JavaFork tasks:
When running the test in Gradle with debug mode, I get this error three times:
Is it possible that there is a port conflict with the test?