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 12110 - NPE after bad download
Summary: NPE after bad download
Status: CLOSED FIXED
Alias: None
Product: platform
Classification: Unclassified
Component: Autoupdate (show other bugs)
Version: 3.x
Hardware: PC Windows ME/2000
: P3 blocker (vote)
Assignee: akemr
URL:
Keywords:
: 14385 (view as bug list)
Depends on:
Blocks:
 
Reported: 2001-05-11 13:23 UTC by rbalada
Modified: 2003-06-30 13:50 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
Copy of NPE thrown by autoupdate (1.97 KB, text/plain)
2001-07-20 20:45 UTC, rbalada
Details

Note You need to log in before you can comment on or make changes to this bug.
Description rbalada 2001-05-11 13:23:47 UTC
I tried to download (only) API support extension from NetBeans update centre.
First time the download failed and on next page it showed unchecked API support 
with comment "Bad download". I went back to module section and selected API 
support again and started download. Progress of download came to the end and 
then I pressed Next. I saw again the same page with "Bad download". I clicked on 
checkbox to select the "bad download" API support module to install and Null 
Pointer Exception was thrown.

Copy of NPE will be added as attachment.
Comment 1 rbalada 2001-05-11 13:25:07 UTC
Created attachment 1347 [details]
Copy of NPE thrown by autoupdate
Comment 2 akemr 2001-05-14 09:40:42 UTC
Fixed in main trunk.
Comment 3 akemr 2001-05-23 09:22:53 UTC
There is one similar situation:

1) The errors encountered are download errors. Here
   is the message:

	Download of modules <module name> fails.
	Try to download this module again?

2) If you say No or Cancel, Next button will be enabled.
3) Click Next
4) NPE (the same as is already attached) appears when trying 
   to check signing the non-existent modules.
Comment 4 akemr 2001-05-24 14:33:41 UTC
Fixed in main trunk.

http://www.netbeans.org/unbranded-
source/browse/autoupdate/src/org/netbeans/modules/autoupdate/ResultsPanel.java.d
iff?r1=1.20&r2=1.21

http://www.netbeans.org/unbranded-
source/browse/autoupdate/src/org/netbeans/modules/autoupdate/SignVerifier.java.d
iff?r1=1.12&r2=1.13
Comment 5 akemr 2001-06-12 08:40:58 UTC
Fixed in pilsen_fcs
Comment 6 akemr 2001-08-15 08:48:30 UTC
*** Issue 14385 has been marked as a duplicate of this issue. ***
Comment 7 Quality Engineering 2003-06-30 13:50:43 UTC
Resolved for 3.3.x or earlier, no new info since then -> closing.