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 54654 - TopologicalSortException when opening New Project
Summary: TopologicalSortException when opening New Project
Status: CLOSED FIXED
Alias: None
Product: javame
Classification: Unclassified
Component: -- Other -- (show other bugs)
Version: 4.x
Hardware: PC All
: P3 blocker (vote)
Assignee: Adam Sotona
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-02-08 09:24 UTC by Lukas Hasik
Modified: 2006-10-23 16:41 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
org.openide.util.TopologicalSortException at org.openide.util.Utilities.topologicalSort(Utilities.java:1803) (6.33 KB, text/plain)
2005-02-08 09:33 UTC, Lukas Hasik
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Lukas Hasik 2005-02-08 09:24:33 UTC
org.openide.util.TopologicalSortException
        at
org.openide.util.Utilities.topologicalSort(Utilities.java:1803)
[catch] at
org.openide.loaders.FolderList.carefullySort(FolderList.java:561)

appears when New project wizard opens, fresh userdir.

-full stack trace in attachment
Comment 1 Lukas Hasik 2005-02-08 09:33:44 UTC
Created attachment 20240 [details]
org.openide.util.TopologicalSortException at org.openide.util.Utilities.topologicalSort(Utilities.java:1803)
Comment 2 Jaroslav Tulach 2005-02-08 09:45:15 UTC
Guys, you need to learn to read the exception description. The
important part is:

Conflict #0: 
nbfs://nbhost/SystemFileSystem/Templates/Project/Standard/
nbfs://nbhost/SystemFileSystem/Templates/Project/J2ME
nbfs://nbhost/SystemFileSystem/Templates/Project/Web

That means there is problem in specified ordering between these files.
One of the module layers need to be fixed. Probably the j2me one, but
there is nothing that can be done in core.
Comment 3 Lukas Hasik 2005-02-08 09:54:10 UTC
reassigning to j2me, read Jarda's comment, it's probably j2me problem
and need to be fixed on j2me side.
Comment 4 Adam Sotona 2005-02-08 10:07:26 UTC
HIE turned all the templates up-side-down so we must follow.

Fixed now.
Comment 5 Lukas Hasik 2006-01-17 13:57:30 UTC
verifying all old issues