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 142825 - in some scenarios IDE is frozen after resolving missed server problem
Summary: in some scenarios IDE is frozen after resolving missed server problem
Status: RESOLVED FIXED
Alias: None
Product: serverplugins
Classification: Unclassified
Component: Infrastructure (show other bugs)
Version: 6.x
Hardware: All All
: P2 blocker (vote)
Assignee: Petr Hejl
URL:
Keywords: RANDOM
Depends on:
Blocks:
 
Reported: 2008-08-04 17:13 UTC by Oleg Khokhlov
Modified: 2008-08-19 06:10 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
dump (29.72 KB, text/plain)
2008-08-04 17:14 UTC, Oleg Khokhlov
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Oleg Khokhlov 2008-08-04 17:13:37 UTC
Steps to reproduce:
1. Start nb with clean userdir
2. Create simple web project with GF2 as server
3. Close IDE, clean userdir
4. Start nb, open your web project - you'll get 'Missing server' badge on your project
5. Resolve this problem with adding GF2 to a project again
IDE is completely frozen.

Product Version: NetBeans IDE Dev (Build 200808020201)
Java: 1.6.0_10-beta; Java HotSpot(TM) Client VM 11.0-b12
System: Windows XP version 5.1 running on x86; Cp1252; en_US (nb)
Comment 1 Oleg Khokhlov 2008-08-04 17:14:06 UTC
Created attachment 66511 [details]
dump
Comment 2 Petr Hejl 2008-08-11 14:17:26 UTC
I can't reproduce this. Is it reproducible for you? Any more specific instructions?
Comment 3 Oleg Khokhlov 2008-08-13 13:42:42 UTC
checked with 20080812

you need to delete .netbeans-derby as well
After project is opened you start to resolve missing server problem:
- you go through "Add server instance" dialog and press Finish;
- "Resolve Missing Server Problem" dialog appears. 
At this time new .netbeans-derby directory is created and it has 'travel' and 'sample' subdirs but doesn't have 'vir'
subdir. 
If now you press OK in "Resolve Missing Server Problem" dialog - IDE hangs.
You need to wait some time - 'vir' subdir appears then it's populated with files and only after that you can safely
click 'OK' 
Comment 4 Petr Hejl 2008-08-18 10:36:46 UTC
Fixed in main b3da500d7cb2.

This change may have (when improperly done) an impact on CoS. Honzo can you test & verify this issue for CoS regressions?
Comment 5 Quality Engineering 2008-08-19 06:10:34 UTC
Integrated into 'main-golden', available in build *200808190201* on http://bits.netbeans.org/dev/nightly/
Changeset: http://hg.netbeans.org/main/rev/b3da500d7cb2
User: phejl@netbeans.org
Log: #142825 in some scenarios IDE is frozen after resolving missed server problem