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 197238 - NullPointerException at org.sonatype.aether.impl.internal.DefaultMetadataResolver.resolve
Summary: NullPointerException at org.sonatype.aether.impl.internal.DefaultMetadataReso...
Status: RESOLVED DUPLICATE of bug 197146
Alias: None
Product: projects
Classification: Unclassified
Component: Maven (show other bugs)
Version: 6.x
Hardware: All All
: P3 normal (vote)
Assignee: Jesse Glick
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-03-30 14:29 UTC by pekarna
Modified: 2011-03-30 16:43 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 178040


Attachments
stacktrace (2.84 KB, text/plain)
2011-03-30 14:29 UTC, pekarna
Details

Note You need to log in before you can comment on or make changes to this bug.
Description pekarna 2011-03-30 14:29:41 UTC
This bug was originally marked as duplicate of bug 196044, 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 201103220400)
VM: Java HotSpot(TM) 64-Bit Server VM, 19.1-b02, Java(TM) SE Runtime Environment, 1.6.0_24-b07
OS: Linux

User Comments:
pekarna: 1) git clone git://git.fedorahosted.org/git/rhq/rhq.git
2) Open the plugins/tomcat  module (without opening parents before)




Stacktrace: 
java.lang.NullPointerException
   at org.sonatype.aether.impl.internal.DefaultMetadataResolver.resolve(DefaultMetadataResolver.java:283)
   at org.sonatype.aether.impl.internal.DefaultMetadataResolver.resolveMetadata(DefaultMetadataResolver.java:177)
   at org.apache.maven.repository.internal.DefaultVersionResolver.resolveVersion(DefaultVersionResolver.java:211)
   at org.sonatype.aether.impl.internal.DefaultArtifactResolver.resolve(DefaultArtifactResolver.java:276)
   at org.sonatype.aether.impl.internal.DefaultArtifactResolver.resolveArtifacts(DefaultArtifactResolver.java:220)
   at org.sonatype.aether.impl.internal.DefaultArtifactResolver.resolveArtifact(DefaultArtifactResolver.java:197)
Comment 1 pekarna 2011-03-30 14:29:44 UTC
Created attachment 107385 [details]
stacktrace
Comment 2 Jesse Glick 2011-03-30 16:43:16 UTC

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