Author | Message |
---|---|
kknaur
Posts: 540
|
Posted 16:11 Nov 04, 2010 |
I closed down eclipse because I am done with my assignment and it was working perfectly. I opened eclipse back up to go through one more test before I submit my homework and now I am getting this error:
SEVERE: Error configuring application listener of class org.springframework.security.ui.session.HttpSessionEventPublisher I haven't done anything with log4j...so I don't know why this is coming up now. Any suggestions?
|
cysun
Posts: 2935
|
Posted 16:27 Nov 04, 2010 |
Strange errors like this are usually Eclipse's problem. Cleaning the project work directory should fix it. |
kknaur
Posts: 540
|
Posted 16:58 Nov 04, 2010 |
I tried following the instructions in the link, by deleting csns under the server folder in the work directory as well as deleting csns under the server view in eclipse. Just wanted to let other people know in case cleaning out the various directories didn't help. Creating a new instance of the tomcat server seemed to do the trick. |
cysun
Posts: 2935
|
Posted 21:55 Nov 04, 2010 |
I had the same problem before. I did some combination of refreshing the project, removing the project in the Servers view, and Project -> Clean, and it worked after a few tries. |