Create
cancel
Showing results for 
Search instead for 
Did you mean: 
Sign up Log in

FATAL ERROR: Clover could not be initialised because of an unexpected error

Marek Parfianowicz
Atlassian Team
Atlassian Team members are employees working across the company in a wide variety of roles.
October 7, 2014

Running application instrumented by Clover fails with the following error message:

[CLOVER] FATAL ERROR: Clover could not be initialised because of an 
unexpected error. (class java.lang.VerifyError:(class: 
com_atlassian_clover/Clover, method: getNullRecorder signature: 
()Lcom_atlassian_clover/CoverageRecorder Wrong return type in function)

 

What could be a reason?

2 answers

1 accepted

0 votes
Answer accepted
Marek Parfianowicz
Atlassian Team
Atlassian Team members are employees working across the company in a wide variety of roles.
October 7, 2014

In Clover 4 some classes have been renamed (from com.cenqua.* to com.atlassian.*).

This java.lang.VerifyError can occur in case when you have instrumented your code using Clover 4.x, but you're using Clover 3.x JAR at runtime (and vice versa).

In case you have upgraded from Clover 3.x to Clover 4.x please ensure that all classes have been instrumented using the correct Clover version and that you're using a correct version of clover.jar at runtime.

It's good to wipe out all old class files, for instance:

 - clean your workspace (e.g. 'mvn clean', run full rebuild in Eclipse / IDEA)

 - delete *-clover.jar files from ~/.m2/repository and from your Maven repository manager (e.g. Artifactory)

 - ensure that correct clover.jar version is in Tomcat or JBoss /lib directory

 

See migration guide from Clover 3.x to 4.x:

https://confluence.atlassian.com/display/CLOVER/Clover+4.0+Release+Notes

0 votes
William Zanchet [Atlassian]
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
October 7, 2014

Hi Marek,
I believe you can take a look in this bug report that might be helpful for you:

https://jira.atlassian.com/browse/CLOV-733

 

WZ

Marek Parfianowicz
Atlassian Team
Atlassian Team members are employees working across the company in a wide variety of roles.
October 7, 2014

Hi William. WOW, you are extremely fast - less than 5 minutes to answer, congratulations! :-) Indeed, the bug CLOV-733 is about binary incompatibility between Clover 2.5 and 2.6. The same happens for Clover 3.x and Clover 4.x. The only difference is that in Clover 2.5 vs 2.6 there was a java.lang.NullPointerException, while in Clover 3.x vs 4.x there is a java.lang.VerifyError.

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events