Problem: Web traffic is coming through Tomcat to one of your servlets. Your servlet accesses a couple of hibernate objects but when it tries to load a lazy proxy you get:
org.springframework.web.util.NestedServletException:
Request processing failed;… more »