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 186482 - AssertionError: root=C:\mpapamichaelnetbeans\6.9\var\cache\index\s18\java\14\sources, file=C:\mpapamichaelnetbeans\6.9\var\cache\index\s18\java\14\sources\Entities\CallDestination_.java
Summary: AssertionError: root=C:\mpapamichaelnetbeans\6.9\var\cache\index\s18\java\14\...
Status: RESOLVED DUPLICATE of bug 186655
Alias: None
Product: platform
Classification: Unclassified
Component: Filesystems (show other bugs)
Version: 6.x
Hardware: All All
: P3 normal (vote)
Assignee: Jaroslav Tulach
URL:
Keywords:
: 186931 (view as bug list)
Depends on:
Blocks:
 
Reported: 2010-05-21 09:04 UTC by mpapamichael
Modified: 2010-06-04 09:56 UTC (History)
4 users (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 169926


Attachments
stacktrace (3.19 KB, text/plain)
2010-05-21 09:05 UTC, mpapamichael
Details
stacktrace (3.39 KB, text/plain)
2010-06-01 12:20 UTC, javydreamercsw
Details

Note You need to log in before you can comment on or make changes to this bug.
Description mpapamichael 2010-05-21 09:04:57 UTC
Build: NetBeans IDE Dev (Build 201005192201)
VM: Java HotSpot(TM) Client VM, 16.0-b13, Java(TM) SE Runtime Environment, 1.6.0_18-b07
OS: Windows XP

Stacktrace: 
java.lang.AssertionError: root=C:\mpapamichaelnetbeans\6.9\var\cache\index\s18\java\14\sources, file=C:\mpapamichaelnetbeans\6.9\var\cache\index\s18\java\14\sources\Entities\CallDestination_.java
   at org.netbeans.modules.java.source.parsing.SourceFileObject.inferBinaryName(SourceFileObject.java:323)
   at org.netbeans.modules.java.source.parsing.ProxyFileManager.inferBinaryName(ProxyFileManager.java:348)
   at com.sun.tools.javac.jvm.ClassReader.fillIn(ClassReader.java:2712)
   at com.sun.tools.javac.jvm.ClassReader.fillIn(ClassReader.java:2687)
   at com.sun.tools.javac.jvm.ClassReader.complete(ClassReader.java:2308)
   at com.sun.tools.javac.code.Symbol.complete(Symbol.java:417)
Comment 1 mpapamichael 2010-05-21 09:05:01 UTC
Created attachment 99294 [details]
stacktrace
Comment 2 Dusan Balek 2010-05-21 11:35:03 UTC
Strange
Comment 3 Tomas Zezula 2010-05-27 11:47:03 UTC
Seems as a bug in the Master FileSystem.
I will add logging.
Comment 4 Tomas Zezula 2010-05-27 13:31:45 UTC
As the problem seems to be in master filesystem I've added a logging.
When happened again please reopen.
Integrated  into jet-main 4b6ba4236431
Comment 5 Quality Engineering 2010-05-28 08:05:15 UTC
Integrated into 'main-golden', will be available in build *201005280001* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main/rev/4b6ba4236431
User: Tomas Zezula <tzezula@netbeans.org>
Log: #186482:Can't Build and Run with Different Java Versions
Comment 6 Dusan Balek 2010-05-31 10:18:08 UTC
*** Bug 186931 has been marked as a duplicate of this bug. ***
Comment 7 Dusan Balek 2010-05-31 10:24:21 UTC
See #186931.
Comment 8 javydreamercsw 2010-06-01 12:20:59 UTC
Created attachment 99706 [details]
stacktrace

Compiling
Comment 9 Tomas Zezula 2010-06-01 12:42:07 UTC
Seems as FileUtil.getRP bug.
The File is in under the root and
1) Root isValid and isFolder
2) File is also valid.
Comment 10 Jaroslav Tulach 2010-06-04 09:56:40 UTC

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