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 256291

Summary: IllegalArgumentException: Attempt to remove nonexistent path [nbfs://nbhost/SystemFileSystem/PHP/RuntimeLibraries/;C:\Program Files\NetBeans 8.1 RC2\php\phpstubs\phpruntime] from list of registered pa
Product: php Reporter: j0inty
Component: ProjectAssignee: Tomas Mysik <tmysik>
Status: RESOLVED INCOMPLETE    
Severity: normal    
Priority: P3    
Version: 8.1   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter: 220872
Attachments: stacktrace

Description j0inty 2015-10-31 11:31:24 UTC
Build: NetBeans IDE 8.1 RC2 (Build 201510122201)
VM: Java HotSpot(TM) 64-Bit Server VM, 25.60-b23, Java(TM) SE Runtime Environment, 1.8.0_60-b27
OS: Windows 7

User Comments:
j0inty: Close project where an exception occured while opening




Stacktrace: 
java.lang.IllegalArgumentException: Attempt to remove nonexistent path [nbfs://nbhost/SystemFileSystem/PHP/RuntimeLibraries/;C:\Program Files\NetBeans 8.1 RC2\php\phpstubs\phpruntime] from list of registered paths [[]] for id classpath/php-boot. All paths: {classpath/php-boot=[], classpath/php-project-boot=[], classpath/php-source=[], classpath/javascript-boot=[C:\Program Files\NetBeans 8.1 RC2\ide\jsstubs\corestubs.zip;C:\Program Files\NetBeans 8.1 RC2\ide\jsstubs\domstubs.zip;C:\Program Files\NetBeans 8.1 RC2\ide\jsstubs\reststubs.zip]}
   at org.netbeans.modules.java.classpath.DefaultGlobalPathRegistryImplementation.unregister(DefaultGlobalPathRegistryImplementation.java:118)
   at org.netbeans.spi.java.classpath.GlobalPathRegistryImplementation$AccessorImpl.unregister(GlobalPathRegistryImplementation.java:129)
   at org.netbeans.api.java.classpath.GlobalPathRegistry.unregister(GlobalPathRegistry.java:248)
   at org.netbeans.modules.php.project.PhpProject$PhpOpenedHook.projectClosed(PhpProject.java:892)
   at org.netbeans.spi.project.ui.ProjectOpenedHook$1.projectClosed(ProjectOpenedHook.java:89)
   at org.netbeans.modules.project.ui.OpenProjectList.notifyClosed(OpenProjectList.java:1322)
Comment 1 j0inty 2015-10-31 11:31:27 UTC
Created attachment 157079 [details]
stacktrace
Comment 2 Tomas Mysik 2016-06-03 06:46:14 UTC
Are there any exact steps to reproduce this problem?

Simply reopen this issue, thanks.