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 - Chain of NPE when installed module forcing restart
Summary: Chain of NPE when installed module forcing restart
Status: VERIFIED FIXED
Alias: None
Product: platform
Classification: Unclassified
Component: Autoupdate (show other bugs)
Version: 6.x
Hardware: All All
: P1 blocker (vote)
Assignee: Jiri Rechtacek
URL:
Keywords:
Depends on:
Blocks: 89627
  Show dependency tree
 
Reported: 2007-03-29 09:43 UTC by Jaromir Uhrik
Modified: 2007-03-30 13:14 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
Messages.log attached... (1.42 MB, text/plain)
2007-03-29 09:52 UTC, Jaromir Uhrik
Details
Messages.log attached... (1.42 MB, text/plain)
2007-03-29 09:55 UTC, Jaromir Uhrik
Details

Note You need to log in before you can comment on or make changes to this bug.
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.