Bonjour
je développe une application avec Spring / ibatis...
et une erreur est survenue que je ne sais résoudre..
voila l'exception levée au parsing de mes fichiers XML..
et pourtnant, dans les lib dema WEB-INF est bien présent le common-logging.jar.... help !!
Code : Sélectionner tout - Visualiser dans une fenêtre à part
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16 Caused by: java.lang.RuntimeException: Error creating logger for class class com.ibatis.sqlmap.engine.impl.SqlMapClientImpl. Cause: java.lang.reflect.InvocationTargetException at com.ibatis.common.logging.LogFactory.getLog (LogFactory.java:33) at com.ibatis.sqlmap.engine.impl.SqlMapClientImpl.<clinit>(SqlMapClientImpl.java:41) ... 51 more Caused by: java.lang.reflect.InvocationTargetException at sun.reflect.NativeConstructorAccessorImpl.newInstance0 (Native Method) at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:39) at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java :27) at java.lang.reflect.Constructor.newInstance(Constructor.java:494) at com.ibatis.common.logging.LogFactory.getLog(LogFactory.java:31) ... 52 more Caused by: java.lang.NoClassDefFoundError: org/apache/commons/logging/LogFactory at com.ibatis.common.logging.jakarta.JakartaCommonsLoggingImpl.<init>(JakartaCommonsLoggingImpl.java:11) ... 57 more INFO [http-8888-Processor24] (?:?) - Cause de l'exception : java.lang.RuntimeException : Error creating logger for class class com.ibatis.sqlmap.engine.impl.SqlMapClientImpl. Cause: java.lang.reflect.InvocationTargetException
Partager