readthefuckingmanual.net

java.lang.StackOverflowError at org.springframework.util.Assert.notNull(Assert.java:111)

Error added: 2012-06-04 17:35:31

0 people waiting for the answer...

2 answers found.

Answer 2005 (100.0 % helpful)

This has wasted SO MUCH of my time.
The problem appeared to be that I was using @Provider and @Component on a REST bean.
Remove the @Provider, AND stop Tomcat, remove the expanded directory, restart Tomcat, and deploy again.
Permalink

Answer 2002

Gah. Really annoying error, which wasted lots of my time.

Stop Tomcat, remove the expanded webapp directory completely, and start Tomcat.
Permalink

Add an answer/solution

If you know the answer, please add your own solution below.
If you don't know, but find out later, please come back and share your answer - there will be other people struggling with this too.


Please enter 61948 here

If you want to be notified via email when this is solved, enter your email address here:


Psst - want to help build a list of common error messages?
Put the following line in your /etc/[r]syslog.conf file:

*.emerg,*.alert,*.crit,*.err       @syslog.readthefuckingmanual.net

Collecting solutions to error messages since Aug 2005. © rtfm 2005-2013