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 251936 - IllegalArgumentException at org.netbeans.api.java.classpath.ClassPath.<init>
Summary: IllegalArgumentException at org.netbeans.api.java.classpath.ClassPath.<init>
Status: RESOLVED DUPLICATE of bug 246390
Alias: None
Product: php
Classification: Unclassified
Component: Project (show other bugs)
Version: 8.0
Hardware: All All
: P3 normal (vote)
Assignee: Tomas Mysik
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-04-19 11:26 UTC by ChrWinkelmeyr
Modified: 2016-08-02 09:47 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 213235


Attachments
stacktrace (4.56 KB, text/plain)
2015-04-19 11:26 UTC, ChrWinkelmeyr
Details

Note You need to log in before you can comment on or make changes to this bug.
Description ChrWinkelmeyr 2015-04-19 11:26:06 UTC
Build: NetBeans IDE 8.0.2 (Build 201411181905)
VM: Java HotSpot(TM) 64-Bit Server VM, 25.25-b02, Java(TM) SE Runtime Environment, 1.8.0_25-b17
OS: Mac OS X

User Comments:
ChrWinkelmeyr: wanted to load project that resides on a NAS. The volume is mounted.

GUEST: Tried opening an existing php project and this error shows. CANT OPEN PROJECT!




Stacktrace: 
java.lang.IllegalArgumentException
   at org.netbeans.api.java.classpath.ClassPath.<init>(ClassPath.java:410)
   at org.netbeans.api.java.classpath.ClassPath.<init>(ClassPath.java:116)
   at org.netbeans.api.java.classpath.ClassPath$1.createClassPath(ClassPath.java:121)
   at org.netbeans.spi.java.classpath.ClassPathFactory.createClassPath(ClassPathFactory.java:69)
   at org.netbeans.modules.php.project.classpath.ClassPathProviderImpl.getSourcePath(ClassPathProviderImpl.java:231)
   at org.netbeans.modules.php.project.classpath.ClassPathProviderImpl.getProjectBootClassPath(ClassPathProviderImpl.java:275)
Comment 1 ChrWinkelmeyr 2015-04-19 11:26:07 UTC
Created attachment 153267 [details]
stacktrace
Comment 2 Tomas Zezula 2015-04-20 09:49:55 UTC
Non normalised URL on ClassPath (contains '.').
Comment 3 Tomas Mysik 2016-05-25 09:43:55 UTC
Taking over.
Comment 4 Tomas Mysik 2016-08-02 09:47:42 UTC
Should be already fixed, please update your IDE.

Thanks.

*** This bug has been marked as a duplicate of bug 246390 ***