Read and respond to this message at: 
https://sourceforge.net/forum/message.php?msg_id=3050371
By: lpiatti

I read past threads and wiki, so I tried suggested solution: move log4j
e commons-logging from webapp lib to tomcat shared libs.

I get this trace:
GRAVE: Parse error in default web.xml
org.apache.commons.logging.LogConfigurationException:
org.apache.commons.logging.LogConfigurationException:
java.lang.ClassNotFoundException: 
org.apache.commons.logging.impl.Log4JCategoryLog
(Caused by java.lang.ClassNotFoundException:
org.apache.commons.logging.impl.Log4JCategoryLog) (Caused by
org.apache.commons.logging.LogConfigurationException:
java.lang.ClassNotFoundException: 
org.apache.commons.logging.impl.Log4JCategoryLog
(Caused by java.lang.ClassNotFoundException:
org.apache.commons.logging.impl.Log4JCategoryLog))
        at 
org.apache.commons.digester.Digester.createSAXException(Digester.java:2540)
        at 
org.apache.commons.digester.Digester.createSAXException(Digester.java:2566)
        at org.apache.commons.digester.Digester.endElement(Digester.java:1061)
        at org.apache.xerces.parsers.AbstractSAXParser.endElement(Unknown 
Source)

but if I comment out 

<init-param>
<param-name>log4j.configuration</param-name>
<param-value>/WEB-INF/log4j.properties</param-value>
</init-param>      

from web.xml,  previous error is replaced by this trace:

java.lang.NullPointerException
        at 
org.dbforms.servlets.ConfigServlet.initXMLErrors(ConfigServlet.java:342)
        at org.dbforms.servlets.ConfigServlet.init(ConfigServlet.java:136)
        at javax.servlet.GenericServlet.init(GenericServlet.java:211)
        at 
org.apache.catalina.core.StandardWrapper.loadServlet(StandardWrapper.java:10
29)

That seems related to dbforms-errors.xml.
I have'nt this file so i commented out from web.xml:

<init-param>
<param-name>dbformsErrors</param-name>
<param-value>/WEB-INF/dbforms-errors.xml</param-value>
</init-param>  

Please, i'm very confused, someone can help me?

Tankyou
Luigi

______________________________________________________________________
You are receiving this email because you elected to monitor this forum.
To stop monitoring this forum, login to SourceForge.net and visit: 
https://sourceforge.net/forum/unmonitor.php?forum_id=55830


-------------------------------------------------------
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click
_______________________________________________
DbForms Mailing List

http://www.wap-force.net/dbforms

Reply via email to