readthefuckingmanual.net

[SOLVED] java.lang.NoSuchMethodError: org.springframework.util.ClassUtils.forName(Ljava/lang/String;)Ljava/lang/Class;

Error added: 2014-06-24T20:06:15Z

0 people waiting for the answer...

2 answers found.

Answer 2222 (66.666664% helpful)

For me, it was because I was using DWR with the Spring Annotations.

When I removed that, it cleared this error.
Permalink

Answer 2234 (50.0% helpful)

This error occurs when you're using a jar file that was built against Spring 3.2 or earlier, but now you're forcing it to run against Spring 4.x.  In the Spring 4.x release they removed the long-deprecated method ClassUtils.forName(String), suggesting that you should instead call ClassUtils.forName(String,ClassLoader).
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-2023