This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 271407 - NullPointerException at org.netbeans.modules.versioning.masterfs.FilesystemInterceptor.getRootFilesystem
Summary: NullPointerException at org.netbeans.modules.versioning.masterfs.FilesystemIn...
Status: NEW
Alias: None
Product: versioncontrol
Classification: Unclassified
Component: Code (show other bugs)
Version: 8.2
Hardware: All All
: P3 normal (vote)
Assignee: Ondrej Vrabec
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2017-08-30 14:19 UTC by cabritodilama
Modified: 2017-12-12 18:18 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 199426


Attachments
stacktrace (2.68 KB, text/plain)
2017-08-30 14:19 UTC, cabritodilama
Details

Note You need to log in before you can comment on or make changes to this bug.
Description cabritodilama 2017-08-30 14:19:22 UTC
Build: NetBeans IDE 8.2 (Build 201609300101)
VM: Java HotSpot(TM) 64-Bit Server VM, 25.141-b15, Java(TM) SE Runtime Environment, 1.8.0_141-b15
OS: Windows 10

User Comments:
GUEST: 'Finish' button on creating a New Project does nothing.

GUEST: It is not create a project of web application give us exception. how to resolve it.

GUEST: Opening a more complex project does not work since today.
Yesterday it still worked.

GUEST: IT WILL NOT LET ME CLICK FINISH!!!!!!!!!!!!!!!!!!!!

GUEST: error visual paradigm

GUEST: project folder is not a valid path

GUEST: making a project

cabritodilama: help mi open my new project

GUEST: I tried to make a  new project.  Upon naming naming it, and clicking "finish" it threw this error and didn't create the project.




Stacktrace: 
java.lang.NullPointerException
   at org.netbeans.modules.versioning.masterfs.FilesystemInterceptor.getRootFilesystem(FilesystemInterceptor.java:82)
   at org.netbeans.modules.versioning.masterfs.FilesystemInterceptor.<init>(FilesystemInterceptor.java:71)
   at org.netbeans.modules.versioning.masterfs.VersioningAnnotationProvider.getInterceptionListener(VersioningAnnotationProvider.java:88)
   at org.netbeans.modules.masterfs.ProvidedExtensionsProxy.beforeCreate(ProvidedExtensionsProxy.java:153)
   at org.netbeans.modules.masterfs.filebasedfs.fileobjects.FolderObj.createFolderImpl(FolderObj.java:251)
   at org.netbeans.modules.masterfs.filebasedfs.fileobjects.FolderObj$2.call(FolderObj.java:324)
Comment 1 cabritodilama 2017-08-30 14:19:24 UTC
Created attachment 165055 [details]
stacktrace