You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@netbeans.apache.org by GitBox <gi...@apache.org> on 2022/06/08 10:40:46 UTC

[GitHub] [netbeans] bai0000 opened a new issue, #4208: project tree not showing up on project window

bai0000 opened a new issue, #4208:
URL: https://github.com/apache/netbeans/issues/4208

   ### Apache NetBeans version
   
   Apache NetBeans 13
   
   ### What happened
   
   I created a web application project, the first time working with it was fine, then I close netbeans and tried to load it up again but this time, the project tree is not showing up at all, and I got an error/exception:
   
   java.lang.NullPointerException: Cannot invoke "java.nio.file.Path.startsWith(java.nio.file.Path)" because "path" is null
   	at org.netbeans.modules.gradle.GradleModuleFileCache21$CachedArtifactVersion.<init>(GradleModuleFileCache21.java:143)
   	at org.netbeans.modules.gradle.GradleModuleFileCache21.resolveCachedArtifactVersion(GradleModuleFileCache21.java:225)
   	at org.netbeans.modules.gradle.api.GradleProjects.getSources(GradleProjects.java:50)
   	at org.netbeans.modules.gradle.java.queries.GradleSourceForRepository.findSourceRoots2(GradleSourceForRepository.java:61)
   	at org.netbeans.api.java.queries.SourceForBinaryQuery.findSourceRoots2(SourceForBinaryQuery.java:101)
   	at org.netbeans.modules.parsing.impl.indexing.PathRegistry.createResources(PathRegistry.java:728)
   	at org.netbeans.modules.parsing.impl.indexing.PathRegistry.getSources(PathRegistry.java:275)
   	at org.netbeans.modules.parsing.impl.indexing.errors.Utilities.findIndexedRootsUnderDirectory(Utilities.java:87)
   	at org.netbeans.modules.parsing.ui.indexing.errors.ErrorAnnotator$1.run(ErrorAnnotator.java:295)
   	at org.openide.util.RequestProcessor$Task.run(RequestProcessor.java:1418)
   	at org.netbeans.modules.openide.util.GlobalLookup.execute(GlobalLookup.java:45)
   	at org.openide.util.lookup.Lookups.executeWith(Lookups.java:278)
   [catch] at org.openide.util.RequestProcessor$Processor.run(RequestProcessor.java:2033)
   ![image](https://user-images.githubusercontent.com/107113095/172596391-8f767fa6-d320-4dc8-8d16-e24f7fa875e6.png)
   ![image](https://user-images.githubusercontent.com/107113095/172596472-903e530b-4bdd-45d9-8b32-71c0c2b221ab.png)
   
   
   
   
   ### How to reproduce
   
   Create a project, close it, open it up again and the problems is there. Most commonly the project trees should pop out automatically.
   
   ### Did this work correctly in an earlier version?
   
   Apache NetBeans 13
   
   ### Operating System
   
   Microsoft Windows 11 Home Single Language Ver. 10.0.220000
   
   ### JDK
   
   JDK 18
   
   ### Apache NetBeans packaging
   
   Apache NetBeans provided installer
   
   ### Anything else
   
   _No response_
   
   ### Are you willing to submit a pull request?
   
   No
   
   ### Code of Conduct
   
   Yes


-- 
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: notifications-unsubscribe@netbeans.apache.org.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@netbeans.apache.org
For additional commands, e-mail: notifications-help@netbeans.apache.org

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists


[GitHub] [netbeans] mbien commented on issue #4208: project tree not showing up on project window

Posted by GitBox <gi...@apache.org>.
mbien commented on issue #4208:
URL: https://github.com/apache/netbeans/issues/4208#issuecomment-1155821776

   @lkishalmi should this be linked to the PR and closed or left open?


-- 
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: notifications-unsubscribe@netbeans.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@netbeans.apache.org
For additional commands, e-mail: notifications-help@netbeans.apache.org

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists


[GitHub] [netbeans] lkishalmi commented on issue #4208: project tree not showing up on project window

Posted by GitBox <gi...@apache.org>.
lkishalmi commented on issue #4208:
URL: https://github.com/apache/netbeans/issues/4208#issuecomment-1312652259

   Are you sure that you are facing with this issue?
   Could you provide steps to reproduce or exception log while using NetBeans 15 (it would be better to check it with NetBeans 16-rc4 though)


-- 
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: notifications-unsubscribe@netbeans.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@netbeans.apache.org
For additional commands, e-mail: notifications-help@netbeans.apache.org

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists


[GitHub] [netbeans] vandittalwadia commented on issue #4208: project tree not showing up on project window

Posted by GitBox <gi...@apache.org>.
vandittalwadia commented on issue #4208:
URL: https://github.com/apache/netbeans/issues/4208#issuecomment-1312418910

   hey is this problem resolved ? please tell me what is the solution?


-- 
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: notifications-unsubscribe@netbeans.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@netbeans.apache.org
For additional commands, e-mail: notifications-help@netbeans.apache.org

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists


[GitHub] [netbeans] vandittalwadia commented on issue #4208: project tree not showing up on project window

Posted by GitBox <gi...@apache.org>.
vandittalwadia commented on issue #4208:
URL: https://github.com/apache/netbeans/issues/4208#issuecomment-1312651741

   Tell me the steps..
   
   On Sun, 13 Nov 2022, 12:10 pm TCOB56 Vandit Talwadia, <
   ***@***.***> wrote:
   
   > If i am facing this issue right now ..how it is fixed?
   >
   > On Sun, 13 Nov 2022, 12:46 am Laszlo Kishalmi, ***@***.***>
   > wrote:
   >
   >> Closed #4208 <https://github.com/apache/netbeans/issues/4208> as
   >> completed.
   >>
   >> —
   >> Reply to this email directly, view it on GitHub
   >> <https://github.com/apache/netbeans/issues/4208#event-7797225773>, or
   >> unsubscribe
   >> <https://github.com/notifications/unsubscribe-auth/ARPUNVS5ORZZCCIP4MIBSD3WH7UJXANCNFSM5YGBUCZA>
   >> .
   >> You are receiving this because you commented.Message ID:
   >> ***@***.***>
   >>
   >
   


-- 
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: notifications-unsubscribe@netbeans.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@netbeans.apache.org
For additional commands, e-mail: notifications-help@netbeans.apache.org

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists


[GitHub] [netbeans] lkishalmi closed issue #4208: project tree not showing up on project window

Posted by GitBox <gi...@apache.org>.
lkishalmi closed issue #4208: project tree not showing up on project window
URL: https://github.com/apache/netbeans/issues/4208


-- 
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: notifications-unsubscribe@netbeans.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@netbeans.apache.org
For additional commands, e-mail: notifications-help@netbeans.apache.org

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists


[GitHub] [netbeans] vandittalwadia commented on issue #4208: project tree not showing up on project window

Posted by GitBox <gi...@apache.org>.
vandittalwadia commented on issue #4208:
URL: https://github.com/apache/netbeans/issues/4208#issuecomment-1312675343

   Ok, I will check.
   
   On Sun, 13 Nov 2022, 12:15 pm Laszlo Kishalmi, ***@***.***>
   wrote:
   
   > Are you sure that you are facing with this issue?
   > Could you provide steps to reproduce or exception log while using NetBeans
   > 15 (it would be better to check it with NetBeans 16-rc4 though)
   >
   > —
   > Reply to this email directly, view it on GitHub
   > <https://github.com/apache/netbeans/issues/4208#issuecomment-1312652259>,
   > or unsubscribe
   > <https://github.com/notifications/unsubscribe-auth/ARPUNVUN7RANT3V5QOB4NELWICE7DANCNFSM5YGBUCZA>
   > .
   > You are receiving this because you commented.Message ID:
   > ***@***.***>
   >
   


-- 
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: notifications-unsubscribe@netbeans.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@netbeans.apache.org
For additional commands, e-mail: notifications-help@netbeans.apache.org

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists


[GitHub] [netbeans] vandittalwadia commented on issue #4208: project tree not showing up on project window

Posted by GitBox <gi...@apache.org>.
vandittalwadia commented on issue #4208:
URL: https://github.com/apache/netbeans/issues/4208#issuecomment-1312651667

   If i am facing this issue right now ..how it is fixed?
   
   On Sun, 13 Nov 2022, 12:46 am Laszlo Kishalmi, ***@***.***>
   wrote:
   
   > Closed #4208 <https://github.com/apache/netbeans/issues/4208> as
   > completed.
   >
   > —
   > Reply to this email directly, view it on GitHub
   > <https://github.com/apache/netbeans/issues/4208#event-7797225773>, or
   > unsubscribe
   > <https://github.com/notifications/unsubscribe-auth/ARPUNVS5ORZZCCIP4MIBSD3WH7UJXANCNFSM5YGBUCZA>
   > .
   > You are receiving this because you commented.Message ID:
   > ***@***.***>
   >
   


-- 
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: notifications-unsubscribe@netbeans.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@netbeans.apache.org
For additional commands, e-mail: notifications-help@netbeans.apache.org

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists


[GitHub] [netbeans] mbien commented on issue #4208: project tree not showing up on project window

Posted by GitBox <gi...@apache.org>.
mbien commented on issue #4208:
URL: https://github.com/apache/netbeans/issues/4208#issuecomment-1312491950

   The NPE should be fixed. NetBeans 16 release candidate builds are available [here](https://github.com/apache/netbeans/discussions/4815) if you want to test if it is working


-- 
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: notifications-unsubscribe@netbeans.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@netbeans.apache.org
For additional commands, e-mail: notifications-help@netbeans.apache.org

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists


[GitHub] [netbeans] markoperovic5781 commented on issue #4208: project tree not showing up on project window

Posted by "markoperovic5781 (via GitHub)" <gi...@apache.org>.
markoperovic5781 commented on issue #4208:
URL: https://github.com/apache/netbeans/issues/4208#issuecomment-1456680483

   For anyone still having this issue what fixed it for me was installing "The nb-javac Java editing support library" plugin. The prompt to install it appeared somewhere on the bottom right. (Netbeans 12)


-- 
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: notifications-unsubscribe@netbeans.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@netbeans.apache.org
For additional commands, e-mail: notifications-help@netbeans.apache.org

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists