Tuesday, January 25, 2011

java.lang.ClassNotFoundException: weblogic.logging.commons.LogFactoryImpl

java.lang.ClassNotFoundException: weblogic.logging.commons.LogFactoryImpl in weblogic server

Check the class folder under APP-INF to see if there is a file commons-logging.properties and in the file there is an entry org.apache.commons.logging.LogFactory = weblogic.logging.commons.LogFactoryImpl

Remove the file and it will be done.

1 comment: