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 in lower version, Agent class won't throw any Exception, so it can works with lower version such as 0.7.x , while , in 0.8.x, the method throws Exception, so my jetty service cannot start normally, can I remove the exception? [image: 92427450-DD61-40B2-AAE4-C5A3ECBDF87C.png] -- You received this message because you are subscribed to the Google Groups "JaCoCo and EclEmma Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to jacoco+unsubscr...@googlegroups.com. To view this discussion on the web visit https://groups.google.com/d/msgid/jacoco/c205eb4c-349f-49d4-843d-af530b11cca8n%40googlegroups.com.