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 268781 - NullPointerException at org.netbeans.modules.j2ee.persistence.indexing.CopyResourcesIndexer$Factory.scanStarted
Summary: NullPointerException at org.netbeans.modules.j2ee.persistence.indexing.CopyRe...
Status: NEW
Alias: None
Product: javaee
Classification: Unclassified
Component: Persistence (show other bugs)
Version: 8.2
Hardware: All All
: P3 normal (vote)
Assignee: Sergey Petrov
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-11-02 08:34 UTC by terje7601
Modified: 2016-11-02 08:34 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 226935


Attachments
stacktrace (3.18 KB, text/plain)
2016-11-02 08:34 UTC, terje7601
Details

Note You need to log in before you can comment on or make changes to this bug.
Description terje7601 2016-11-02 08:34:46 UTC
Build: NetBeans IDE 8.2 (Build 201609300101)
VM: Java HotSpot(TM) 64-Bit Server VM, 25.91-b15, Java(TM) SE Runtime Environment, 1.8.0_91-b15
OS: Windows 7

User Comments:
GUEST: Error prompting again and again

terje7601: Not sure what I was doing exactly




Stacktrace: 
java.lang.NullPointerException
   at org.netbeans.modules.j2ee.persistence.indexing.CopyResourcesIndexer$Factory.scanStarted(CopyResourcesIndexer.java:117)
   at org.netbeans.modules.parsing.impl.indexing.RepositoryUpdater$Work.doStartCustomIndexer(RepositoryUpdater.java:2477)
   at org.netbeans.modules.parsing.impl.indexing.RepositoryUpdater$Work.customIndexersScanStarted(RepositoryUpdater.java:2459)
   at org.netbeans.modules.parsing.impl.indexing.RepositoryUpdater$Work.scanStarted(RepositoryUpdater.java:2420)
   at org.netbeans.modules.parsing.impl.indexing.RepositoryUpdater$Work$3.call(RepositoryUpdater.java:3313)
   at org.netbeans.modules.parsing.impl.indexing.RepositoryUpdater$Work$3.call(RepositoryUpdater.java:3281)
Comment 1 terje7601 2016-11-02 08:34:48 UTC
Created attachment 162725 [details]
stacktrace