You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@ant.apache.org by "Maarten Coene (JIRA)" <ji...@apache.org> on 2014/03/26 22:54:26 UTC

[jira] [Updated] (IVY-1343) NullPointerExeption in AbstractOSGiResolver

     [ https://issues.apache.org/jira/browse/IVY-1343?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Maarten Coene updated IVY-1343:
-------------------------------

    Fix Version/s:     (was: trunk)
                   2.4.0-RC1

> NullPointerExeption in AbstractOSGiResolver
> -------------------------------------------
>
>                 Key: IVY-1343
>                 URL: https://issues.apache.org/jira/browse/IVY-1343
>             Project: Ivy
>          Issue Type: Bug
>          Components: Core
>    Affects Versions: 2.3.0-RC1
>         Environment: Ubuntu 2.6.32-25-generic-pae,
> java version "1.6.0_26"
> Java(TM) SE Runtime Environment (build 1.6.0_26-b03)
> Java HotSpot(TM) Server VM (build 20.1-b02, mixed mode)
> Apache Ant version 1.8.0 compiled on April 9 2010
>            Reporter: Thomas Kurpick
>            Assignee: Nicolas Lalevée
>            Priority: Critical
>              Labels: patch
>             Fix For: 2.3.0-RC2, 2.4.0-RC1
>
>         Attachments: UpdateSiteAndIbiblioResolverTest.java, patch.txt
>
>
> A NullPointerException is thrown, if I try to resolve a dependency after I cleared the cache.
> Steps to reproduce:
> 1. create a ivysettings.xml with a chain including a ibiblio and an updatesite as resolver.
> 2. create a dependency to a artifact that can be found with the ibiblio resolver.
> 3. call ivy retrieve
> actual result:
>  - no dependency is resolved and retrieved and a NullPointerException is thrown
> expected result:
>  - dependency is resolved and retrieved from ibiblio
> See also the attached patch and test case.
> ---
> problem occurred while resolving dependency: org.mod4j.com.ibm#icu;4.0.1 {compile=[*, !sources, !javadoc]} with p2-repos: java.lang.NullPointerException
> 	at org.apache.ivy.osgi.repo.AbstractOSGiResolver.findIvyFileRef(AbstractOSGiResolver.java:132)
> 	at org.apache.ivy.plugins.resolver.BasicResolver.getDependency(BasicResolver.java:228)
> 	at org.apache.ivy.plugins.resolver.ChainResolver.getDependency(ChainResolver.java:104)
> 	at org.apache.ivy.core.resolve.IvyNode.loadData(IvyNode.java:169)
> 	at org.apache.ivy.core.resolve.VisitNode.loadData(VisitNode.java:292)
> 	at org.apache.ivy.core.resolve.ResolveEngine.fetchDependencies(ResolveEngine.java:695)
> 	at org.apache.ivy.core.resolve.ResolveEngine.doFetchDependencies(ResolveEngine.java:780)
> 	at org.apache.ivy.core.resolve.ResolveEngine.fetchDependencies(ResolveEngine.java:703)
> 	at org.apache.ivy.core.resolve.ResolveEngine.getDependencies(ResolveEngine.java:575)
> 	at org.apache.ivy.core.resolve.ResolveEngine.resolve(ResolveEngine.java:233)
> 	at org.apache.ivy.core.resolve.ResolveEngine.resolve(ResolveEngine.java:194)
> 	at org.apache.ivy.Ivy.resolve(Ivy.java:503)
> 	at org.apache.ivy.Main.run(Main.java:270)
> 	at org.apache.ivy.Main.main(Main.java:179)



--
This message was sent by Atlassian JIRA
(v6.2#6252)