reset password
Author Message
prenteria
Posts: 13
Posted 20:05 Nov 14, 2010 |

Have someone seen this error while trying to run the csns application:

INFO: Starting Servlet Engine: Apache Tomcat/6.0.18

Nov 14, 2010 8:01:34 PM org.apache.catalina.core.StandardContext listenerStart
SEVERE: Error configuring application listener of class org.springframework.web.util.Log4jConfigListener
java.lang.ClassNotFoundException: org.springframework.web.util.Log4jConfigListener

kknaur
Posts: 540
Posted 20:09 Nov 14, 2010 |

Sounds similar to an error I was getting.  Check out this thread it may help.


Link

Last edited by kknaur at 20:10 Nov 14, 2010.
prenteria
Posts: 13
Posted 20:39 Nov 14, 2010 |

Well, I tried all of the following:

...workspace\.metadata\.plugins\org.eclipse.wst.server.core\tmp0\wtpwebapps\csns is where Eclipse deploys and runs the project, and sometimes that folder gets messed up.

In the Servers view, right click on "csns" then select "Clean Module Work Directory ...".

If that doesn't fix the problem, in the Servers view, remove "csns". Exit Eclipse, manually delete the csns folder under ...workspace\.metadata\.plugins\org.eclipse.wst.server.core\tmp0\wtpwebapps, then restart Eclipse and try to run the project again.

And it did not work.

Have anyone tried something else?

prenteria
Posts: 13
Posted 20:57 Nov 14, 2010 |

Well, after doing the following 2 times:

a. removing csns from the server

b. deleting the csns-data.xml, csns-servlet.xml, csns-security.xml, csns-email.xml, and web.xml 
 

c. Refreshing the project.

d. Restarting the computer

e. runing csns builder

f. refreshing the project again.

g. It runs again.

I hope this works everytime we get the same error.