I am facing following error,
java.lang.NoSuchMethodError: org.springframework.beans.factory.xml.XmlReaderContext.getEnvironment()Lorg/springframework/core/e
If this error is thrown at server during starting/deploying web application, then
Find jar which contains mentioned class in your project org.springframework.beans.factory.xml.XmlReaderContext
Try find the same jar at the server in common lib folder.
Set the same version of jar or put provided scope in pom.xml file