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
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?
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.