cancel
Showing results for 
Search instead for 
Did you mean: 

Java Mapping loggers problem

Former Member
0 Kudos

Hi,

we are devolping a java mapping in PI 7.1, This mapping uses some external jars wich includes log4j and commons-loggin libraries. When we execute the interface (or the test), we have the following error:

Root Cause:

org.apache.commons.discovery.DiscoveryException: No implementation defined for org.apache.commons.logging.LogFactory

I think the cause it's because the commong-logging.propeties and log4j properties are not included, but if I include them it stil persists the error.

Regards,

A. Pla.

Accepted Solutions (0)

Answers (4)

Answers (4)

GabrielSagaya
Active Contributor
0 Kudos

check this blog

/people/priyanka.pallepati/blog/2008/11/21/addition-of-external-jar-files-on-creation-of-new-jspdynpage-project-using-ibm-jarclass-finder

Former Member
0 Kudos

In NWDS there are no missing jar files and I have also importet all of them in ESR. So this should be fine. But the problem is still the same!

GabrielSagaya
Active Contributor
0 Kudos

please use the latest commons-logging.jar specifically provided in the Axis library.

Former Member
0 Kudos

Hello,

I am facing the same problem. Did someone find a solution for this problem in the meanwhile?

Regards,

Chris

Former Member
0 Kudos

Hi

Please make sure the jar files(log4j and commons-loggin) are at the same level.

Regards,

Ramg

Former Member
0 Kudos

check your classpath...