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 132098

Summary: NetBeans hangs up, while adding new action for plugin.
Product: apisupport Reporter: dmitryafanasjev <dmitryafanasjev>
Component: TemplatesAssignee: Jesse Glick <jglick>
Status: RESOLVED WONTFIX    
Severity: blocker Keywords: THREAD
Priority: P3    
Version: 6.x   
Hardware: PC   
OS: Linux   
Issue Type: DEFECT Exception Reporter:
Attachments: thread dump

Description dmitryafanasjev 2008-04-04 18:13:44 UTC
I've got Ubuntu Linux and Sun Java 1.6. 

I've created new "Plugin Module" project and want to add new action for it. But "Add action dialog" hangs up when it
goes to "GUI Registration" step. Nothing helps, except "killall java" in cmd.
Comment 1 Tomas Danek 2008-04-04 21:11:35 UTC
could you please generate thread dump (http://wiki.netbeans.org/GenerateThreadDump) when ide freezes and attach?
Comment 2 Jesse Glick 2008-04-04 21:38:12 UTC
Note that this panel does need to check the target platform for possible locations to install the new action (shown in
various combo boxes), which can take a little while as it scans layers of existing modules.
Comment 3 Jesse Glick 2008-06-17 20:06:53 UTC
No more information.
Comment 4 jdalbey 2012-01-11 18:29:27 UTC
Created attachment 114808 [details]
thread dump
Comment 5 jdalbey 2012-01-11 18:48:11 UTC
I'm experiencing a similar issue.
I'm trying to follow the plugin quick start tutorial.
I'm using NetBeans 6.9.1 on Fedora.
When attempting to create a new Action, 
the GUI Registration dialog appears, but then NB hangs up
during populating the dialog.  

It doesn't seem to always hang at exactly the same spot.
Usually it hangs trying to populate the Position field of
Global Menu Item, but sometimes it makes it a little further.
Occasionally it will populate the dialog but the buttons
don't react.
Sometimes a warning popup dialog appears saying
"Folder org already exists."  If I click "OK" than
the dialog will populate and I can proceed.
Comment 6 Jesse Glick 2012-01-11 19:59:30 UTC
Sorry, 6.9.1 is too old to report bugs against; 7.1 is the current release (with 7.0 and 7.0.1 intervening).