fwelland commented on issue #8873:
URL: https://github.com/apache/netbeans/issues/8873#issuecomment-3351887769

   Gradle 9.1.0 is choking up NB 27 too. 
   
     Symptoms for me are:   in the project explorer that project node would 
appear, but expanding the node, would get a loading/processing indicator that 
would just hang forever.   
   
   
   Product Version: Apache NetBeans IDE 27
   Java: 21.0.7; OpenJDK 64-Bit Server VM 21.0.7+6-LTS
   Runtime: OpenJDK Runtime Environment 21.0.7+6-LTS
   System: Linux version 6.16.8-200.fc42.x86_64 running on amd64; UTF-8; en_US 
(nb)
   
   Re-gradle wrappering to 8.14.3 allowed the gradle project to load.  
   
   
   
   Maybe relevant stack trace:   
   
   `SEVERE [org.openide.util.RequestProcessor]: Error in RequestProcessor 
org.netbeans.spi.project.ui.support.NodeFactorySupport$DelegateChildren$1
   java.lang.NullPointerException: The file parameter cannot be null
           at org.openide.util.Parameters.notNull(Parameters.java:64)
           at org.openide.filesystems.FileUtil.toFileObject(FileUtil.java:889)
           at 
org.netbeans.modules.gradle.javaee.web.WebProjectWebRootProvider.getDefaultWebRoot(WebProjectWebRootProvider.java:59)
           at 
org.netbeans.modules.gradle.javaee.web.WebProjectWebRootProvider.getWebRoots(WebProjectWebRootProvider.java:53)
           at 
org.netbeans.modules.gradle.javaee.nodes.WebPagesNodeFactory$WebRootNodeList.keys(WebPagesNodeFactory.java:61)
           at 
org.netbeans.spi.project.ui.support.NodeFactorySupport$DelegateChildren$1.run(NodeFactorySupport.java:177)
           at 
org.openide.util.RequestProcessor$Task.run(RequestProcessor.java:1403)
           at 
org.netbeans.modules.openide.util.GlobalLookup.execute(GlobalLookup.java:45)
           at org.openide.util.lookup.Lookups.executeWith(Lookups.java:287)
   [catch] at 
org.openide.util.RequestProcessor$Processor.run(RequestProcessor.java:2018)
   `


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


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

Reply via email to