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 - 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
Summary: IllegalArgumentException: Attempt to remove nonexistent path [nbfs://nbhost/S...
Status: RESOLVED INCOMPLETE
Alias: None
Product: php
Classification: Unclassified
Component: Project (show other bugs)
Version: 8.1
Hardware: All All
: P3 normal (vote)
Assignee: Tomas Mysik
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-10-31 11:31 UTC by j0inty
Modified: 2016-06-03 06:46 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 220872


Attachments
stacktrace (1.66 KB, text/plain)
2015-10-31 11:31 UTC, j0inty
Details

Note You need to log in before you can comment on or make changes to this bug.
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.