Download Blaze Trial
Follow FICO
LinkedIn   Twitter   Youtube
Close To access this section, please choose the Community Neighborhood in which you have the most interest.

» Business Rules Management
» Collections & Recovery
» Fraud Management
» Risk Management
» Scoring
Close To access this section, please choose the Community Neighborhood in which you have the most interest.

» Business Rules Management
» Collections & Recovery
» Fraud Management
» Risk Management
» Scoring
Reply
Visitor
Posts: 4
Registered: ‎03-30-2009
Accepted Solution

Log4JLogger issue

[ Edited ]

Hi

 

when we run the rule service from Blaze Advisor 6.5, we are getting the following Error ,

 

com.blazesoft.engines.rules.NdEvaluationException: Call to 'newInstance' failed
java.lang.NoClassDefFoundError: org/apache/commons/logging/impl/Log4JLogger while evaluating EnterpriseLoggerImpl.newInstance("BlazeLogger")

 

I have searched th classpath settings to check the availability of commons-logging-1.0.4 which is available in the classpath seetings.

 

any help is appreciated.

 

 

Message Edited by urajesh on 03-30-2009 07:53 AM
DM-Forums Moderator
Posts: 472
Registered: ‎10-02-2008

Re: Log4JLogger issue

Hi,

 

The NoClassDefFoundError indicates that the class is not available at runtime.

 

Make sure that when you run the service, the classpath includes commons-logging. If you are running this from within Blaze Advisor (for example as a brUnit test), make sure that builder is started with commons-logging on the classpath. You can create your own version of builder.bat/sh to achieve this quite easily.

 

Regards,

 

Jostein

Visitor
Posts: 4
Registered: ‎03-30-2009

Re: Log4JLogger issue

Thanks for the suggestion , now it works as expected