You are viewing a plain text version of this content. The canonical link for it is here.
Posted to general@gump.apache.org by "Ralph Goers (JIRA)" <ge...@gump.apache.org> on 2012/10/27 23:15:12 UTC

[jira] [Created] (GUMP-169) Build fails due to missing plugin that is not missing.

Ralph Goers created GUMP-169:
--------------------------------

             Summary: Build fails due to missing plugin that is not missing.
                 Key: GUMP-169
                 URL: https://issues.apache.org/jira/browse/GUMP-169
             Project: Gump
          Issue Type: Bug
          Components: Java-based Gump
            Reporter: Ralph Goers


The Logging Log4j 2 build is failing every night due to the following message:

[INFO] ------------------------------------------------------------------------
[INFO] snapshot org.apache.maven.plugins:maven-pdf-plugin:1.2-SNAPSHOT: checking for updates from apache.snapshots
Downloading: http://localhost:8192/repo/m2-snapshot-repository/org/apache/maven/plugins/maven-pdf-plugin/1.2-SNAPSHOT/maven-pdf-plugin-1.2-SNAPSHOT.pom
[INFO] Unable to find resource 'org.apache.maven.plugins:maven-pdf-plugin:pom:1.2-SNAPSHOT' in repository apache.snapshots (http://repository.apache.org/snapshots)
[INFO] ------------------------------------------------------------------------
[ERROR] BUILD ERROR
[INFO] --------------------------------

However this artifact is in the listed repository.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

---------------------------------------------------------------------
To unsubscribe, e-mail: general-unsubscribe@gump.apache.org
For additional commands, e-mail: general-help@gump.apache.org


[jira] [Commented] (GUMP-169) Build fails due to missing plugin that is not missing.

Posted by "Stefan Bodewig (JIRA)" <ge...@gump.apache.org>.
    [ https://issues.apache.org/jira/browse/GUMP-169?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13485668#comment-13485668 ] 

Stefan Bodewig commented on GUMP-169:
-------------------------------------

yes, this is what our mirror logs

INFO: Redirecting via client connector to: http://people.apache.org/repo/m2-snapshot-repository/org/apache/maven/plugins/maven-pdf-plugin/1.2-SNAPSHOT/maven-metadata.xml
Oct 28, 2012 4:46:23 PM com.noelios.restlet.LogFilter afterHandle
INFO: 2012-10-28        16:46:23        127.0.0.1       -       people.apache.org       -1      GET     /repo/m2-snapshot-repository/org/apache/maven/plugins/maven-pdf-plugin/1.2-SNAPSHOT/maven-metadata.xml  -       404     313     -       62      http://localhost:8192   Apache-Maven/2.2 (Java 1.7.0_05; Linux 2.6.32-41-server) maven-artifact/2.2.1   -
Oct 28, 2012 4:46:23 PM org.apache.gump.mvnrepoproxy.resources.GumpArtifact log
INFO: proxying .pom artifact for groupId 'org.apache.maven.plugins' and artifactId 'maven-pdf-plugin'
Oct 28, 2012 4:46:23 PM org.restlet.Redirector handle
INFO: Redirecting via client connector to: http://people.apache.org/repo/m2-snapshot-repository/org/apache/maven/plugins/maven-pdf-plugin/1.2-SNAPSHOT/maven-pdf-plugin-1.2-SNAPSHOT.pom
Oct 28, 2012 4:46:23 PM com.noelios.restlet.LogFilter afterHandle
INFO: 2012-10-28        16:46:23        127.0.0.1       -       127.0.0.1       8192    GET     /repo/m2-snapshot-repository/org/apache/maven/plugins/maven-pdf-plugin/1.2-SNAPSHOT/maven-pdf-plugin-1.2-SNAPSHOT.pom   -       404     311     -       5       http://localhost:8192   Apache-Maven/2.2 (Java 1.7.0_05; Linux 2.6.32-41-server) maven-artifact/2.2.1   -

which kind of indicates the timestamp has been swallowed.  I can't promise a fix soon, but I think I know where to look and how to deal with it.  The code is in http://svn.apache.org/repos/asf/gump/mvnrepo/trunk/ if you want to have a look yourself.
                
> Build fails due to missing plugin that is not missing.
> ------------------------------------------------------
>
>                 Key: GUMP-169
>                 URL: https://issues.apache.org/jira/browse/GUMP-169
>             Project: Gump
>          Issue Type: Bug
>          Components: Java-based Gump
>            Reporter: Ralph Goers
>
> The Logging Log4j 2 build is failing every night due to the following message:
> [INFO] ------------------------------------------------------------------------
> [INFO] snapshot org.apache.maven.plugins:maven-pdf-plugin:1.2-SNAPSHOT: checking for updates from apache.snapshots
> Downloading: http://localhost:8192/repo/m2-snapshot-repository/org/apache/maven/plugins/maven-pdf-plugin/1.2-SNAPSHOT/maven-pdf-plugin-1.2-SNAPSHOT.pom
> [INFO] Unable to find resource 'org.apache.maven.plugins:maven-pdf-plugin:pom:1.2-SNAPSHOT' in repository apache.snapshots (http://repository.apache.org/snapshots)
> [INFO] ------------------------------------------------------------------------
> [ERROR] BUILD ERROR
> [INFO] --------------------------------
> However this artifact is in the listed repository.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

---------------------------------------------------------------------
To unsubscribe, e-mail: general-unsubscribe@gump.apache.org
For additional commands, e-mail: general-help@gump.apache.org


[jira] [Commented] (GUMP-169) Build fails due to missing plugin that is not missing.

Posted by "Stefan Bodewig (JIRA)" <ge...@gump.apache.org>.
    [ https://issues.apache.org/jira/browse/GUMP-169?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13485659#comment-13485659 ] 

Stefan Bodewig commented on GUMP-169:
-------------------------------------

It looks as if Gump wasn't smart enough to deal with -SNAPSHOTs, yet.  Right now I see maven-pdf-plugin-1.2-20121026.125617-721.pom amound files with other timestamps there but Gump explicitly only looks for a file without timestamp.

I must admit I'm not sure how maven itself handles SNAPSHOTs.  It looks as if we'd have to read maven-metadata.xml and use (one of) the version(s) listed there.
                
> Build fails due to missing plugin that is not missing.
> ------------------------------------------------------
>
>                 Key: GUMP-169
>                 URL: https://issues.apache.org/jira/browse/GUMP-169
>             Project: Gump
>          Issue Type: Bug
>          Components: Java-based Gump
>            Reporter: Ralph Goers
>
> The Logging Log4j 2 build is failing every night due to the following message:
> [INFO] ------------------------------------------------------------------------
> [INFO] snapshot org.apache.maven.plugins:maven-pdf-plugin:1.2-SNAPSHOT: checking for updates from apache.snapshots
> Downloading: http://localhost:8192/repo/m2-snapshot-repository/org/apache/maven/plugins/maven-pdf-plugin/1.2-SNAPSHOT/maven-pdf-plugin-1.2-SNAPSHOT.pom
> [INFO] Unable to find resource 'org.apache.maven.plugins:maven-pdf-plugin:pom:1.2-SNAPSHOT' in repository apache.snapshots (http://repository.apache.org/snapshots)
> [INFO] ------------------------------------------------------------------------
> [ERROR] BUILD ERROR
> [INFO] --------------------------------
> However this artifact is in the listed repository.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

---------------------------------------------------------------------
To unsubscribe, e-mail: general-unsubscribe@gump.apache.org
For additional commands, e-mail: general-help@gump.apache.org


[jira] [Commented] (GUMP-169) Build fails due to missing plugin that is not missing.

Posted by "Stefan Bodewig (JIRA)" <ge...@gump.apache.org>.
    [ https://issues.apache.org/jira/browse/GUMP-169?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13485661#comment-13485661 ] 

Stefan Bodewig commented on GUMP-169:
-------------------------------------

Actually Gump provides a mirror of its own as man-in-the-middle but passes through all kinds of requests it doesn't recognize (like for maven-metadata.xml) so I'd expect mvn to figure out the matching pom the same way it'd always do.  I'll have to dig through the logs to see what actually happens.  Don't hold your breath, please.
                
> Build fails due to missing plugin that is not missing.
> ------------------------------------------------------
>
>                 Key: GUMP-169
>                 URL: https://issues.apache.org/jira/browse/GUMP-169
>             Project: Gump
>          Issue Type: Bug
>          Components: Java-based Gump
>            Reporter: Ralph Goers
>
> The Logging Log4j 2 build is failing every night due to the following message:
> [INFO] ------------------------------------------------------------------------
> [INFO] snapshot org.apache.maven.plugins:maven-pdf-plugin:1.2-SNAPSHOT: checking for updates from apache.snapshots
> Downloading: http://localhost:8192/repo/m2-snapshot-repository/org/apache/maven/plugins/maven-pdf-plugin/1.2-SNAPSHOT/maven-pdf-plugin-1.2-SNAPSHOT.pom
> [INFO] Unable to find resource 'org.apache.maven.plugins:maven-pdf-plugin:pom:1.2-SNAPSHOT' in repository apache.snapshots (http://repository.apache.org/snapshots)
> [INFO] ------------------------------------------------------------------------
> [ERROR] BUILD ERROR
> [INFO] --------------------------------
> However this artifact is in the listed repository.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

---------------------------------------------------------------------
To unsubscribe, e-mail: general-unsubscribe@gump.apache.org
For additional commands, e-mail: general-help@gump.apache.org