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

Summary: IDE hangs at CLIHandler
Product: platform Reporter: Martin Schovanek <mschovanek>
Component: -- Other --Assignee: Jaroslav Tulach <jtulach>
Status: VERIFIED WONTFIX    
Severity: blocker    
Priority: P3    
Version: 3.x   
Hardware: PC   
OS: Windows ME/2000   
Issue Type: DEFECT Exception Reporter:
Attachments: thread dump

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