You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@ant.apache.org by "David Pérez (JIRA)" <ji...@apache.org> on 2014/12/24 12:31:13 UTC

[jira] [Created] (IVY-1504) ArrayIndexOutOfBoundsException when using a p2 repository for dependencies

David Pérez created IVY-1504:
--------------------------------

             Summary: ArrayIndexOutOfBoundsException when using a p2 repository for dependencies
                 Key: IVY-1504
                 URL: https://issues.apache.org/jira/browse/IVY-1504
             Project: Ivy
          Issue Type: Bug
    Affects Versions: 2.3.0
         Environment: Linux, SBT 0.13.7
            Reporter: David Pérez


I've reported first the bug in the SBT, but I think the problem lies more in Ivy.

Here is a link:

https://github.com/sbt/sbt/issues/1788

{code}
java.lang.NullPointerException at org.apache.ivy.osgi.p2.P2MetadataParser.namespace2Type(P2MetadataParser.java:338)
[error] 0
java.lang.ArrayIndexOutOfBoundsException: 0
at org.apache.ivy.util.StringUtils.getErrorMessage(StringUtils.java:64)
at org.apache.ivy.core.resolve.IvyNode.getProblemMessage(IvyNode.java:937)
at org.apache.ivy.plugins.report.LogReportOutputter.output(LogReportOutputter.java:148)
at org.apache.ivy.core.report.ResolveReport.output(ResolveReport.java:99)
{code}




--
This message was sent by Atlassian JIRA
(v6.3.4#6332)