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 250757 - AssertionError: nbfs://nbhost/org.netbeans.modules.dlight.libs.common.InvalidFileObjectSupport%24DummyFileSystem.3dd952e1//mnt/ssd/code/LLVM-code/LLVM36 == nbfs://nbhost/org.netbeans.modules.dlight.li
Summary: AssertionError: nbfs://nbhost/org.netbeans.modules.dlight.libs.common.Invalid...
Status: RESOLVED FIXED
Alias: None
Product: cnd
Classification: Unclassified
Component: -- Other -- (show other bugs)
Version: 8.1
Hardware: All All
: P3 normal (vote)
Assignee: issues@cnd
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-02-27 09:40 UTC by ilia
Modified: 2015-06-17 02:37 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 189279


Attachments
stacktrace (12.11 KB, text/plain)
2015-02-27 09:40 UTC, ilia
Details

Note You need to log in before you can comment on or make changes to this bug.
Description ilia 2015-02-27 09:40:16 UTC
Build: NetBeans IDE Dev (Build 201502160001)
VM: Java HotSpot(TM) 64-Bit Server VM, 25.5-b02, Java(TM) SE Runtime Environment, 1.8.0_05-b13
OS: Linux

User Comments:
ilia: Starting with IDE with couple of projects opened (Java, Netbeans modules, c++)




Stacktrace: 
java.lang.AssertionError: nbfs://nbhost/org.netbeans.modules.dlight.libs.common.InvalidFileObjectSupport%24DummyFileSystem.3dd952e1//mnt/ssd/code/LLVM-code/LLVM36 == nbfs://nbhost/org.netbeans.modules.dlight.libs.common.InvalidFileObjectSupport%24DummyFileSystem.3dd952e1/mnt/ssd/code/LLVM-code/LLVM36 from InvalidFileObjectSupport$InvalidFileObject@dea4d10[/mnt/ssd/code/LLVM-code/LLVM36]
   at org.openide.filesystems.FileObject.toURI(FileObject.java:1244)
   at org.netbeans.modules.projectapi.SimpleFileOwnerQueryImplementation.getOwner(SimpleFileOwnerQueryImplementation.java:163)
   at org.netbeans.api.project.FileOwnerQuery.getOwner(FileOwnerQuery.java:114)
   at org.netbeans.modules.java.project.ProjectClassPathProvider.findClassPath(ProjectClassPathProvider.java:68)
   at org.netbeans.api.java.classpath.ClassPath.getClassPath(ClassPath.java:673)
   at org.netbeans.modules.parsing.impl.indexing.errors.Utilities.getSourceClassPathFor(Utilities.java:84)
Comment 1 ilia 2015-02-27 09:40:18 UTC
Created attachment 152270 [details]
stacktrace
Comment 2 Jaroslav Havlin 2015-03-02 16:58:07 UTC
There is an extra slash at the beginning of the path (//mnt/ssd/code), the URI is not normalized.
The file seems to be related to C/C++ project. Reassigning to cnd/Other. Can you please evaluate?
Thank you.
Comment 3 Vladimir Kvashin 2015-06-16 11:59:20 UTC
It's not a remote, that's for sure, so changing component to "other".

The CND part should be fixed by
http://hg.netbeans.org/cnd-main/rev/ca4f3cd58dc4

I'm not quite sure about other reports; but they are very old; let's close it and see whether it happens again.
Comment 4 Quality Engineering 2015-06-17 02:37:12 UTC
Integrated into 'main-silver', will be available in build *201506170001* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)

Changeset: http://hg.netbeans.org/main-silver/rev/ca4f3cd58dc4
User: Vladimir Kvashin <vkvashin@netbeans.org>
Log: fixing #250757 - AssertionError: nbfs://nbhost/org.netbeans.modules.dlight.libs.common.InvalidFileObjectSupport....