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 137936

Summary: Debugger module is not installed
Product: javafx Reporter: Alexandr Scherbatiy <sunflower>
Component: DebuggerAssignee: Alexey Butenko <alexeybutenko>
Status: VERIFIED FIXED    
Severity: blocker    
Priority: P2    
Version: 6.x   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter:
Bug Depends on: 136318    
Bug Blocks:    
Attachments: IDE screen-shot

Description Alexandr Scherbatiy 2008-06-23 09:39:36 UTC
Steps to reproduce:

- Install a JavaFX Script plugin
- Uninstall the JavaFX Script plugin
- Install new version of the JavaFX Script plugin
  The Information dialog appears: 'Plugins "JavaFX Debugger - API" is already installed'
Comment 1 Alexandr Scherbatiy 2008-06-23 09:40:08 UTC
Created attachment 63237 [details]
IDE screen-shot
Comment 2 Alexei Mokeev 2008-07-09 14:35:49 UTC
Unclear yet. Looks like side effect of some other bug. Sasha will provide more information.
Comment 3 Alexei Mokeev 2008-07-09 14:38:33 UTC
See also http://www.netbeans.org/issues/show_bug.cgi?id=135779
Comment 4 Alexei Mokeev 2008-07-09 14:44:02 UTC
Blocked by 136318. If we will allow Debugger un-installation then it will force Java Debugger de-installation
Comment 5 Lark Fitzgerald 2008-07-10 17:48:41 UTC
Note: There is a workaround to this issue.  The user can install the Module Manager plugin and uninstall each fx 
module manually,
org-netbeans-modules-api-debugger-javafx.jar
org-netbeans-modules-debugger-javafx-project.jar
org-netbeans-modules-javafx-debug.jar
org-netbeans-modules-javafx-lexer.jar
org-netbeans-modules-javafx-lib.jar
org-netbeans-modules-javafx-platform.jar
org-netbeans-modules-javafx-source.jar 

or they can uninstall/reinstall NB.  Users of the installer build will not run into this issue.
Comment 6 Lark Fitzgerald 2008-07-14 15:27:21 UTC
*** Issue 136952 has been marked as a duplicate of this issue. ***
Comment 7 Andrey Yamkovoy 2008-07-25 09:25:30 UTC
Fixed by fix for another issue.
Comment 8 Alexandr Scherbatiy 2008-08-22 11:47:37 UTC
verified