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 247024 - NullPointerException at org.netbeans.modules.autoupdate.ui.wizards.InstallStep.tryPerformDownload
Summary: NullPointerException at org.netbeans.modules.autoupdate.ui.wizards.InstallSte...
Status: NEW
Alias: None
Product: platform
Classification: Unclassified
Component: Plugin Manager (show other bugs)
Version: 8.0
Hardware: All All
: P3 normal (vote)
Assignee: Libor Fischmeistr
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-09-11 10:44 UTC by Exceptions Reporter
Modified: 2014-09-11 10:44 UTC (History)
2 users (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 211718


Attachments
stacktrace (1.52 KB, text/plain)
2014-09-11 10:44 UTC, Exceptions Reporter
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Exceptions Reporter 2014-09-11 10:44:25 UTC
This bug was originally marked as duplicate of bug 243185, that is already resolved. This bug is still valid, so this seems to be another bug, but it might be related.

Build: NetBeans IDE 8.0.1 (Build 201408251540)
VM: Java HotSpot(TM) Client VM, 24.55-b03, Java(TM) SE Runtime Environment, 1.7.0_55-b13
OS: Windows 8

User Comments:
GUEST: <Please provide a description of the problem or the steps to reproduce>

GUEST: Importing JSLint plugin

GUEST: plugin update

stezeb: Downloaded plugin which requires restart.
Confirmed the restart dialog.
Pop-up was show that there is an other process running.
Cancelled the restart.
Switched to other tab in plugin manager.

GUEST: I am installing python plugin in netbean 8.0 and after running installation netbean IDE throw this exception.

tjquinn: Was trying to install a plug-in (the gradle one I think was the one at the time).




Stacktrace: 
java.lang.NullPointerException
   at org.netbeans.modules.autoupdate.ui.wizards.InstallStep.tryPerformDownload(InstallStep.java:363)
   at org.netbeans.modules.autoupdate.ui.wizards.InstallStep.handleDownload(InstallStep.java:258)
   at org.netbeans.modules.autoupdate.ui.wizards.InstallStep.doDownloadAndVerificationAndInstall(InstallStep.java:230)
   at org.netbeans.modules.autoupdate.ui.wizards.InstallStep.access$200(InstallStep.java:106)
   at org.netbeans.modules.autoupdate.ui.wizards.InstallStep$2.run(InstallStep.java:206)
   at org.openide.util.RequestProcessor$Task.run(RequestProcessor.java:1423)
Comment 1 Exceptions Reporter 2014-09-11 10:44:27 UTC
Created attachment 149135 [details]
stacktrace