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

ISOServer.dump ConcurrentModificationException #508

Open
ar opened this issue Jan 6, 2023 · 0 comments · May be fixed by #539
Open

ISOServer.dump ConcurrentModificationException #508

ar opened this issue Jan 6, 2023 · 0 comments · May be fixed by #539

Comments

@ar
Copy link
Member

ar commented Jan 6, 2023

<log realm="stderr" at="2022-12-29T22:53:25.947180" lifespan="500ms">
    Exception in thread "SystemMonitor" java.util.ConcurrentModificationException
        at java.base/java.util.HashMap$HashIterator.nextNode(HashMap.java:1511)
        at java.base/java.util.HashMap$EntryIterator.next(HashMap.java:1544)
        at java.base/java.util.HashMap$EntryIterator.next(HashMap.java:1542)
        at org.jpos.iso.ISOServer.dump(ISOServer.java:767)
        at org.jpos.util.NameRegistrar.dump(NameRegistrar.java:153)
        at org.jpos.q2.qbean.SystemMonitor.generateFrozenDump(SystemMonitor.java:249)
        at org.jpos.q2.qbean.SystemMonitor.run(SystemMonitor.java:128)
        at java.base/java.lang.Thread.run(Thread.java:829)
</log>

This dump needs a lock.

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

Successfully merging a pull request may close this issue.

1 participant