You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@ant.apache.org by "Fn Ord (JIRA)" <ji...@apache.org> on 2010/05/10 20:32:30 UTC

[jira] Created: (IVY-1189) Publish failing with usepoms="false" on JDK 1.5

Publish failing with usepoms="false" on JDK 1.5
-----------------------------------------------

                 Key: IVY-1189
                 URL: https://issues.apache.org/jira/browse/IVY-1189
             Project: Ivy
          Issue Type: Bug
          Components: Ant
    Affects Versions: 2.1.0
         Environment: Linux 2.6.9-55.ELsmp
 jdk1.5.0_22
standalone Hudson
Apache Archiva 1.1.3 and/or 1.3.0
            Reporter: Fn Ord


This is a weird one, and it took me a very long time to hunt down.

I have builds publishing via the ant publish target, as I have been for years.

I recently set usepoms="false" and could no longer publish artifacts. The first artifact would publish, but any further artifacts, or the ivy.xml, would time out -- it's like the cirst connection never closes.

Switching the JDK to 1.6 instantly fixes the publishing issue.

Removing usepoms="false" also instantly fixes the issue.

Unfortunately, neither of these are acceptable workarounds. We publish a lot of internal code without pom files, and every time we go to resolve this code, our Maven repo scours the net for pom files that don't exist, and some builds that should take minutes take upwards of an hour.



-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Commented: (IVY-1189) Publish failing with usepoms="false" on JDK 1.5

Posted by "Maarten Coene (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/IVY-1189?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12865893#action_12865893 ] 

Maarten Coene commented on IVY-1189:
------------------------------------

Could you please try again with a recent snapshot build of Ivy?
It contains some improvements about connection closing etc.

If that doesn't help, could you tell which resolver you use for publishing?


> Publish failing with usepoms="false" on JDK 1.5
> -----------------------------------------------
>
>                 Key: IVY-1189
>                 URL: https://issues.apache.org/jira/browse/IVY-1189
>             Project: Ivy
>          Issue Type: Bug
>          Components: Ant
>    Affects Versions: 2.1.0
>         Environment: Linux 2.6.9-55.ELsmp
>  jdk1.5.0_22
> standalone Hudson
> Apache Archiva 1.1.3 and/or 1.3.0
>            Reporter: Fn Ord
>
> This is a weird one, and it took me a very long time to hunt down.
> I have builds publishing via the ant publish target, as I have been for years.
> I recently set usepoms="false" and could no longer publish artifacts. The first artifact would publish, but any further artifacts, or the ivy.xml, would time out -- it's like the cirst connection never closes.
> Switching the JDK to 1.6 instantly fixes the publishing issue.
> Removing usepoms="false" also instantly fixes the issue.
> Unfortunately, neither of these are acceptable workarounds. We publish a lot of internal code without pom files, and every time we go to resolve this code, our Maven repo scours the net for pom files that don't exist, and some builds that should take minutes take upwards of an hour.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Resolved: (IVY-1189) Publish failing with usepoms="false" on JDK 1.5

Posted by "Fn Ord (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/IVY-1189?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Fn Ord resolved IVY-1189.
-------------------------

    Fix Version/s: trunk
       Resolution: Fixed

This issue no longer exists in build:

Ivy 2.2.x-local-20100510200155 - 20100510200155

Works perfectly.

> Publish failing with usepoms="false" on JDK 1.5
> -----------------------------------------------
>
>                 Key: IVY-1189
>                 URL: https://issues.apache.org/jira/browse/IVY-1189
>             Project: Ivy
>          Issue Type: Bug
>          Components: Ant
>    Affects Versions: 2.1.0
>         Environment: Linux 2.6.9-55.ELsmp
>  jdk1.5.0_22
> standalone Hudson
> Apache Archiva 1.1.3 and/or 1.3.0
>            Reporter: Fn Ord
>             Fix For: trunk
>
>
> This is a weird one, and it took me a very long time to hunt down.
> I have builds publishing via the ant publish target, as I have been for years.
> I recently set usepoms="false" and could no longer publish artifacts. The first artifact would publish, but any further artifacts, or the ivy.xml, would time out -- it's like the cirst connection never closes.
> Switching the JDK to 1.6 instantly fixes the publishing issue.
> Removing usepoms="false" also instantly fixes the issue.
> Unfortunately, neither of these are acceptable workarounds. We publish a lot of internal code without pom files, and every time we go to resolve this code, our Maven repo scours the net for pom files that don't exist, and some builds that should take minutes take upwards of an hour.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Commented: (IVY-1189) Publish failing with usepoms="false" on JDK 1.5

Posted by "Fn Ord (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/IVY-1189?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12865907#action_12865907 ] 

Fn Ord commented on IVY-1189:
-----------------------------

We'll give that a shot in a minute. We're using ibiblio, publishing to Archiva, which runs on Jetty.

It had been working fine for upwards of a year, then they apparently removed a proxy server from the "middle" of our connection, and we started seeing this error. It would make sense that the connection closing was working with the proxy server, but is having issues with Jetty.

> Publish failing with usepoms="false" on JDK 1.5
> -----------------------------------------------
>
>                 Key: IVY-1189
>                 URL: https://issues.apache.org/jira/browse/IVY-1189
>             Project: Ivy
>          Issue Type: Bug
>          Components: Ant
>    Affects Versions: 2.1.0
>         Environment: Linux 2.6.9-55.ELsmp
>  jdk1.5.0_22
> standalone Hudson
> Apache Archiva 1.1.3 and/or 1.3.0
>            Reporter: Fn Ord
>
> This is a weird one, and it took me a very long time to hunt down.
> I have builds publishing via the ant publish target, as I have been for years.
> I recently set usepoms="false" and could no longer publish artifacts. The first artifact would publish, but any further artifacts, or the ivy.xml, would time out -- it's like the cirst connection never closes.
> Switching the JDK to 1.6 instantly fixes the publishing issue.
> Removing usepoms="false" also instantly fixes the issue.
> Unfortunately, neither of these are acceptable workarounds. We publish a lot of internal code without pom files, and every time we go to resolve this code, our Maven repo scours the net for pom files that don't exist, and some builds that should take minutes take upwards of an hour.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.