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 99351

Summary: Chain of NPE when installed module forcing restart
Product: platform Reporter: Jaromir Uhrik <juhrik>
Component: AutoupdateAssignee: Jiri Rechtacek <jrechtacek>
Status: VERIFIED FIXED    
Severity: blocker CC: rmatous
Priority: P1    
Version: 6.x   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter:
Bug Depends on:    
Bug Blocks: 89627    
Attachments: Messages.log attached...
Messages.log attached...

Description Jaromir Uhrik 2007-03-29 09:43:04 UTC
[Build of 070327]
Install Scripting|Common Scripting Language Support and push button "Restart IDE
Now" at the final step of Installer. NPE appears then and the Installer doesn't
disappear until you press Install IDE Later button. Then the loop of NPE appears
in Exception dialog.
Comment 1 Jaromir Uhrik 2007-03-29 09:52:23 UTC
Created attachment 40126 [details]
Messages.log attached...
Comment 2 Jaromir Uhrik 2007-03-29 09:55:49 UTC
Created attachment 40127 [details]
Messages.log attached...
Comment 3 rmatous 2007-03-29 10:46:19 UTC
These changes && fixes for #99339 - fix the problem
/cvs/autoupdate/ui/src/org/netbeans/modules/autoupdate/ui/wizards/Attic/InstallUnitWizardModel.java,v
 <--  InstallUnitWizardModel.java
new revision: 1.1.2.14; previous revision: 1.1.2.13

/cvs/autoupdate/ui/src/org/netbeans/modules/autoupdate/ui/wizards/Attic/InstallStep.java,v
 <--  InstallStep.java
new revision: 1.1.2.7; previous revision: 1.1.2.6

/cvs/autoupdate/ui/src/org/netbeans/modules/autoupdate/ui/Attic/Unit.java,v  <--
 Unit.java
new revision: 1.1.2.16; previous revision: 1.1.2.15
Comment 4 Jaromir Uhrik 2007-03-30 13:14:21 UTC
Verified.