Error:Exception sending context initialized event to listener instance of class org.springframework.web.context.ContextLoaderListener
<>This question is an exact duplicate of:
Answers
Look at the root cause :
java.lang.ClassNotFoundException: org.openid4java.consumer.ConsumerException
Add jar for this file
You are getting the Exception for Class not found in your class path.
Caused by: java.lang.ClassNotFoundException: org.openid4java.consumer.ConsumerException
You have to put openid4java jar in your class path. you can get it from https://code.google.com/p/openid4java/downloads/list