Skip to content
This repository was archived by the owner on Feb 11, 2020. It is now read-only.
This repository was archived by the owner on Feb 11, 2020. It is now read-only.

NPE in "Background source download job". #2

@thallgren

Description

@thallgren

Whenever I start debugging, I get a dialog informing me that a background job for downloading source fails. The error log reveals the following stack-trace:

java.lang.NullPointerException
at org.apache.maven.index.DefaultSearchEngine.searchIteratorPaged(DefaultSearchEngine.java:313)
at org.apache.maven.index.DefaultSearchEngine.searchIteratorPaged(DefaultSearchEngine.java:282)
at org.apache.maven.index.DefaultNexusIndexer.identify(DefaultNexusIndexer.java:580)
at org.eclipse.m2e.core.internal.index.nexus.NexusIndexManager.identify(NexusIndexManager.java:1274)
at org.eclipse.m2e.core.internal.index.nexus.NexusIndexManager.identify(NexusIndexManager.java:300)
at org.eclipse.m2e.core.internal.index.nexus.NexusIndex.identify(NexusIndex.java:141)
at org.eclipse.m2e.core.internal.index.nexus.CompositeIndex.identifyAll(CompositeIndex.java:67)
at com.ifedorenko.m2e.sourcelookup.internal.PomPropertiesScanner.identify(PomPropertiesScanner.java:148)
at com.ifedorenko.m2e.sourcelookup.internal.PomPropertiesScanner.scan(PomPropertiesScanner.java:125)
at com.ifedorenko.m2e.sourcelookup.internal.SourceLookupParticipant.discoverSourceContainer(SourceLookupParticipant.java:258)
at com.ifedorenko.m2e.sourcelookup.internal.SourceLookupParticipant$CreateContainerRunnable.run(SourceLookupParticipant.java:75)
at com.ifedorenko.m2e.sourcelookup.internal.BackgroundProcessingJob.run(BackgroundProcessingJob.java:49)
at org.eclipse.core.internal.jobs.Worker.run(Worker.java:53)

My IDE is running 4.3M5a and the dynamic source code lookup feature is version 1.1.0.201302162303.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions