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

Export of studies available only on nearline storage throws NullPointerException #3139

Closed
vrindanayak opened this issue Apr 15, 2021 · 0 comments
Assignees
Labels
bug Something isn't working
Milestone

Comments

@vrindanayak
Copy link
Member

vrindanayak commented Apr 15, 2021

2021-04-15 16:49:37,338 ERROR [org.jboss.as.ejb3.invocation] (Thread-23 (ActiveMQ-client-global-threads)) WFLYEJB0034: EJB Invocation failed on component RetrieveServiceEJB for method public void org.dcm4chee.arc.retrieve.impl.RetrieveServiceEJB.updateInstanceAvailability(org.dcm4chee.arc.retrieve.RetrieveContext): javax.ejb.EJBException: java.lang.NullPointerException
	at org.jboss.as.ejb3@19.0.0.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:258)
	..........
	at deployment.dcm4chee-arc-ear-5.23.3-psql.ear.dcm4chee-arc-retrieve-5.23.3.jar//org.dcm4chee.arc.retrieve.impl.RetrieveServiceImpl.updateInstanceAvailability(RetrieveServiceImpl.java:954)
	at deployment.dcm4chee-arc-ear-5.23.3-psql.ear//org.dcm4chee.arc.store.scu.impl.RetrieveTaskImpl.run(RetrieveTaskImpl.java:149)
	at deployment.dcm4chee-arc-ear-5.23.3-psql.ear//org.dcm4chee.arc.export.dicom.DicomExporter.export(DicomExporter.java:105)
	at deployment.dcm4chee-arc-ear-5.23.3-psql.ear.dcm4chee-arc-export-mgt-5.23.3.jar//org.dcm4chee.arc.export.mgt.impl.ExportManagerMDB.onMessage(ExportManagerMDB.java:114)
	..........
	Caused by: java.lang.NullPointerException
	at deployment.dcm4chee-arc-ear-5.23.3-psql.ear.dcm4chee-arc-retrieve-5.23.3.jar//org.dcm4chee.arc.retrieve.impl.RetrieveServiceEJB.updateInstanceAvailability(RetrieveServiceEJB.java:118)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)

Caused by Issue#3026 - Update instance availability for instances on retrieve of studies from nearline storage to online/cache storage commit

Test Scenario : Retrieve Cache for Nearline Storage and then invoke DICOM Export

@vrindanayak vrindanayak added the bug Something isn't working label Apr 15, 2021
@vrindanayak vrindanayak added this to the 5.23.3 milestone Apr 15, 2021
@vrindanayak vrindanayak self-assigned this Apr 15, 2021
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

1 participant