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 269954 - NullPointerException at org.netbeans.modules.web.project.WebActionProvider.getTargetNames
Summary: NullPointerException at org.netbeans.modules.web.project.WebActionProvider.ge...
Status: NEW
Alias: None
Product: javaee
Classification: Unclassified
Component: Web Project (show other bugs)
Version: 8.2
Hardware: All All
: P3 normal (vote)
Assignee: David Konecny
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2017-03-01 11:12 UTC by praveen3016
Modified: 2017-10-26 10:17 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 227608


Attachments
stacktrace (1.84 KB, text/plain)
2017-03-01 11:12 UTC, praveen3016
Details

Note You need to log in before you can comment on or make changes to this bug.
Description praveen3016 2017-03-01 11:12:45 UTC
Build: NetBeans IDE 8.2 (Build 201609300101)
VM: Java HotSpot(TM) 64-Bit Server VM, 25.101-b13, Java(TM) SE Runtime Environment, 1.8.0_101-b13
OS: Windows 7

User Comments:
GUEST: please fix this issue

praveen3016: i cannot run any jsp and html page through netbeans.please help for this issue asap

GUEST: s

GUEST: i dont know




Stacktrace: 
java.lang.NullPointerException
   at org.netbeans.modules.web.project.WebActionProvider.getTargetNames(WebActionProvider.java:371)
   at org.netbeans.modules.java.api.common.project.BaseActionProvider$1Action.doRun(BaseActionProvider.java:488)
   at org.netbeans.modules.java.api.common.project.BaseActionProvider$1Action.run(BaseActionProvider.java:465)
   at org.netbeans.api.java.source.ui.ScanDialog.runWhenScanFinished(ScanDialog.java:145)
   at org.netbeans.modules.java.api.common.project.BaseActionProvider.invokeAction(BaseActionProvider.java:671)
   at org.netbeans.spi.project.support.LookupProviderSupport$MergedActionProvider.invokeAction(LookupProviderSupport.java:287)
Comment 1 praveen3016 2017-03-01 11:12:48 UTC
Created attachment 163734 [details]
stacktrace