My Instrumented application could not find Clover classes during runtime in weblogic 10.3.5

CP Agrawal March 27, 2014

As per suggestion I have added clover.jar in Weblogic server at following location. Still it is not able to fine clover class and throws NoClassDefFoundError

I have added clover.jar entry in following places:

1- commEnv.cmd

set WEBLOGIC_CLASSPATH=%WL_HOME%\server\lib\clover.jar

set FMWCONFIG_CLASSPATH=%WL_HOME%\server\lib\clover.jar

2- \oracle10.3.5\patch_wls1035\patch_jars\clover.jar

3- \%Application_Home%\WEB-INF\lib\clover.jar

But still getting following error during managed server restart .

java.lang.NoClassDefFoundError: com_cenqua_clover/CloverProfile

Appreciate any help in this regard.

2 answers

0 votes
Verand April 1, 2014

Did you copy the same clover version to weblogic that you used while instrumenting your code?

0 votes
Marek Parfianowicz
Atlassian Team
Atlassian Team members are employees working across the company in a wide variety of roles.
April 1, 2014

Did you try setting the CLASSPATH?

set CLASSPATH=c:\path\to\clover.jar

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events