arquillian-extension-jacoco icon indicating copy to clipboard operation
arquillian-extension-jacoco copied to clipboard

IllegalClassFormatException: Error while instrumenting class org/apache/maven/surefire/booter/ForkedBooter

Open blabno opened this issue 12 years ago • 1 comments

When I run integration tests with arquillian-jacoco I get IllegalClassFormatException.

It turned out that jacoco conflicts with jrebel, so don't use arquillian-jrebel or pure jrebel together with jacoco. If you have previously deployed your tests with jrebel, you should undeploy them and restart the server.

blabno avatar May 31 '12 08:05 blabno

Very specific to jrebel-extension - shall we spend time investigating it?

bartoszmajsak avatar Jan 09 '17 16:01 bartoszmajsak