argouml-tigris-org / argouml

Main project of argouml. Some information in the wiki. Some old releases in releases. (depends on parentpom, testmodels)
246 stars 92 forks source link

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

Open helderdaniel opened 1 year ago

helderdaniel commented 1 year ago

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 commented 1 year ago

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?