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 75100 - IDE hangs when I open "Add Server" dialog
Summary: IDE hangs when I open "Add Server" dialog
Status: VERIFIED FIXED
Alias: None
Product: serverplugins
Classification: Unclassified
Component: WebLogic (show other bugs)
Version: 5.x
Hardware: All Windows XP
: P1 blocker (vote)
Assignee: Libor Kotouc
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-04-16 02:16 UTC by Pavel Buzek
Modified: 2006-04-19 14:18 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
stack trace (16.62 KB, text/plain)
2006-04-16 03:32 UTC, Pavel Buzek
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Pavel Buzek 2006-04-16 02:16:28 UTC
I just did a clean build and I cannot add any server to IDE. When I try to open
the Add Server dialog either from Server Registry or from Server Manager the
dialog does not show and the IDE hangs.
Comment 1 Pavel Buzek 2006-04-16 03:32:28 UTC
Created attachment 29875 [details]
stack trace
Comment 2 Pavel Buzek 2006-04-16 03:37:28 UTC
disabling weblogic module makes this go away..
Comment 3 Pavel Buzek 2006-04-16 03:45:33 UTC
Tested on 1.6.0 b51 and 1.5.0_05 with the same result.

BTW: It is strange that weblogic is trying to initialize its iterator when it is
not even selected in the Combo Box, is not it? Even stranger that it is creating
a file chooser as part of this!
Comment 4 Libor Kotouc 2006-04-18 15:06:57 UTC
I cannot reproduce the issue on the Linux machines (I tried three of them) nor
on the Windows XP machine.

Anyway, I postponed the initialization of the panels and of the file chooser
until these objects are used.

Checking in ServerLocationPanel.java;
/cvs/serverplugins/weblogic9/src/org/netbeans/modules/j2ee/weblogic9/ui/wizard/ServerLocationPanel.java,v
 <--  ServerLocationPanel.java
new revision: 1.4.10.2.2.2; previous revision: 1.4.10.2.2.1
done
Checking in WLInstantiatingIterator.java;
/cvs/serverplugins/weblogic9/src/org/netbeans/modules/j2ee/weblogic9/ui/wizard/WLInstantiatingIterator.java,v
 <--  WLInstantiatingIterator.java
new revision: 1.3.14.2.2.1; previous revision: 1.3.14.2
done
Comment 5 Michal Mocnak 2006-04-19 14:18:23 UTC
Verified