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

STOW RS : Upload of same DICOM object throws NullPointerException #862

Closed
vrindanayak opened this issue Jul 14, 2017 · 0 comments
Closed
Assignees
Labels
bug Something isn't working
Milestone

Comments

@vrindanayak
Copy link
Member

vrindanayak commented Jul 14, 2017

  • Currently 409-Conflict is sent back from server
  • NullPointerException on server side
17:37:03,416 INFO  [org.dcm4chee.arc.stow.StowRS] (default task-23) null@127.0.0.1->DCM4CHEE: Failed to store Computed Radiography Image Storage: org.dcm4che3.net.service.DicomServiceException: javax.ejb.EJBException: java.lang.NullPointerException
        at org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:202)
        at org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
        at org.dcm4chee.arc.stow.StowRS.storeDicomObject(StowRS.java:391)
        at org.dcm4chee.arc.stow.StowRS.access$600(StowRS.java:93)
        at org.dcm4chee.arc.stow.StowRS$Input$1.readBodyPart(StowRS.java:355)
        at org.dcm4chee.arc.stow.StowRS$2.bodyPart(StowRS.java:287)
        at org.dcm4che3.mime.MultipartParser.parse(MultipartParser.java:76)
        at org.dcm4chee.arc.stow.StowRS.store(StowRS.java:278)
        at org.dcm4chee.arc.stow.StowRS.storeInstancesJSON(StowRS.java:210)
        at org.dcm4chee.arc.stow.StowRS$Proxy$_$$_WeldClientProxy.storeInstancesJSON(Unknown Source)
...
...
...
Caused by: java.lang.NullPointerException
        at org.dcm4chee.arc.store.impl.StoreServiceEJB.updateDB(StoreServiceEJB.java:140)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
@vrindanayak vrindanayak added this to the 5.10.5 milestone Jul 14, 2017
@vrindanayak vrindanayak added bug Something isn't working and removed task labels Jul 14, 2017
@gunterze gunterze modified the milestones: 5.10.5, 5.10.6 Aug 25, 2017
@gunterze gunterze changed the title STOW RS : Upload of same DICOM object twice should be ignored STOW RS : Upload of same DICOM object throws NullPointerException Oct 6, 2017
@gunterze gunterze self-assigned this Oct 6, 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