Advertisement
Guest User

Untitled

a guest
Nov 20th, 2017
143
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.40 KB | None | 0 0
  1. 2017-11-20 17:43:52,112 ERROR [[STUCK] ExecuteThread: '17' for queue: 'weblogic.kernel.Default (self-tuning)'] r.m.c.p.s.i.ServiceNotifierImpl [ServiceNotifierImpl.java:310] notify error. lotId: 13405116
  2. 2017-11-20 17:43:52,149 ERROR [[STUCK] ExecuteThread: '17' for queue: 'weblogic.kernel.Default (self-tuning)'] r.m.c.p.s.i.ServiceNotifierImpl [ServiceNotifierImpl.java:2037] The transaction associated with this transaction-scoped persistence context has been rolled back and as a result, the EntityManager has been closed. No further operations are allowed in this transaction context. Please see the server log for the cause of the rollback.
  3. java.lang.IllegalStateException: The transaction associated with this transaction-scoped persistence context has been rolled back and as a result, the EntityManager has been closed. No further operations are allowed in this transaction context. Please see the server log for the cause of the rollback.
  4. at weblogic.persistence.TransactionalEntityManagerProxyImpl.checkTransactionStatus(TransactionalEntityManagerProxyImpl.java:95)
  5. at weblogic.persistence.BasePersistenceContextProxyImpl.invoke(BasePersistenceContextProxyImpl.java:107)
  6. at weblogic.persistence.TransactionalEntityManagerProxyImpl.invoke(TransactionalEntityManagerProxyImpl.java:79)
  7. at weblogic.persistence.BasePersistenceContextProxyImpl.invoke(BasePersistenceContextProxyImpl.java:91)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement