|
| Hi!
I write a project use struts. I run it on WASD testing environment that's will be ok. but I export my project to ear file. The deploy it on WebSphere 5.0. When deploy finish. i start my project. It's will show internal error 500. I check WebSphere's log,
it says
java.lang.ExceptionInInitializerError: org.apache.commons.logging.LogConfigurationException: java.lang.ClassNotFoundException: com.j3c.hwk.commons.log.L4JFactory at org.apache.commons.logging.LogFactory$2.run(LogFactory.java:609) at java.security.AccessCo
ntroller.doPrivileged(Native Method) at org.apache.commons.logging.LogFactory.newFactory(LogFactory.java(Inlined Compiled Code)) at org.apache.commons.logging.LogFactory.getFactory(LogFactory.java(Compiled Code)) at org.apache.commons.logging.LogFactory.g
etLog(LogFactory.java:395) at org.apache.struts.action.ActionServlet.<clinit>(ActionServlet.java:375) at java.lang.Class.newInstance0(Native Method) at java.lang.Class.newInstance(Class.java(Compiled Code)) at java.beans.Beans.instantiate(Beans.java:233)
at java.beans.Beans.instantiate(Beans.java:77) at com.ibm.ws.webcontainer.webapp.WebAppServletManager.loadServlet(WebAppServletManager.java:188) at com.ibm.ws.webcontainer.webapp.WebAppServletManager.loadAutoLo -- <truncated> --
but i deploy it on another WebSphere 4.0.5,it's will be ok.
why? can anybody can help me? the customer must be use WebSphere 5.0.
if anyone have the answer,please send to my email:
theo.wang@msa.hinet.net or stephen@swgenius.com.tw
thanks.
|
|