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 175879 - IllegalStateException: Corrupted project metadata (project.xml). Duplicate dependency entry found: ModuleDependency[me: BinaryEntry[/media/karta/space/platforms/netbeans/trunk/netbeans/cnd3/modules/or
Summary: IllegalStateException: Corrupted project metadata (project.xml). Duplicate de...
Status: RESOLVED WORKSFORME
Alias: None
Product: apisupport
Classification: Unclassified
Component: Project (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker (vote)
Assignee: Jesse Glick
URL: http://statistics.netbeans.org/except...
Keywords:
: 178498 (view as bug list)
Depends on:
Blocks:
 
Reported: 2009-11-01 18:26 UTC by Jan Lahoda
Modified: 2010-03-11 17:40 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 161325


Attachments
stacktrace (1.07 KB, text/plain)
2009-11-01 18:26 UTC, Jan Lahoda
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Jan Lahoda 2009-11-01 18:26:30 UTC
Build: NetBeans IDE Dev (Build 091010)
VM: Java HotSpot(TM) Client VM, 11.0-b16, Java(TM) SE Runtime Environment, 1.6.0_11-b03
OS: Linux, 2.6.28-11-generic, i386

Stacktrace: 
java.lang.IllegalStateException: Corrupted project metadata (project.xml). Duplicate dependency entry found: ModuleDependency[me: BinaryEntry[/media/karta/space/platforms/netbeans/trunk/netbeans/cnd3/modules/org-netbeans-modules-cnd-lexer.jar], relVer: 1, specVer: null, implDep: false, compDep: false]
        at org.netbeans.modules.apisupport.project.ProjectXMLManager.getDirectDependencies(ProjectXMLManager.java:228)
        at org.netbeans.modules.apisupport.project.ui.customizer.SingleModuleProperties$2.run(SingleModuleProperties.java:518)
        at org.openide.util.RequestProcessor$Task.run(RequestProcessor.java:602)
        at org.openide.util.RequestProcessor$Processor.run(RequestProcessor.java:1084)
Comment 1 Jan Lahoda 2009-11-01 18:26:35 UTC
Created attachment 90385 [details]
stacktrace
Comment 2 Jesse Glick 2010-02-16 13:16:30 UTC
Not sure why you encountered this or how to reproduce. At least improving exception to be an IOE and mention the faulty project: core-main #8b448c726a73
Comment 3 Quality Engineering 2010-02-17 22:01:29 UTC
Integrated into 'main-golden', will be available in build *201002180200* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main/rev/8b448c726a73
User: Jesse Glick <jglick@netbeans.org>
Log: #175879: more helpful exception.
Comment 4 Jesse Glick 2010-03-11 17:40:03 UTC
*** Bug 178498 has been marked as a duplicate of this bug. ***