Assume this is https://github.com/apache/netbeans/issues/4050
I'm assuming this is not related but is Maven Daemon used in this case as well? If so, could running daemon in the background cause any issues during shutdown? Eric Bresie [email protected] On Mon, May 2, 2022 at 4:07 PM Guy Daniel <[email protected]> wrote: > Hi Jean-Marc, > > I submitted a bug report and Neil S got me to follow this thread: > https://lists.apache.org/thread/6l3tg4brq4522gcmc956jjtj855p6710 > > I have found that running the Netbeans IDE without a JDK that comes > bundled with JFX stops the issue for me (running Linux)? > > I have also registered some Java platforms within Netbeans that have JFX > bundled, and can run the Netbeans Platform project with one of those > without a problem. I have also got the Netbeans JFX Implementation > module turned off - which Patrik K says has an effect on the issue as well. > > At the end of that thread there are some exclusions for the > org.netbeans.html modules that Patrik K put in his Platform project > which made the problem disappear - I have not had time to try this yet. > > Thanks! > > Guy > > On 4/20/22 01:39, Jean-Marc Borer wrote: > > Hi There, > > > > My environment: > > > > *Product Version:* Apache NetBeans IDE 13 > > > > *Updates:* Updates available <check-for-updates> > > > > *Java:* 17.0.2; OpenJDK 64-Bit Server VM 17.0.2+8-LTS > > > > *Runtime:* OpenJDK Runtime Environment 17.0.2+8-LTS > > > > *System:* Windows 10 version 10.0 running on amd64; Cp1252; en_US (nb) > > > > > > When I run our Netbeans Platform Applications based on 12.4 with Java > > 8 from Maven, the process is apparently not properly caught, because > > when I close the IDE, the following dialog appears: > > > > > > image.png > > > > If I start the application several times, the processes stack up (the > > list grows). However in the process status bar, they properly disappear. > > > > Did anyone observe this strange behavior. It happened already with NB > > 12.4 and 12.5? > > > > Thank you in advance for your help. > > > > Cheers, > > > > JMB > >
