Re: [java code coverage] A jetty service cannot start with jacoco

2021-12-07 Thread Marc Hoffmann
Hi, your observation is correct. Since 0.8.5 the startup fails when the JaCoCo runtime cannot be initialised as configured: https://github.com/jacoco/jacoco/pull/910 Before that the exception was only logged to the console but no coverage data was a

[java code coverage] A jetty service cannot start with jacoco

2021-12-07 Thread winter
jetty service start with two java processes, jetty container and application service /usr/local/java8/bin/java -jar $JETTY_HOME/start.jar -Dapp.workdir=$APP_WORK_HOME then jacoco throws java.net.BindException: Address already in use, cause both processes create agent use the same port. I found