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 40318 - IDE hangs at CLIHandler
Summary: IDE hangs at CLIHandler
Status: VERIFIED WONTFIX
Alias: None
Product: platform
Classification: Unclassified
Component: -- Other -- (show other bugs)
Version: 3.x
Hardware: PC Windows ME/2000
: P3 blocker (vote)
Assignee: Jaroslav Tulach
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-02-20 12:14 UTC by Martin Schovanek
Modified: 2008-12-22 18:51 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
thread dump (1.83 KB, text/plain)
2004-02-20 12:15 UTC, Martin Schovanek
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Martin Schovanek 2004-02-20 12:14:23 UTC
[Nb Build 200402191900, jdk1.4.2_03]

Cannot start IDE on W2k, it hangs at
org.netbeans.CLIHandler.initialize(CLIHandler.java:451)
Comment 1 Martin Schovanek 2004-02-20 12:15:27 UTC
Created attachment 13547 [details]
thread dump
Comment 2 Martin Schovanek 2004-02-20 12:43:39 UTC
Pardon,
it was partially my error. I first started IDE by runidew.exe and
Confirm Import Settings dialog appeared. But was hidden behind other
window and because I did not see it in the Task Bar I thought that the
IDE crashed.

When I started IDE by runide.exe to see what happens IDE hangs.

Lovering priority to P3.

Proposed solution: Detect this situation an display a warning.


Comment 3 Jaroslav Tulach 2004-02-20 13:08:54 UTC
Looks like user error. This is the expected behaviour. The reason for
this behaviour is to wait till the first ide is started. The proposed
solution will not work as it does not differentiate between IDE not
starting and starting for long time.
Comment 4 Marian Mirilovic 2005-07-15 07:43:32 UTC
closed