Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Retry of DB update throws NPE #600

Closed
gunterze opened this issue Mar 23, 2017 · 0 comments
Closed

Retry of DB update throws NPE #600

gunterze opened this issue Mar 23, 2017 · 0 comments
Assignees
Labels
bug Something isn't working
Milestone

Comments

@gunterze
Copy link
Member

2017-03-13 20:02:44,190 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-33) ARCPAS1TRT<-ARCACT1TLN(17): Failed to update DB - retry:
: javax.ejb.EJBTransactionRolledbackException: Transaction rolled back
:
2017-03-13 20:02:44,694 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-33) ARCPAS1TRT<-ARCACT1TLN(17): Failed to update DB - retry:
: javax.ejb.EJBException: java.lang.NullPointerException
        at org.jboss.as.ejb3.tx.CMTTxInterceptor.handleExceptionInOurTx(CMTTxInterceptor.java:187)
:
Caused by: java.lang.NullPointerException
        at org.dcm4chee.arc.store.impl.StoreServiceEJB.copyLocation(StoreServiceEJB.java:1147)
        at org.dcm4chee.arc.store.impl.StoreServiceEJB.copyLocations(StoreServiceEJB.java:1137)
        at org.dcm4chee.arc.store.impl.StoreServiceEJB.updateDB(StoreServiceEJB.java:220)

Caused by 2a8baa5 for #545 since 5.9.2.

@gunterze gunterze added the bug Something isn't working label Mar 23, 2017
@gunterze gunterze added this to the 5.10.0 milestone Mar 23, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants