You are viewing a plain text version of this content. The canonical link for it is here.
Posted to infrastructure-issues@apache.org by "Andrei Savu (JIRA)" <ji...@apache.org> on 2011/03/01 08:07:36 UTC

[jira] Created: (INFRA-3482) Missing permissions to deploy artifacts

Missing permissions to deploy artifacts
---------------------------------------

                 Key: INFRA-3482
                 URL: https://issues.apache.org/jira/browse/INFRA-3482
             Project: Infrastructure
          Issue Type: Bug
      Security Level: public (Regular issues)
            Reporter: Andrei Savu
            Priority: Critical


I'm the current release manager for Apache Whirr (user ID asavu). I'm trying to prepare the 0.4.0 release and I'm having some problems publishing artifacts to https://repository.apache.org: 

$ mvn deploy -Ppackage -Pdeploy -Pjavadoc

[ERROR] Failed to execute goal org.apache.maven.plugins:maven-deploy-plugin:2.5:deploy (default-deploy) on project whirr: Failed to deploy artifacts: Could not transfer artifact org.apache.whirr:whirr:pom:0.4.0-incubating from/to apache.releases.https (https://repository.apache.org/service/local/staging/deploy/maven2): Access denied to: https://repository.apache.org/service/local/staging/deploy/maven2/org/apache/whirr/whirr/0.4.0-incubating/whirr-0.4.0-incubating.pom -> [Help 1]

I have SSH access to people.apache.org and using the same credentials that I also use for Maven I'm able to login on https://repository.apache.org using the web browser. 

This is content of the maven settings file $HOME/.m2/settings.xml

{code}
<settings xmlns="http://maven.apache.org/SETTINGS/1.0.0"
  xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  xsi:schemaLocation="http://maven.apache.org/SETTINGS/1.0.0
                      http://maven.apache.org/xsd/settings-1.0.0.xsd">
<servers>
<server>
     <id>apache.snapshots.https</id>
     <username>asavu</username>
     <password>PASS</password>
   </server>
   <server>
     <id>apache.staging.https</id>
     <username>asavu</username>
     <password>PASS</password>
   </server>
   <server>
     <id>apache.releases.https</id>
     <username>asavu</username>
     <password>PASS</password>
   </server>
</servers>
</settings>
{code} 

On people.apache.org I belong to the following groups:
{code}
[asavu@minotaur:~]$ id
uid=3686(asavu) gid=3686(asavu) groups=3686(asavu),5000(committers),5019(incubator)
{code}

Tom and Patrick (previous release managers) also belong to apsite: 
{code}
[asavu@minotaur:~]$ id tomwhite
uid=2595(tomwhite) gid=2595(tomwhite) groups=2595(tomwhite),5000(committers),5566(hadoop),5019(incubator),5008(member),5014(apsite)
[asavu@minotaur:~]$ id phunt
uid=2923(phunt) gid=2923(phunt) groups=2923(phunt),5000(committers),5566(hadoop),5019(incubator),5008(member),5014(apsite),11131(zookeeper)
{code}

Any help is highly appreciated. 


-- 
This message is automatically generated by JIRA.
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] Commented: (INFRA-3482) Missing permissions to deploy artifacts

Posted by "Andrei Savu (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/INFRA-3482?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13001390#comment-13001390 ] 

Andrei Savu commented on INFRA-3482:
------------------------------------

Any progress on this one? It would be great if we could push this release out this week. 

> Missing permissions to deploy artifacts
> ---------------------------------------
>
>                 Key: INFRA-3482
>                 URL: https://issues.apache.org/jira/browse/INFRA-3482
>             Project: Infrastructure
>          Issue Type: Bug
>      Security Level: public(Regular issues) 
>          Components: Nexus
>            Reporter: Andrei Savu
>
> I'm the current release manager for Apache Whirr (user ID asavu). I'm trying to prepare the 0.4.0 release and I'm having some problems publishing artifacts to https://repository.apache.org: 
> $ mvn deploy -Ppackage -Pdeploy -Pjavadoc
> [ERROR] Failed to execute goal org.apache.maven.plugins:maven-deploy-plugin:2.5:deploy (default-deploy) on project whirr: Failed to deploy artifacts: Could not transfer artifact org.apache.whirr:whirr:pom:0.4.0-incubating from/to apache.releases.https (https://repository.apache.org/service/local/staging/deploy/maven2): Access denied to: https://repository.apache.org/service/local/staging/deploy/maven2/org/apache/whirr/whirr/0.4.0-incubating/whirr-0.4.0-incubating.pom -> [Help 1]
> I have SSH access to people.apache.org and using the same credentials that I also use for Maven I'm able to login on https://repository.apache.org using the web browser. 
> This is content of the maven settings file $HOME/.m2/settings.xml
> {code}
> <settings xmlns="http://maven.apache.org/SETTINGS/1.0.0"
>   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
>   xsi:schemaLocation="http://maven.apache.org/SETTINGS/1.0.0
>                       http://maven.apache.org/xsd/settings-1.0.0.xsd">
> <servers>
> <server>
>      <id>apache.snapshots.https</id>
>      <username>asavu</username>
>      <password>PASS</password>
>    </server>
>    <server>
>      <id>apache.staging.https</id>
>      <username>asavu</username>
>      <password>PASS</password>
>    </server>
>    <server>
>      <id>apache.releases.https</id>
>      <username>asavu</username>
>      <password>PASS</password>
>    </server>
> </servers>
> </settings>
> {code} 
> Any help is highly appreciated. 

-- 
This message is automatically generated by JIRA.
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] Updated: (INFRA-3482) Missing permissions to deploy artifacts

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

Gavin updated INFRA-3482:
-------------------------

    Component/s: Nexus

> Missing permissions to deploy artifacts
> ---------------------------------------
>
>                 Key: INFRA-3482
>                 URL: https://issues.apache.org/jira/browse/INFRA-3482
>             Project: Infrastructure
>          Issue Type: Bug
>      Security Level: public(Regular issues) 
>          Components: Nexus
>            Reporter: Andrei Savu
>
> I'm the current release manager for Apache Whirr (user ID asavu). I'm trying to prepare the 0.4.0 release and I'm having some problems publishing artifacts to https://repository.apache.org: 
> $ mvn deploy -Ppackage -Pdeploy -Pjavadoc
> [ERROR] Failed to execute goal org.apache.maven.plugins:maven-deploy-plugin:2.5:deploy (default-deploy) on project whirr: Failed to deploy artifacts: Could not transfer artifact org.apache.whirr:whirr:pom:0.4.0-incubating from/to apache.releases.https (https://repository.apache.org/service/local/staging/deploy/maven2): Access denied to: https://repository.apache.org/service/local/staging/deploy/maven2/org/apache/whirr/whirr/0.4.0-incubating/whirr-0.4.0-incubating.pom -> [Help 1]
> I have SSH access to people.apache.org and using the same credentials that I also use for Maven I'm able to login on https://repository.apache.org using the web browser. 
> This is content of the maven settings file $HOME/.m2/settings.xml
> {code}
> <settings xmlns="http://maven.apache.org/SETTINGS/1.0.0"
>   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
>   xsi:schemaLocation="http://maven.apache.org/SETTINGS/1.0.0
>                       http://maven.apache.org/xsd/settings-1.0.0.xsd">
> <servers>
> <server>
>      <id>apache.snapshots.https</id>
>      <username>asavu</username>
>      <password>PASS</password>
>    </server>
>    <server>
>      <id>apache.staging.https</id>
>      <username>asavu</username>
>      <password>PASS</password>
>    </server>
>    <server>
>      <id>apache.releases.https</id>
>      <username>asavu</username>
>      <password>PASS</password>
>    </server>
> </servers>
> </settings>
> {code} 
> Any help is highly appreciated. 

-- 
This message is automatically generated by JIRA.
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] Updated: (INFRA-3482) Missing permissions to deploy artifacts

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

Gavin updated INFRA-3482:
-------------------------

    Description: 
I'm the current release manager for Apache Whirr (user ID asavu). I'm trying to prepare the 0.4.0 release and I'm having some problems publishing artifacts to https://repository.apache.org: 

$ mvn deploy -Ppackage -Pdeploy -Pjavadoc

[ERROR] Failed to execute goal org.apache.maven.plugins:maven-deploy-plugin:2.5:deploy (default-deploy) on project whirr: Failed to deploy artifacts: Could not transfer artifact org.apache.whirr:whirr:pom:0.4.0-incubating from/to apache.releases.https (https://repository.apache.org/service/local/staging/deploy/maven2): Access denied to: https://repository.apache.org/service/local/staging/deploy/maven2/org/apache/whirr/whirr/0.4.0-incubating/whirr-0.4.0-incubating.pom -> [Help 1]

I have SSH access to people.apache.org and using the same credentials that I also use for Maven I'm able to login on https://repository.apache.org using the web browser. 

This is content of the maven settings file $HOME/.m2/settings.xml

{code}
<settings xmlns="http://maven.apache.org/SETTINGS/1.0.0"
  xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  xsi:schemaLocation="http://maven.apache.org/SETTINGS/1.0.0
                      http://maven.apache.org/xsd/settings-1.0.0.xsd">
<servers>
<server>
     <id>apache.snapshots.https</id>
     <username>asavu</username>
     <password>PASS</password>
   </server>
   <server>
     <id>apache.staging.https</id>
     <username>asavu</username>
     <password>PASS</password>
   </server>
   <server>
     <id>apache.releases.https</id>
     <username>asavu</username>
     <password>PASS</password>
   </server>
</servers>
</settings>
{code} 

Any help is highly appreciated. 


  was:
I'm the current release manager for Apache Whirr (user ID asavu). I'm trying to prepare the 0.4.0 release and I'm having some problems publishing artifacts to https://repository.apache.org: 

$ mvn deploy -Ppackage -Pdeploy -Pjavadoc

[ERROR] Failed to execute goal org.apache.maven.plugins:maven-deploy-plugin:2.5:deploy (default-deploy) on project whirr: Failed to deploy artifacts: Could not transfer artifact org.apache.whirr:whirr:pom:0.4.0-incubating from/to apache.releases.https (https://repository.apache.org/service/local/staging/deploy/maven2): Access denied to: https://repository.apache.org/service/local/staging/deploy/maven2/org/apache/whirr/whirr/0.4.0-incubating/whirr-0.4.0-incubating.pom -> [Help 1]

I have SSH access to people.apache.org and using the same credentials that I also use for Maven I'm able to login on https://repository.apache.org using the web browser. 

This is content of the maven settings file $HOME/.m2/settings.xml

{code}
<settings xmlns="http://maven.apache.org/SETTINGS/1.0.0"
  xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  xsi:schemaLocation="http://maven.apache.org/SETTINGS/1.0.0
                      http://maven.apache.org/xsd/settings-1.0.0.xsd">
<servers>
<server>
     <id>apache.snapshots.https</id>
     <username>asavu</username>
     <password>PASS</password>
   </server>
   <server>
     <id>apache.staging.https</id>
     <username>asavu</username>
     <password>PASS</password>
   </server>
   <server>
     <id>apache.releases.https</id>
     <username>asavu</username>
     <password>PASS</password>
   </server>
</servers>
</settings>
{code} 

On people.apache.org I belong to the following groups:
{code}
[asavu@minotaur:~]$ id
uid=3686(asavu) gid=3686(asavu) groups=3686(asavu),5000(committers),5019(incubator)
{code}

Tom and Patrick (previous release managers) also belong to apsite: 
{code}
[asavu@minotaur:~]$ id tomwhite
uid=2595(tomwhite) gid=2595(tomwhite) groups=2595(tomwhite),5000(committers),5566(hadoop),5019(incubator),5008(member),5014(apsite)
[asavu@minotaur:~]$ id phunt
uid=2923(phunt) gid=2923(phunt) groups=2923(phunt),5000(committers),5566(hadoop),5019(incubator),5008(member),5014(apsite),11131(zookeeper)
{code}

Any help is highly appreciated. 



Dont publish user information on the internet, it is not needed, we have all thatr already.

> Missing permissions to deploy artifacts
> ---------------------------------------
>
>                 Key: INFRA-3482
>                 URL: https://issues.apache.org/jira/browse/INFRA-3482
>             Project: Infrastructure
>          Issue Type: Bug
>      Security Level: public(Regular issues) 
>            Reporter: Andrei Savu
>            Priority: Critical
>
> I'm the current release manager for Apache Whirr (user ID asavu). I'm trying to prepare the 0.4.0 release and I'm having some problems publishing artifacts to https://repository.apache.org: 
> $ mvn deploy -Ppackage -Pdeploy -Pjavadoc
> [ERROR] Failed to execute goal org.apache.maven.plugins:maven-deploy-plugin:2.5:deploy (default-deploy) on project whirr: Failed to deploy artifacts: Could not transfer artifact org.apache.whirr:whirr:pom:0.4.0-incubating from/to apache.releases.https (https://repository.apache.org/service/local/staging/deploy/maven2): Access denied to: https://repository.apache.org/service/local/staging/deploy/maven2/org/apache/whirr/whirr/0.4.0-incubating/whirr-0.4.0-incubating.pom -> [Help 1]
> I have SSH access to people.apache.org and using the same credentials that I also use for Maven I'm able to login on https://repository.apache.org using the web browser. 
> This is content of the maven settings file $HOME/.m2/settings.xml
> {code}
> <settings xmlns="http://maven.apache.org/SETTINGS/1.0.0"
>   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
>   xsi:schemaLocation="http://maven.apache.org/SETTINGS/1.0.0
>                       http://maven.apache.org/xsd/settings-1.0.0.xsd">
> <servers>
> <server>
>      <id>apache.snapshots.https</id>
>      <username>asavu</username>
>      <password>PASS</password>
>    </server>
>    <server>
>      <id>apache.staging.https</id>
>      <username>asavu</username>
>      <password>PASS</password>
>    </server>
>    <server>
>      <id>apache.releases.https</id>
>      <username>asavu</username>
>      <password>PASS</password>
>    </server>
> </servers>
> </settings>
> {code} 
> Any help is highly appreciated. 

-- 
This message is automatically generated by JIRA.
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] Closed: (INFRA-3482) Missing permissions to deploy artifacts

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

Brian Fox closed INFRA-3482.
----------------------------

    Resolution: Fixed

added the whirr deployer role to the user

> Missing permissions to deploy artifacts
> ---------------------------------------
>
>                 Key: INFRA-3482
>                 URL: https://issues.apache.org/jira/browse/INFRA-3482
>             Project: Infrastructure
>          Issue Type: Bug
>      Security Level: public(Regular issues) 
>          Components: Nexus
>            Reporter: Andrei Savu
>
> I'm the current release manager for Apache Whirr (user ID asavu). I'm trying to prepare the 0.4.0 release and I'm having some problems publishing artifacts to https://repository.apache.org: 
> $ mvn deploy -Ppackage -Pdeploy -Pjavadoc
> [ERROR] Failed to execute goal org.apache.maven.plugins:maven-deploy-plugin:2.5:deploy (default-deploy) on project whirr: Failed to deploy artifacts: Could not transfer artifact org.apache.whirr:whirr:pom:0.4.0-incubating from/to apache.releases.https (https://repository.apache.org/service/local/staging/deploy/maven2): Access denied to: https://repository.apache.org/service/local/staging/deploy/maven2/org/apache/whirr/whirr/0.4.0-incubating/whirr-0.4.0-incubating.pom -> [Help 1]
> I have SSH access to people.apache.org and using the same credentials that I also use for Maven I'm able to login on https://repository.apache.org using the web browser. 
> This is content of the maven settings file $HOME/.m2/settings.xml
> {code}
> <settings xmlns="http://maven.apache.org/SETTINGS/1.0.0"
>   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
>   xsi:schemaLocation="http://maven.apache.org/SETTINGS/1.0.0
>                       http://maven.apache.org/xsd/settings-1.0.0.xsd">
> <servers>
> <server>
>      <id>apache.snapshots.https</id>
>      <username>asavu</username>
>      <password>PASS</password>
>    </server>
>    <server>
>      <id>apache.staging.https</id>
>      <username>asavu</username>
>      <password>PASS</password>
>    </server>
>    <server>
>      <id>apache.releases.https</id>
>      <username>asavu</username>
>      <password>PASS</password>
>    </server>
> </servers>
> </settings>
> {code} 
> Any help is highly appreciated. 

-- 
This message is automatically generated by JIRA.
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] Updated: (INFRA-3482) Missing permissions to deploy artifacts

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

Gavin updated INFRA-3482:
-------------------------

    Priority: Major  (was: Critical)

not critical

> Missing permissions to deploy artifacts
> ---------------------------------------
>
>                 Key: INFRA-3482
>                 URL: https://issues.apache.org/jira/browse/INFRA-3482
>             Project: Infrastructure
>          Issue Type: Bug
>      Security Level: public(Regular issues) 
>            Reporter: Andrei Savu
>
> I'm the current release manager for Apache Whirr (user ID asavu). I'm trying to prepare the 0.4.0 release and I'm having some problems publishing artifacts to https://repository.apache.org: 
> $ mvn deploy -Ppackage -Pdeploy -Pjavadoc
> [ERROR] Failed to execute goal org.apache.maven.plugins:maven-deploy-plugin:2.5:deploy (default-deploy) on project whirr: Failed to deploy artifacts: Could not transfer artifact org.apache.whirr:whirr:pom:0.4.0-incubating from/to apache.releases.https (https://repository.apache.org/service/local/staging/deploy/maven2): Access denied to: https://repository.apache.org/service/local/staging/deploy/maven2/org/apache/whirr/whirr/0.4.0-incubating/whirr-0.4.0-incubating.pom -> [Help 1]
> I have SSH access to people.apache.org and using the same credentials that I also use for Maven I'm able to login on https://repository.apache.org using the web browser. 
> This is content of the maven settings file $HOME/.m2/settings.xml
> {code}
> <settings xmlns="http://maven.apache.org/SETTINGS/1.0.0"
>   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
>   xsi:schemaLocation="http://maven.apache.org/SETTINGS/1.0.0
>                       http://maven.apache.org/xsd/settings-1.0.0.xsd">
> <servers>
> <server>
>      <id>apache.snapshots.https</id>
>      <username>asavu</username>
>      <password>PASS</password>
>    </server>
>    <server>
>      <id>apache.staging.https</id>
>      <username>asavu</username>
>      <password>PASS</password>
>    </server>
>    <server>
>      <id>apache.releases.https</id>
>      <username>asavu</username>
>      <password>PASS</password>
>    </server>
> </servers>
> </settings>
> {code} 
> Any help is highly appreciated. 

-- 
This message is automatically generated by JIRA.
-
For more information on JIRA, see: http://www.atlassian.com/software/jira