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

Error: Association Rejected: Result: Rejected Transient, Source: Service Provider (Presentation Related)\n' + 'Reason: Local Limit Exceeded #71

Open
PotatoThanh opened this issue Nov 11, 2024 · 2 comments

Comments

@PotatoThanh
Copy link

Hi,

Thank you for your github code. I encounter an error when using your code.

Step1: start storeSCP with multi thread
Step2: use moveScu to sequentially transfer series by series. After transfer around 5-6GB DICOM files, the storeSCP stops receiving files
Step3: Echoscu gives this error

code: 2, container: null, message: 'Association Rejected: Result: Rejected Transient, Source: Service Provider (Presentation Related)\n' + 'Reason: Local Limit Exceeded', status: 'failure'

Hope you can reproduce the error. I'm happy to reproduce the bug for you. Please let me know if you have any questions. Thanks!

Best,
Thanh.

@knopkem
Copy link
Owner

knopkem commented Nov 12, 2024

Hi,
ok, this looks like somehow associciations are not closed which results in creating too many open associations (which results in this error). Will try to reproduce.

@PotatoThanh
Copy link
Author

Hi,

Here is some logs. Hope it helps. Btw, is there a way to disable writing dicom.log file.

WARN [13-11-2024 00:51:54:275]: instance already registered, ignoring
WARN [13-11-2024 00:51:54:292]: instance already registered, ignoring
WARN [13-11-2024 00:51:54:314]: instance already registered, ignoring
WARN [13-11-2024 00:51:54:333]: instance already registered, ignoring
WARN [13-11-2024 00:51:54:351]: instance already registered, ignoring
WARN [13-11-2024 00:51:54:370]: instance already registered, ignoring
WARN [13-11-2024 00:51:54:392]: instance already registered, ignoring
WARN [13-11-2024 00:51:54:410]: instance already registered, ignoring
WARN [13-11-2024 00:51:54:429]: instance already registered, ignoring
WARN [13-11-2024 00:51:54:449]: instance already registered, ignoring
WARN [13-11-2024 00:51:54:473]: instance already registered, ignoring
WARN [13-11-2024 00:51:54:497]: instance already registered, ignoring
WARN [13-11-2024 00:51:54:515]: instance already registered, ignoring
WARN [13-11-2024 00:51:54:534]: instance already registered, ignoring
WARN [13-11-2024 00:51:54:550]: instance already registered, ignoring
WARN [13-11-2024 00:51:54:570]: instance already registered, ignoring
WARN [13-11-2024 00:51:54:586]: instance already registered, ignoring
WARN [13-11-2024 00:51:54:602]: instance already registered, ignoring
WARN [13-11-2024 00:51:54:620]: instance already registered, ignoring
WARN [13-11-2024 00:51:54:640]: instance already registered, ignoring
WARN [13-11-2024 00:51:54:657]: instance already registered, ignoring
WARN [13-11-2024 00:51:54:676]: instance already registered, ignoring
WARN [13-11-2024 00:51:54:690]: instance already registered, ignoring
WARN [13-11-2024 00:51:54:704]: instance already registered, ignoring
WARN [13-11-2024 00:51:54:717]: instance already registered, ignoring
WARN [13-11-2024 00:51:54:736]: instance already registered, ignoring
WARN [13-11-2024 00:52:07:663]: instance already registered, ignoring
ERROR [13-11-2024 00:54:31:877]: DIMSE status is: Refused: OutOfResourcesSubOperations
ERROR [13-11-2024 00:54:37:259]: DIMSE status is: Refused: OutOfResourcesSubOperations
ERROR [13-11-2024 00:54:43:268]: DIMSE status is: Refused: OutOfResourcesSubOperations
ERROR [13-11-2024 00:54:47:879]: DIMSE status is: Refused: OutOfResourcesSubOperations
ERROR [13-11-2024 00:54:53:139]: DIMSE status is: Refused: OutOfResourcesSubOperations
ERROR [13-11-2024 00:55:00:503]: DIMSE status is: Refused: OutOfResourcesSubOperations
ERROR [13-11-2024 00:55:03:664]: DIMSE status is: Refused: OutOfResourcesSubOperations
ERROR [13-11-2024 00:55:09:011]: DIMSE status is: Refused: OutOfResourcesSubOperations
ERROR [13-11-2024 00:55:15:977]: DIMSE status is: Refused: OutOfResourcesSubOperations
ERROR [13-11-2024 00:55:19:571]: DIMSE status is: Refused: OutOfResourcesSubOperations
ERROR [13-11-2024 00:55:19:825]: DIMSE status is: Refused: OutOfResourcesSubOperations
ERROR [13-11-2024 00:55:20:308]: DIMSE status is: Refused: OutOfResourcesSubOperations
ERROR [13-11-2024 00:55:26:087]: DIMSE status is: Refused: OutOfResourcesSubOperations
ERROR [13-11-2024 00:55:31:592]: DIMSE status is: Refused: OutOfResourcesSubOperations
ERROR [13-11-2024 00:55:38:183]: DIMSE status is: Refused: OutOfResourcesSubOperations

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants