[jboss-jira] [JBoss JIRA] (JBBUILD-682) http://repository.jboss.org/maven2/ serving HTTP 403 to hosts outside RedHat VPN

Tim Costermans (Issue Comment Edited) (JIRA) jira-events at lists.jboss.org
Wed Nov 30 09:44:41 EST 2011


    [ https://issues.jboss.org/browse/JBBUILD-682?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12646657#comment-12646657 ] 

Tim Costermans edited comment on JBBUILD-682 at 11/30/11 9:42 AM:
------------------------------------------------------------------

I just ran into the same problem.

I added the following dependency to my pom.xml

        <dependency>
            <groupId>org.jboss.jbossas</groupId>
            <artifactId>jboss-as-tomcat</artifactId>
            <version>6.1.0.Final</version>
            <scope>provided</scope>
        </dependency>
Resulted in:
org.jboss.jbossas:jboss-as-tomcat:jar:6.1.0.Final (provided), org.slf4j:slf4j-api:jar:1.5.6 (provided), org.slf4j:slf4j-simple:jar:1.5.
6 (test), org.jboss.slf4j:slf4j-jboss-logging:jar:1.0.2.GA (provided)]: Failed to read artifact descriptor for trove:trove:jar:2.1.1: Could not transfer artifact trove:trove:pom:2.1.1 from/to repository.jboss.org (http://repository.jboss.org/maven2/): Access denied to: http://repository.jboss.org/maven2/trove/trove/2.1.1/trove-2.1.1.pom -> [Help 1]
[ERROR]

Can this be fixed?
BTW, this breaks the maven build.
Maven 3.0.3 doesn't like the 403 that is returned.
                
      was (Author: t.costermans):
    I just ran into the same problem.

I added the following dependency to my pom.xml

        <dependency>
            <groupId>org.jboss.jbossas</groupId>
            <artifactId>jboss-as-tomcat</artifactId>
            <version>6.1.0.Final</version>
            <scope>provided</scope>
        </dependency>
Resulted in:
org.jboss.jbossas:jboss-as-tomcat:jar:6.1.0.Final (provided), org.slf4j:slf4j-api:jar:1.5.6 (provided), org.slf4j:slf4j-simple:jar:1.5.
6 (test), org.jboss.slf4j:slf4j-jboss-logging:jar:1.0.2.GA (provided)]: Failed to read artifact descriptor for trove:trove:jar:2.1.1: Could not transfer artifact trove:trove:pom:2.1.1 from/to repository.jboss.org (http://repository.jboss.org/maven2/): Access denied to: http://repository.jboss.org/maven2/trove/trove/2.1.1/trove-2.1.1.pom -> [Help 1]
[ERROR]

Can this be fixed?

                  
> http://repository.jboss.org/maven2/ serving HTTP 403 to hosts outside RedHat VPN
> --------------------------------------------------------------------------------
>
>                 Key: JBBUILD-682
>                 URL: https://issues.jboss.org/browse/JBBUILD-682
>             Project: JBoss Build System
>          Issue Type: Bug
>            Reporter: Marek Schmidt
>            Assignee: Paul Gier
>            Priority: Critical
>             Fix For: Build Support 2011
>
>
> The legacy maven repository http://repository.jboss.org/maven2/ is serving HTTP 403 to hosts outside RedHat VPN, causing lots of builds to fail.
> e.g. http://community.jboss.org/message/606819?tstart=0 with error:
> Access denied to: http://repository.jboss.org/maven2/trove/trove/2.1.1/trove-2.1.1.pom

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.jboss.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        


More information about the jboss-jira mailing list