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 116840 - IDE Waiting on Condition (forever) after installing VW via UC
Summary: IDE Waiting on Condition (forever) after installing VW via UC
Status: VERIFIED FIXED
Alias: None
Product: obsolete
Classification: Unclassified
Component: visualweb (show other bugs)
Version: 6.x
Hardware: All All
: P1 blocker (vote)
Assignee: Ch Nguyen
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-09-26 15:51 UTC by Lark Fitzgerald
Modified: 2007-09-28 20:46 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
thread dump (8.66 KB, text/plain)
2007-09-26 15:52 UTC, Lark Fitzgerald
Details
messages.log (95.29 KB, text/plain)
2007-09-26 15:53 UTC, Lark Fitzgerald
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Lark Fitzgerald 2007-09-26 15:51:27 UTC
The IDE becomes unresponsive after installing VW using the Update Center.

1. Installed NB Java SE install (200709250000)
2. Tools > Plugins > Available > Visual JSF  (install following instructions)
Takes a while.  The IDE does not restart, nor does it ask you to do it.
3. Press the File menu and nothing happens.  The ide appears hung.

I've attached a thread dump and the IDE log.

Tested using:
System: Windows Vista version 6.0 running on x86; Cp1252; en_US (nb)
Java: 1.5.0_12; Java HotSpot(TM) Client VM 1.5.0_12-b04
Comment 1 Lark Fitzgerald 2007-09-26 15:52:20 UTC
Created attachment 49576 [details]
thread dump
Comment 2 Lark Fitzgerald 2007-09-26 15:53:45 UTC
Created attachment 49578 [details]
messages.log
Comment 3 _ potingwu 2007-09-26 17:08:31 UTC
Looks like an auto-update issue. Not a little thing related to 'project'! Don't know why it goes to this category!
Comment 4 Ch Nguyen 2007-09-26 17:55:00 UTC
I'm trying to reproduce this now using build 200709260000.
Comment 5 Pavel Buzek 2007-09-26 18:33:14 UTC
I had the same problem when installing Visual JSF and Tomcat from UC into beta1 (just Java SE).
Everything works after restart. Do we need to set "Needs Restart on Install" for the kit module?
Comment 6 Ch Nguyen 2007-09-26 18:45:30 UTC
Yes,  I think we need to set restart on kit module.  Also, I think we might need to add another dependency on Glassfish
plugin or Tomcat module.

What do you think?
Comment 7 Pavel Buzek 2007-09-26 18:52:55 UTC
I do not think we need a dependency on any of the server plugins. If we did which one would it be? VW can work with
several and does not need a particular one. IMO the user should either get the whole Web & Java EE category or pick
plugins one by one - but then also select the server plugin that she wants to use.
Comment 8 Ch Nguyen 2007-09-26 19:30:21 UTC
Sounds like you've done quite a bit of homework on this.  So, the only change I'm doing now is to set the restart:
Checking in project.properties;
/cvs/visualweb/kit/nbproject/project.properties,v  <--  project.properties
new revision: 1.3; previous revision: 1.2
done

I cannot reproduce the hang though. Neither did Pavel. In any case, Lark, you can verify using tomorrow's build.
Comment 9 Pavel Buzek 2007-09-26 19:42:28 UTC
Actually I did reproduce the hang when I created a project right after downloading VW w/o restart. After I restarted it
was OK. I will try testing the whole thing with the new build when I get to it. Thanks.
Comment 10 Lark Fitzgerald 2007-09-28 20:46:01 UTC
Verified using 200809280000.  Tested with and without restart.