I\'m still new to Spring MVC and while building my test project, I got this message from Tomcat logs:
SEVERE: Exception sending context initialized event to
I have facing same issue but I solved the problem with the following workaround:
Please replace your implementation class with interface. For example:
class Abc { @Autowire private Boy boy // remove @BoyImpl ............. ................... }