I've been trying to crack this for the past few days and was unable to reproduce a critical freeze, however I keep constantly getting exceptions while debugging, and after a while I also start having performance issues.
I've been able to constantly reproduce debug issues with spring-boot version 2.0.2.RELEASE, (web and security modules enabled), and JDK 10.0.1, I've excluded all jpa and persistence related dependencies, but kept the jaxb-api 2.3.0, also I've removed any external server from the loop and just start the application with it's "Spring powered" main method. The issue for the debug exceptions is https://issues.apache.org/jira/browse/NETBEANS-901, it's not blocking anything at first but I suspect it might have some lingering effects that accumulate over time, since it seems to be related to the AWT threads. Regards, Luca. ----- Messaggio originale ----- Da: "Luca Mambretti" <[email protected]> A: "Josh Juneau" <[email protected]> Cc: "netcat" <[email protected]> Inviato: Venerdì, 1 giugno 2018 21:39:37 Oggetto: Re: NetBeanst 9.0 RC1 partial freeze Still trying that unfortunately not for now. Guess it might be related to debugging a Spring Boot application running on Java 10, since on Java 8 or lower I never had any issue, at least that's what I was doing when the first error popped up; if I find a sane way to reproduce I'll definitely open a bug for that. Thanks, Luca. Da: "Josh Juneau" <[email protected]> A: "Luca Mambretti" <[email protected]> Cc: "netcat" <[email protected]> Inviato: Venerdì, 1 giugno 2018 20:24:15 Oggetto: Re: NetBeanst 9.0 RC1 partial freeze Hi Luca, I have been developing Java EE applications on NetBeans 9 for about a month now. It seems as though everything is working pretty well. I have encountered one or two error messages and reported, but nothing that has been reproducible or tied to Java EE modules. Is your issue reproducible? Thanks Josh Juneau [ mailto:[email protected] | [email protected] ] [ http://jj-blogger.blogspot.com/ | http://jj-blogger.blogspot.com ] [ https://www.apress.com/index.php/author/author/view/id/1866 | https://www.apress.com/index.php/author/author/view/id/1866 ] On Jun 1, 2018, at 10:15 AM, Luca Mambretti < [ mailto:[email protected] | [email protected] ] > wrote: Hi everyone, I've recently started using the 9.0 RC1 build to work on a spring-boot 2.0.2 project that will be running on Java 10. Since it's a REST based project that provides REST services over a tomcat instance I've added the EE modules to the base SE IDE (the module add process worked flawlessly); unfortunately while working I've got some weird exceptions, I've reported the first one on JIRA, but then they just started popping out and eventually the IDE partially froze and I was forced to kill it externally, the strange thing is that it wan not completely frozen, I could still move things around but no matter what I did I could not close it normally nor save files I had opened and modified, after a fresh start everything seems to be back to normal. Has anyone else noticed something similar or I'm the only one?? I have saved the log files for this pseudo freeze, if you feel it's worth it I will open a bug, but since it's a freeze with potential loss of data it should be critical/blocker so before opening it i would like to have some kind of confirmation that it's not just in my mind. Regards, Luca. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] For further information about the NetBeans mailing lists, visit: https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists
