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

Continuously throwing java.lang.InterruptedException to syslog fills disk after some minutes #67

Open
helderdaniel opened this issue Aug 29, 2023 · 1 comment

Comments

@helderdaniel
Copy link

Running in Ubuntu 22.04, it keeps issuing java.lang.InterruptedException
Moreover it logs all in system log (/var/log/syslog) filling the disk up to 100% after some minutes.

INFORMATIONAL *********** Exception occurred ************ at Tue Aug 29 11:52:28 WEST 2023
java.lang.InterruptedException
	at org.openide.util.Utilities$ActiveQueue.remove(Utilities.java:2940)
	at java.base/java.lang.ref.ReferenceQueue.remove(ReferenceQueue.java:214)
	at org.openide.util.Utilities$ActiveQueue.run(Utilities.java:2957)
	at java.base/java.lang.Thread.run(Thread.java:1589)
INFORMATIONAL *********** Exception occurred ************ at Tue Aug 29 11:52:28 WEST 2023
java.lang.InterruptedException
	at org.openide.util.Utilities$ActiveQueue.remove(Utilities.java:2940)
	at java.base/java.lang.ref.ReferenceQueue.remove(ReferenceQueue.java:214)
	at org.openide.util.Utilities$ActiveQueue.run(Utilities.java:2957)
	at java.base/java.lang.Thread.run(Thread.java:1589)
INFORMATIONAL *********** Exception occurred ************ at Tue Aug 29 11:52:28 WEST 2023
@linustolke
Copy link
Member

This is strange. I don't understand where the org.openide comes from. Could you provide some more details on how you have built and started the system or what version of ArgoUML you are using?

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