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 252334 - NullPointerException at org.apache.maven.index.context.DefaultIndexingContext.acquireIndexSearcher
Summary: NullPointerException at org.apache.maven.index.context.DefaultIndexingContext...
Status: RESOLVED DUPLICATE of bug 219645
Alias: None
Product: projects
Classification: Unclassified
Component: Maven (show other bugs)
Version: 8.1
Hardware: All All
: P3 normal (vote)
Assignee: Tomas Stupka
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-05-11 10:07 UTC by Petr Hejl
Modified: 2015-05-25 09:03 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 217223


Attachments
stacktrace (2.80 KB, text/plain)
2015-05-11 10:07 UTC, Petr Hejl
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Petr Hejl 2015-05-11 10:07:49 UTC
This bug was originally marked as duplicate of bug 219645, that is already resolved. This bug is still valid, so this seems to be another bug, but it might be related.

Build: NetBeans IDE Dev (Build 20150511-f33d88875594)
VM: Java HotSpot(TM) 64-Bit Server VM, 24.60-b09, Java(TM) SE Runtime Environment, 1.7.0_60-b19
OS: Linux

User Comments:
phejl: Working with maven webap.




Stacktrace: 
java.lang.NullPointerException
   at org.apache.maven.index.context.DefaultIndexingContext.acquireIndexSearcher(DefaultIndexingContext.java:498)
   at org.apache.maven.index.context.NexusIndexMultiReader.acquire(NexusIndexMultiReader.java:56)
   at org.apache.maven.index.context.NexusIndexMultiSearcher.<init>(NexusIndexMultiSearcher.java:32)
   at org.apache.maven.index.DefaultSearchEngine.searchIteratorPaged(DefaultSearchEngine.java:276)
   at org.apache.maven.index.DefaultSearchEngine.searchIteratorPaged(DefaultSearchEngine.java:257)
   at org.netbeans.modules.maven.indexer.NexusRepositoryIndexerImpl.repeatedPagedSearch(NexusRepositoryIndexerImpl.java:432)
Comment 1 Petr Hejl 2015-05-11 10:07:51 UTC
Created attachment 153594 [details]
stacktrace
Comment 2 Tomas Stupka 2015-05-25 09:03:37 UTC

*** This bug has been marked as a duplicate of bug 219645 ***