java.lang.IllegalStateException: No Session opened for this thread
Searched on Google with the first line of a JAVA stack trace?
We can recommend more relevant solutions and speed up debugging when you paste your entire stack trace with the exception message. Try a sample exception.
Recommended solutions based on your search
Solutions on the web
via isis-users by Óscar Bou, 2 years ago
via incubator-isis-users by Óscar Bou, 5 days ago
via isis-users by Óscar Bou, 1 year ago
via incubator-isis-users by Dan Haywood, 5 days ago
via isis-users by Óscar Bou, 2 years ago
via incubator-isis-users by Óscar Bou, 5 days ago
java.lang.IllegalStateException: No Session opened for this thread
at org.apache.isis.core.runtime.system.context.IsisContext.getSession(IsisContext.java:399)
at org.apache.isis.core.runtime.system.context.IsisContext.getPersistenceSession(IsisContext.java:427)
at org.apache.isis.core.runtime.system.context.IsisContext.getTransactionManager(IsisContext.java:444)
at org.apache.isis.core.runtime.system.IsisSystem.getTransactionManager(IsisSystem.java:422)
at org.apache.isis.core.runtime.system.IsisSystem.shutdownServices(IsisSystem.java:361)
at org.apache.isis.core.runtime.system.IsisSystem.shutdown(IsisSystem.java:337)
at org.apache.isis.core.integtestsupport.IsisSystemForTest.shutdown(IsisSystemForTest.java:466)
at org.apache.isis.core.integtestsupport.IsisSystemForTest.access$100(IsisSystemForTest.java:73)
at org.apache.isis.core.integtestsupport.IsisSystemForTest$Builder$1.run(IsisSystemForTest.java:300)