Created
December 18, 2009 09:56
-
-
Save billdozr/259409 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
ERROR log - / | |
org.hibernate.SessionException: Session is closed! | |
at org.hibernate.impl.AbstractSessionImpl.errorIfClosed(AbstractSessionImpl.java:72) | |
at org.hibernate.impl.SessionImpl.fireSave(SessionImpl.java:558) | |
at org.hibernate.impl.SessionImpl.save(SessionImpl.java:550) | |
at org.hibernate.impl.SessionImpl.save(SessionImpl.java:546) | |
at com.billdozr.core.persist.dao.impl.GenericDaoHibernateImpl.create(GenericDaoHibernateImpl.java:47) | |
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) | |
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) | |
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) | |
at java.lang.reflect.Method.invoke(Method.java:597) | |
at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:307) | |
at org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:182) | |
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:149) | |
at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:106) | |
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:171) | |
at com.billdozr.core.persist.dao.finder.impl.FinderIntroductionInterceptor.invoke(FinderIntroductionInterceptor.java:39) | |
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:171) | |
at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:204) | |
at $Proxy0.create(Unknown Source) | |
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) | |
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) | |
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) | |
at java.lang.reflect.Method.invoke(Method.java:597) | |
at clojure.lang.Reflector.invokeMatchingMethod(Reflector.java:90) | |
at clojure.lang.Reflector.invokeInstanceMethod(Reflector.java:28) | |
at com.billdozr.service.web$test_create_label__9.invoke(web.clj:21) | |
at com.billdozr.service.web$test_page__14.invoke(web.clj:29) | |
at com.billdozr.service.web$fn__17$fn__23.invoke(web.clj:34) | |
at compojure.http.routes$routes_STAR___863$fn__865$fn__867.invoke(routes.clj:201) | |
at clojure.core$some__5062.invoke(core.clj:1738) | |
at compojure.http.routes$routes_STAR___863$fn__865.invoke(routes.clj:201) | |
at compojure.http.request$with_request_params__154$fn__156.invoke(request.clj:91) | |
at compojure.http.request$with_cookies__167$fn__169.invoke(request.clj:108) | |
at compojure.http.servlet$request_handler__1050.invoke(servlet.clj:109) | |
at com.billdozr.service.web$start_server__45$fn__47.invoke(web.clj:40) | |
at com.billdozr.service.web.proxy$javax.servlet.http.HttpServlet$0.service(Unknown Source) | |
at org.mortbay.jetty.servlet.ServletHolder.handle(ServletHolder.java:511) | |
at org.mortbay.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1166) | |
at org.springframework.orm.hibernate3.support.OpenSessionInViewFilter.doFilterInternal(OpenSessionInViewFilter.java:198) | |
at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:76) | |
at org.mortbay.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1157) | |
at org.mortbay.jetty.servlet.ServletHandler.handle(ServletHandler.java:388) | |
at org.mortbay.jetty.servlet.SessionHandler.handle(SessionHandler.java:182) | |
at org.mortbay.jetty.handler.ContextHandler.handle(ContextHandler.java:765) | |
at org.mortbay.jetty.handler.HandlerWrapper.handle(HandlerWrapper.java:152) | |
at org.mortbay.jetty.Server.handle(Server.java:326) | |
at org.mortbay.jetty.HttpConnection.handleRequest(HttpConnection.java:536) | |
at org.mortbay.jetty.HttpConnection$RequestHandler.headerComplete(HttpConnection.java:915) | |
at org.mortbay.jetty.HttpParser.parseNext(HttpParser.java:539) | |
at org.mortbay.jetty.HttpParser.parseAvailable(HttpParser.java:212) | |
at org.mortbay.jetty.HttpConnection.handle(HttpConnection.java:405) | |
at org.mortbay.jetty.bio.SocketConnector$Connection.run(SocketConnector.java:228) | |
at org.mortbay.thread.QueuedThreadPool$PoolThread.run(QueuedThreadPool.java:582) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment