On Thu, 11 Jul 2019 at 18:32, Geertjan Wielenga <[email protected]> wrote: > It would be great if multiple people would try to reproduce the below, > which is a blocker for the 11.1 vc1 release. > > Can everyone, rather than asking more questions about things not related to > the release, focus on trying to reproduce this problem, please: > > https://issues.apache.org/jira/browse/NETBEANS-2824 > > Leave your results, whether you can reproduce or not, as new comments in > the above issue.
Yep. I can reproduce. Seems to be an NPE at https://github.com/apache/netbeans/blob/master/enterprise/payara.micro/src/org/netbeans/modules/fish/payara/micro/project/MicroApplication.java#L149 This isn't checking whether the Lookup returns anything. It doesn't require cancelling the second dialog either - just enabling J2EE cluster causes it. I'm not sure there's an easy workaround (aside from deactivating J2EE), so I guess it's probably a critical issue. And even if not a blocker we might want to pull the vote and get a fix in? Would like to get feedback from Garuav on why that code is as it is though - could be assuming another check elsewhere has passed. Other Maven projects from J2EE that aren't Payara Micro don't seem to trigger it. Best wishes, Neil --------------------------------------------------------------------- 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
