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

UI: Setting TCP Backlog to 0 results in "internal server error" #2670

Closed
wkochFPV opened this issue Jul 12, 2020 · 1 comment
Closed

UI: Setting TCP Backlog to 0 results in "internal server error" #2670

wkochFPV opened this issue Jul 12, 2020 · 1 comment
Assignees
Labels
enhancement New feature or request
Milestone

Comments

@wkochFPV
Copy link

Tested with version 5.22.1:

In user interface set

Devicelist -> dcm4chee-arc -> Child object: localhost:4006 DICOM -> Network Connection Extension -> TCP Backlog to 0

results in "internal server error" when saving.

@gunterze
Copy link
Member

gunterze commented Jul 13, 2020

TCP Backlog must be > 0

Error detail
java.lang.IllegalArgumentException: backlog: 0 at org.dcm4che.net@5.22.4//org.dcm4che3.net.Connection.setBacklog(Connection.java:407) at 

Will add the constraint into the json schema, so it gets validated already by the UI.
dcm4che/dcm4chee-arc-lang#22

@gunterze gunterze assigned gunterze and unassigned vrindanayak Jul 13, 2020
@gunterze gunterze added the enhancement New feature or request label Jul 13, 2020
@gunterze gunterze added this to the 5.22.4 milestone Jul 13, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

3 participants