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

Processing of UPS Workitems may fail with IncompatibleSpecificCharacterSetException if the workitems are (global-/filtered-) subscribed #3780

Closed
vrindanayak opened this issue Aug 19, 2022 · 0 comments
Assignees
Labels
bug Something isn't working
Milestone

Comments

@vrindanayak
Copy link
Member

16:59:12,889 INFO  [org.dcm4chee.arc.ups.rs.UpsRS] (default task-2) Process POST /dcm4chee-arc/aets/DCM4CHEE/rs/workitems/2.25.80138721969328913574725295867095337930/cancelrequest/DCM4CHEE from null@127.0.0.1
16:59:13,022 ERROR [org.jboss.as.ejb3.invocation] (default task-2) WFLYEJB0034: Jakarta Enterprise Beans Invocation failed on component UPSServiceEJB for method public org.dcm4chee.arc.entity.UPS org.dcm4chee.arc.ups.impl.UPSServiceEJB.requestUPSCancel(org.dcm4chee.arc.ups.UPSContext,org.dcm4chee.arc.ups.impl.UPSServiceImpl) throws org.dcm4che3.net.service.DicomServiceException: javax.ejb.EJBException: org.dcm4che3.data.IncompatibleSpecificCharacterSetException: Specific Character Sets [] and [ISO_IR 100] not compatible
.........
.........
at deployment.dcm4chee-arc-ear-5.28.0-psql.ear.dcm4chee-arc-ups-5.28.0.jar//org.dcm4chee.arc.ups.impl.UPSServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.requestUPSCancel(Unknown Source)
        at deployment.dcm4chee-arc-ear-5.28.0-psql.ear.dcm4chee-arc-ups-5.28.0.jar//org.dcm4chee.arc.ups.impl.UPSServiceImpl.requestUPSCancel(UPSServiceImpl.java:298)
        at deployment.dcm4chee-arc-ear-5.28.0-psql.ear.dcm4chee-arc-ups-5.28.0.jar//org.dcm4chee.arc.ups.impl.UPSServiceImpl$Proxy$_$$_WeldClientProxy.requestUPSCancel(Unknown Source)
        at deployment.dcm4chee-arc-ear-5.28.0-psql.ear.dcm4chee-arc-war-5.28.0-unsecure.war//org.dcm4chee.arc.ups.rs.UpsRS.requestUPSCancel(UpsRS.java:438)
        at deployment.dcm4chee-arc-ear-5.28.0-psql.ear.dcm4chee-arc-war-5.28.0-unsecure.war//org.dcm4chee.arc.ups.rs.UpsRS.requestUPSCancel(UpsRS.java:203)
.........
.........
Caused by: org.dcm4che3.data.IncompatibleSpecificCharacterSetException: Specific Character Sets [] and [ISO_IR 100] not compatible
        at org.dcm4che.core@5.28.0//org.dcm4che3.data.Attributes.add(Attributes.java:2410)
        at org.dcm4che.core@5.28.0//org.dcm4che3.data.Attributes.addSelected(Attributes.java:2337)
        at org.dcm4che.core@5.28.0//org.dcm4che3.data.Attributes.addSelected(Attributes.java:2320)
        at deployment.dcm4chee-arc-ear-5.28.0-psql.ear.dcm4chee-arc-ups-5.28.0.jar//org.dcm4chee.arc.ups.impl.UPSServiceEJB.stateReportOf(UPSServiceEJB.java:474)
        at deployment.dcm4chee-arc-ear-5.28.0-psql.ear.dcm4chee-arc-ups-5.28.0.jar//org.dcm4chee.arc.ups.impl.UPSServiceEJB.cancelUPS(UPSServiceEJB.java:449)
        at deployment.dcm4chee-arc-ear-5.28.0-psql.ear.dcm4chee-arc-ups-5.28.0.jar//org.dcm4chee.arc.ups.impl.UPSServiceEJB.requestUPSCancel(UPSServiceEJB.java:414)

Affects

@vrindanayak vrindanayak added the bug Something isn't working label Aug 19, 2022
@vrindanayak vrindanayak added this to the 5.28.0 milestone Aug 19, 2022
@vrindanayak vrindanayak self-assigned this Aug 19, 2022
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