You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@jackrabbit.apache.org by "Kevin McKee (JIRA)" <ji...@apache.org> on 2009/09/18 09:32:57 UTC

[jira] Created: (JCR-2310) Jackrabbit Maven Artifacts have false checksums

Jackrabbit Maven Artifacts have false checksums
-----------------------------------------------

                 Key: JCR-2310
                 URL: https://issues.apache.org/jira/browse/JCR-2310
             Project: Jackrabbit Content Repository
          Issue Type: Task
         Environment: Linux, MacOS
            Reporter: Kevin McKee
             Fix For: 1.6.0, 1.5.7


When trying to download jackrabbit artifacts from the maven central repo, checksum errors are being thrown.

StackTrace from artifactory:
2009-09-18 00:17:22,166 [ERROR] (o.m.log             ) /artifactory/repo/org/apache/jackrabbit/jackrabbit-core/1.6.0/jackrabbit-core-1.6.0.jar
org.artifactory.io.checksum.policy.ChecksumPolicyException: Checksum policy 'GEN_IF_ABSENT' rejected the artifact 'jackrabbit-core-1.6.0.jar'. Checksums info: [ChecksumInfo{type=MD5, original='48
18f55b4fa0984d31d76558b643dda3', actual='550fb80fac821a27a292add0e738de7e'}, ChecksumInfo{type=SHA-1, original='638ec1f87e6fc4626e36a061036f303f715bd4dd', actual='ae92e204412068de4ab9c013f42e2286
b8435430'}]

This occurs with versions 1.5.7 and 1.6.0
		<dependency>
			<groupId>org.apache.jackrabbit</groupId>
			<artifactId>jackrabbit-core</artifactId>
			<version>1.6.0</version>
			<scope>provided</scope>
		</dependency>


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


[jira] Assigned: (JCR-2310) Jackrabbit Maven Artifacts have false checksums

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

Jukka Zitting reassigned JCR-2310:
----------------------------------

    Assignee: Jukka Zitting

> Jackrabbit Maven Artifacts have false checksums
> -----------------------------------------------
>
>                 Key: JCR-2310
>                 URL: https://issues.apache.org/jira/browse/JCR-2310
>             Project: Jackrabbit Content Repository
>          Issue Type: Task
>         Environment: Linux, MacOS
>            Reporter: Kevin McKee
>            Assignee: Jukka Zitting
>             Fix For: 1.5.7, 1.6.0
>
>
> When trying to download jackrabbit artifacts from the maven central repo, checksum errors are being thrown.
> StackTrace from artifactory:
> 2009-09-18 00:17:22,166 [ERROR] (o.m.log             ) /artifactory/repo/org/apache/jackrabbit/jackrabbit-core/1.6.0/jackrabbit-core-1.6.0.jar
> org.artifactory.io.checksum.policy.ChecksumPolicyException: Checksum policy 'GEN_IF_ABSENT' rejected the artifact 'jackrabbit-core-1.6.0.jar'. Checksums info: [ChecksumInfo{type=MD5, original='48
> 18f55b4fa0984d31d76558b643dda3', actual='550fb80fac821a27a292add0e738de7e'}, ChecksumInfo{type=SHA-1, original='638ec1f87e6fc4626e36a061036f303f715bd4dd', actual='ae92e204412068de4ab9c013f42e2286
> b8435430'}]
> This occurs with versions 1.5.7 and 1.6.0
> 		<dependency>
> 			<groupId>org.apache.jackrabbit</groupId>
> 			<artifactId>jackrabbit-core</artifactId>
> 			<version>1.6.0</version>
> 			<scope>provided</scope>
> 		</dependency>

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


[jira] Commented: (JCR-2310) Jackrabbit Maven Artifacts have false checksums

Posted by "Konstantin Larionov (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/JCR-2310?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12782435#action_12782435 ] 

Konstantin Larionov commented on JCR-2310:
------------------------------------------

You can try the update-maven-checksums.sh script which was attached to the same issue of google-collections.
See http://code.google.com/p/google-collections/issues/detail?id=296

> Jackrabbit Maven Artifacts have false checksums
> -----------------------------------------------
>
>                 Key: JCR-2310
>                 URL: https://issues.apache.org/jira/browse/JCR-2310
>             Project: Jackrabbit Content Repository
>          Issue Type: Task
>         Environment: Linux, MacOS
>            Reporter: Kevin McKee
>            Assignee: Jukka Zitting
>             Fix For: 1.5.7, 1.6.0
>
>
> When trying to download jackrabbit artifacts from the maven central repo, checksum errors are being thrown.
> StackTrace from artifactory:
> 2009-09-18 00:17:22,166 [ERROR] (o.m.log             ) /artifactory/repo/org/apache/jackrabbit/jackrabbit-core/1.6.0/jackrabbit-core-1.6.0.jar
> org.artifactory.io.checksum.policy.ChecksumPolicyException: Checksum policy 'GEN_IF_ABSENT' rejected the artifact 'jackrabbit-core-1.6.0.jar'. Checksums info: [ChecksumInfo{type=MD5, original='48
> 18f55b4fa0984d31d76558b643dda3', actual='550fb80fac821a27a292add0e738de7e'}, ChecksumInfo{type=SHA-1, original='638ec1f87e6fc4626e36a061036f303f715bd4dd', actual='ae92e204412068de4ab9c013f42e2286
> b8435430'}]
> This occurs with versions 1.5.7 and 1.6.0
> 		<dependency>
> 			<groupId>org.apache.jackrabbit</groupId>
> 			<artifactId>jackrabbit-core</artifactId>
> 			<version>1.6.0</version>
> 			<scope>provided</scope>
> 		</dependency>

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


[jira] Issue Comment Edited: (JCR-2310) Jackrabbit Maven Artifacts have false checksums

Posted by "Jukka Zitting (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/JCR-2310?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12757129#action_12757129 ] 

Jukka Zitting edited comment on JCR-2310 at 9/18/09 4:59 AM:
-------------------------------------------------------------

This problem was caused by http://jira.codehaus.org/browse/MNG-4235. I'm upgrading to Maven 2.2.1 for future releases.

I'm trying to find out if there's a way for us to fix the broken checksums. The artifacts themselves are correct, as can be verified using the associated PGP signatures.

      was (Author: jukkaz):
    This problem was caused by MNG-4235. I'm upgrading to Maven 2.2.1 for future releases.

I'm trying to find out if there's a way for us to fix the broken checksums. The artifacts themselves are correct, as can be verified using the associated PGP signatures.
  
> Jackrabbit Maven Artifacts have false checksums
> -----------------------------------------------
>
>                 Key: JCR-2310
>                 URL: https://issues.apache.org/jira/browse/JCR-2310
>             Project: Jackrabbit Content Repository
>          Issue Type: Task
>         Environment: Linux, MacOS
>            Reporter: Kevin McKee
>            Assignee: Jukka Zitting
>             Fix For: 1.5.7, 1.6.0
>
>
> When trying to download jackrabbit artifacts from the maven central repo, checksum errors are being thrown.
> StackTrace from artifactory:
> 2009-09-18 00:17:22,166 [ERROR] (o.m.log             ) /artifactory/repo/org/apache/jackrabbit/jackrabbit-core/1.6.0/jackrabbit-core-1.6.0.jar
> org.artifactory.io.checksum.policy.ChecksumPolicyException: Checksum policy 'GEN_IF_ABSENT' rejected the artifact 'jackrabbit-core-1.6.0.jar'. Checksums info: [ChecksumInfo{type=MD5, original='48
> 18f55b4fa0984d31d76558b643dda3', actual='550fb80fac821a27a292add0e738de7e'}, ChecksumInfo{type=SHA-1, original='638ec1f87e6fc4626e36a061036f303f715bd4dd', actual='ae92e204412068de4ab9c013f42e2286
> b8435430'}]
> This occurs with versions 1.5.7 and 1.6.0
> 		<dependency>
> 			<groupId>org.apache.jackrabbit</groupId>
> 			<artifactId>jackrabbit-core</artifactId>
> 			<version>1.6.0</version>
> 			<scope>provided</scope>
> 		</dependency>

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


[jira] Commented: (JCR-2310) Jackrabbit Maven Artifacts have false checksums

Posted by "Jukka Zitting (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/JCR-2310?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12760634#action_12760634 ] 

Jukka Zitting commented on JCR-2310:
------------------------------------

It looks like the easiest solution is simply to publish new releases with correct checksums.

> Jackrabbit Maven Artifacts have false checksums
> -----------------------------------------------
>
>                 Key: JCR-2310
>                 URL: https://issues.apache.org/jira/browse/JCR-2310
>             Project: Jackrabbit Content Repository
>          Issue Type: Task
>         Environment: Linux, MacOS
>            Reporter: Kevin McKee
>            Assignee: Jukka Zitting
>             Fix For: 1.5.7, 1.6.0
>
>
> When trying to download jackrabbit artifacts from the maven central repo, checksum errors are being thrown.
> StackTrace from artifactory:
> 2009-09-18 00:17:22,166 [ERROR] (o.m.log             ) /artifactory/repo/org/apache/jackrabbit/jackrabbit-core/1.6.0/jackrabbit-core-1.6.0.jar
> org.artifactory.io.checksum.policy.ChecksumPolicyException: Checksum policy 'GEN_IF_ABSENT' rejected the artifact 'jackrabbit-core-1.6.0.jar'. Checksums info: [ChecksumInfo{type=MD5, original='48
> 18f55b4fa0984d31d76558b643dda3', actual='550fb80fac821a27a292add0e738de7e'}, ChecksumInfo{type=SHA-1, original='638ec1f87e6fc4626e36a061036f303f715bd4dd', actual='ae92e204412068de4ab9c013f42e2286
> b8435430'}]
> This occurs with versions 1.5.7 and 1.6.0
> 		<dependency>
> 			<groupId>org.apache.jackrabbit</groupId>
> 			<artifactId>jackrabbit-core</artifactId>
> 			<version>1.6.0</version>
> 			<scope>provided</scope>
> 		</dependency>

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


[jira] Resolved: (JCR-2310) Jackrabbit Maven Artifacts have false checksums

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

Jukka Zitting resolved JCR-2310.
--------------------------------

       Resolution: Won't Fix
    Fix Version/s:     (was: 1.5.7)
                       (was: 1.6.0)

Resolving this as Won't Fix since we've already released 1.6.1 and 2.0.0 with correct checksums. These are the preferred versions for people to use, so I see little benefit from the trouble it takes to get the earlier checksums fixed.

> Jackrabbit Maven Artifacts have false checksums
> -----------------------------------------------
>
>                 Key: JCR-2310
>                 URL: https://issues.apache.org/jira/browse/JCR-2310
>             Project: Jackrabbit Content Repository
>          Issue Type: Task
>         Environment: Linux, MacOS
>            Reporter: Kevin McKee
>            Assignee: Jukka Zitting
>
> When trying to download jackrabbit artifacts from the maven central repo, checksum errors are being thrown.
> StackTrace from artifactory:
> 2009-09-18 00:17:22,166 [ERROR] (o.m.log             ) /artifactory/repo/org/apache/jackrabbit/jackrabbit-core/1.6.0/jackrabbit-core-1.6.0.jar
> org.artifactory.io.checksum.policy.ChecksumPolicyException: Checksum policy 'GEN_IF_ABSENT' rejected the artifact 'jackrabbit-core-1.6.0.jar'. Checksums info: [ChecksumInfo{type=MD5, original='48
> 18f55b4fa0984d31d76558b643dda3', actual='550fb80fac821a27a292add0e738de7e'}, ChecksumInfo{type=SHA-1, original='638ec1f87e6fc4626e36a061036f303f715bd4dd', actual='ae92e204412068de4ab9c013f42e2286
> b8435430'}]
> This occurs with versions 1.5.7 and 1.6.0
> 		<dependency>
> 			<groupId>org.apache.jackrabbit</groupId>
> 			<artifactId>jackrabbit-core</artifactId>
> 			<version>1.6.0</version>
> 			<scope>provided</scope>
> 		</dependency>

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


[jira] Commented: (JCR-2310) Jackrabbit Maven Artifacts have false checksums

Posted by "Jukka Zitting (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/JCR-2310?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12757129#action_12757129 ] 

Jukka Zitting commented on JCR-2310:
------------------------------------

This problem was caused by MNG-4235. I'm upgrading to Maven 2.2.1 for future releases.

I'm trying to find out if there's a way for us to fix the broken checksums. The artifacts themselves are correct, as can be verified using the associated PGP signatures.

> Jackrabbit Maven Artifacts have false checksums
> -----------------------------------------------
>
>                 Key: JCR-2310
>                 URL: https://issues.apache.org/jira/browse/JCR-2310
>             Project: Jackrabbit Content Repository
>          Issue Type: Task
>         Environment: Linux, MacOS
>            Reporter: Kevin McKee
>            Assignee: Jukka Zitting
>             Fix For: 1.5.7, 1.6.0
>
>
> When trying to download jackrabbit artifacts from the maven central repo, checksum errors are being thrown.
> StackTrace from artifactory:
> 2009-09-18 00:17:22,166 [ERROR] (o.m.log             ) /artifactory/repo/org/apache/jackrabbit/jackrabbit-core/1.6.0/jackrabbit-core-1.6.0.jar
> org.artifactory.io.checksum.policy.ChecksumPolicyException: Checksum policy 'GEN_IF_ABSENT' rejected the artifact 'jackrabbit-core-1.6.0.jar'. Checksums info: [ChecksumInfo{type=MD5, original='48
> 18f55b4fa0984d31d76558b643dda3', actual='550fb80fac821a27a292add0e738de7e'}, ChecksumInfo{type=SHA-1, original='638ec1f87e6fc4626e36a061036f303f715bd4dd', actual='ae92e204412068de4ab9c013f42e2286
> b8435430'}]
> This occurs with versions 1.5.7 and 1.6.0
> 		<dependency>
> 			<groupId>org.apache.jackrabbit</groupId>
> 			<artifactId>jackrabbit-core</artifactId>
> 			<version>1.6.0</version>
> 			<scope>provided</scope>
> 		</dependency>

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