You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@archiva.apache.org by "Szelag, Lukasz" <lu...@baml.com> on 2011/10/21 21:24:01 UTC

Access denied for a user in a Global Repository Manager role (Archiva 1.3.5)

I'm getting below access denied error when trying to connect to Archiva from Maven using a user in a Global Repository Manager role:

Archiva log:

--------
2011-10-21 15:04:43,917 ["http-apr-8080"-exec-2] ERROR org.apache.maven.archiva.webdav.ArchivaDavResourceFactory  - Failures occurred downloading from some remote repositories:
	central: Download failure on resource [http://repo1.maven.org/maven2/org/apache/maven/plugins/maven-clean-plugin/2.2/maven-clean-plugin-2.2.pom]:Access denied to: http://repo1.maven.org/maven2/org/apache/maven/plugins/maven-clean-plugin/2.2/maven-clean-plugin-2.2.pom
--------

Maven log:

--------
Downloading: http://<hostname>:8080/archiva/repository/external-releases/org/codehaus/mojo/mojo-parent/20/mojo-parent-20.pom
[WARNING] Unable to get resource 'org.codehaus.mojo:mojo-parent:pom:20' from repository external-releases (http://<hostname>:8080/archiva/repository/external-releases): Error transferring file: Server returned HTTP response code: 500 for URL: http://<hostname>:8080/archiva/repository/external-releases/org/codehaus/mojo/mojo-parent/20/mojo-parent-20.pom
--------

Checklist:

1) The user in question is granted the Global Repository Manager role
2) I'm able to login to Archiva Web interface as the given user
3) Maven settings.xml properly reference user's credentials and associate it with the correct repository
4) The direct URL works (http://repo1.maven.org/maven2/org/apache/maven/plugins/maven-clean-plugin/2.2/maven-clean-plugin-2.2.pom)

Archiva is running on Tomcat 7.0.12 on Windows.

The above "external-releases" repository is defined as a proxy connector for 3 remote repositories, including Maven Central Repository where the artifact in question resides.

This looks like a bug but perhaps I'm missing something. Does anyone know what could be the problem?

Thanks,
Lukasz


----------------------------------------------------------------------
This message w/attachments (message) is intended solely for the use of the intended recipient(s) and may contain information that is privileged, confidential or proprietary. If you are not an intended recipient, please notify the sender, and then please delete and destroy all copies and attachments, and be advised that any review or dissemination of, or the taking of any action in reliance on, the information contained in or attached to this message is prohibited. 
Unless specifically indicated, this message is not an offer to sell or a solicitation of any investment products or other financial product or service, an official confirmation of any transaction, or an official statement of Sender. Subject to applicable law, Sender may intercept, monitor, review and retain e-communications (EC) traveling through its networks/systems and may produce any such EC to regulators, law enforcement, in litigation and as required by law. 
The laws of the country of each sender/recipient may impact the handling of EC, and EC may be archived, supervised and produced in countries other than the country in which you are located. This message cannot be guaranteed to be secure or free of errors or viruses. 

References to "Sender" are references to any subsidiary of Bank of America Corporation. Securities and Insurance Products: * Are Not FDIC Insured * Are Not Bank Guaranteed * May Lose Value * Are Not a Bank Deposit * Are Not a Condition to Any Banking Service or Activity * Are Not Insured by Any Federal Government Agency. Attachments that are part of this EC may have additional important disclosures and disclaimers, which you should read. This message is subject to terms available at the following link: 
http://www.bankofamerica.com/emaildisclaimer. By messaging with Sender you consent to the foregoing.

RE: Access denied for a user in a Global Repository Manager role (Archiva 1.3.5)

Posted by "Szelag, Lukasz" <lu...@baml.com>.
Olivier, I actually tried javax.net.debug=all approach but it didn't help to produce more debugging output. I finally moved the installation to a different server and the issue is gone. I suspect that the problem was related to network configuration of that particular server. Unfortunately, the error message was not detailed enough to confirm that. I also thought about upgrading Archiva to the latest version but wanted to give 1.3.5 another try and it worked for me. 

Thanks,
Lukasz

----------------------------------------------------------------------
This message w/attachments (message) is intended solely for the use of the intended recipient(s) and may contain information that is privileged, confidential or proprietary. If you are not an intended recipient, please notify the sender, and then please delete and destroy all copies and attachments, and be advised that any review or dissemination of, or the taking of any action in reliance on, the information contained in or attached to this message is prohibited. 
Unless specifically indicated, this message is not an offer to sell or a solicitation of any investment products or other financial product or service, an official confirmation of any transaction, or an official statement of Sender. Subject to applicable law, Sender may intercept, monitor, review and retain e-communications (EC) traveling through its networks/systems and may produce any such EC to regulators, law enforcement, in litigation and as required by law. 
The laws of the country of each sender/recipient may impact the handling of EC, and EC may be archived, supervised and produced in countries other than the country in which you are located. This message cannot be guaranteed to be secure or free of errors or viruses. 

References to "Sender" are references to any subsidiary of Bank of America Corporation. Securities and Insurance Products: * Are Not FDIC Insured * Are Not Bank Guaranteed * May Lose Value * Are Not a Bank Deposit * Are Not a Condition to Any Banking Service or Activity * Are Not Insured by Any Federal Government Agency. Attachments that are part of this EC may have additional important disclosures and disclaimers, which you should read. This message is subject to terms available at the following link: 
http://www.bankofamerica.com/emaildisclaimer. By messaging with Sender you consent to the foregoing.

Re: Access denied for a user in a Global Repository Manager role (Archiva 1.3.5)

Posted by Olivier Lamy <ol...@apache.org>.
Yup.
I have seen that : WARN
org.apache.maven.archiva.proxy.DefaultRepositoryProxyConnectors  -
Transfer error from repository "central" for artifact
org.apache.maven.plugins:maven-deploy-plugin:2.4::pom, continuing to
next repository. Error message: Download failure on resource
[http://repo1.maven.org/maven2/org/apache/maven/plugins/maven-deploy-plugin/2.4/maven-deploy-plugin-2.4.pom]:Access
denied to: http://repo1.maven.org/maven2/org/apache/maven/plugins/maven-deploy-plugin/2.4/maven-deploy-plugin-2.4.pom

But only Access denied is poor of informations...
Can be a setup on your proxy which prevent the proxy user you have
setup and/or your host, accessing to
http://repo1.maven.org/maven2/org/apache/maven/plugins/maven-deploy-plugin/2.4/maven-deploy-plugin-2.4.pom.

The information cannot provide where is the issue.

The default http client use in archiva 1.3.x is poor of debugging.
(maybe you can try with adding the following sys props to have more
debug informations: -Djavax.net.debug=all )

The archiva version 1.4.x use an other http client which have more
informations. (if you can have a try with the under vote 1.4-M1....).

2011/10/25 Szelag, Lukasz <lu...@baml.com>:
> Olivier - yes, I'm. Please see my other post with more debugging information included. Thanks.
>
> -----Original Message-----
> From: Olivier Lamy [mailto:olamy@apache.org]
> Sent: Friday, October 21, 2011 3:45 PM
> To: users@archiva.apache.org
> Subject: Re: Access denied for a user in a Global Repository Manager role (Archiva 1.3.5)
>
> Hello,
> Are you passing tru a proxy to download from: http://repo1.maven.org/maven2 ?
>
> ----------------------------------------------------------------------
> This message w/attachments (message) is intended solely for the use of the intended recipient(s) and may contain information that is privileged, confidential or proprietary. If you are not an intended recipient, please notify the sender, and then please delete and destroy all copies and attachments, and be advised that any review or dissemination of, or the taking of any action in reliance on, the information contained in or attached to this message is prohibited.
> Unless specifically indicated, this message is not an offer to sell or a solicitation of any investment products or other financial product or service, an official confirmation of any transaction, or an official statement of Sender. Subject to applicable law, Sender may intercept, monitor, review and retain e-communications (EC) traveling through its networks/systems and may produce any such EC to regulators, law enforcement, in litigation and as required by law.
> The laws of the country of each sender/recipient may impact the handling of EC, and EC may be archived, supervised and produced in countries other than the country in which you are located. This message cannot be guaranteed to be secure or free of errors or viruses.
>
> References to "Sender" are references to any subsidiary of Bank of America Corporation. Securities and Insurance Products: * Are Not FDIC Insured * Are Not Bank Guaranteed * May Lose Value * Are Not a Bank Deposit * Are Not a Condition to Any Banking Service or Activity * Are Not Insured by Any Federal Government Agency. Attachments that are part of this EC may have additional important disclosures and disclaimers, which you should read. This message is subject to terms available at the following link:
> http://www.bankofamerica.com/emaildisclaimer. By messaging with Sender you consent to the foregoing.
>



-- 
Olivier Lamy
Talend : http://talend.com
http://twitter.com/olamy | http://linkedin.com/in/olamy

RE: Access denied for a user in a Global Repository Manager role (Archiva 1.3.5)

Posted by "Szelag, Lukasz" <lu...@baml.com>.
Olivier - yes, I'm. Please see my other post with more debugging information included. Thanks.

-----Original Message-----
From: Olivier Lamy [mailto:olamy@apache.org] 
Sent: Friday, October 21, 2011 3:45 PM
To: users@archiva.apache.org
Subject: Re: Access denied for a user in a Global Repository Manager role (Archiva 1.3.5)

Hello,
Are you passing tru a proxy to download from: http://repo1.maven.org/maven2 ?

----------------------------------------------------------------------
This message w/attachments (message) is intended solely for the use of the intended recipient(s) and may contain information that is privileged, confidential or proprietary. If you are not an intended recipient, please notify the sender, and then please delete and destroy all copies and attachments, and be advised that any review or dissemination of, or the taking of any action in reliance on, the information contained in or attached to this message is prohibited. 
Unless specifically indicated, this message is not an offer to sell or a solicitation of any investment products or other financial product or service, an official confirmation of any transaction, or an official statement of Sender. Subject to applicable law, Sender may intercept, monitor, review and retain e-communications (EC) traveling through its networks/systems and may produce any such EC to regulators, law enforcement, in litigation and as required by law. 
The laws of the country of each sender/recipient may impact the handling of EC, and EC may be archived, supervised and produced in countries other than the country in which you are located. This message cannot be guaranteed to be secure or free of errors or viruses. 

References to "Sender" are references to any subsidiary of Bank of America Corporation. Securities and Insurance Products: * Are Not FDIC Insured * Are Not Bank Guaranteed * May Lose Value * Are Not a Bank Deposit * Are Not a Condition to Any Banking Service or Activity * Are Not Insured by Any Federal Government Agency. Attachments that are part of this EC may have additional important disclosures and disclaimers, which you should read. This message is subject to terms available at the following link: 
http://www.bankofamerica.com/emaildisclaimer. By messaging with Sender you consent to the foregoing.

Re: Access denied for a user in a Global Repository Manager role (Archiva 1.3.5)

Posted by Olivier Lamy <ol...@apache.org>.
Hello,
Are you passing tru a proxy to download from: http://repo1.maven.org/maven2 ?

2011/10/21 Szelag, Lukasz <lu...@baml.com>:
> I'm getting below access denied error when trying to connect to Archiva from Maven using a user in a Global Repository Manager role:
>
> Archiva log:
>
> --------
> 2011-10-21 15:04:43,917 ["http-apr-8080"-exec-2] ERROR org.apache.maven.archiva.webdav.ArchivaDavResourceFactory  - Failures occurred downloading from some remote repositories:
>        central: Download failure on resource [http://repo1.maven.org/maven2/org/apache/maven/plugins/maven-clean-plugin/2.2/maven-clean-plugin-2.2.pom]:Access denied to: http://repo1.maven.org/maven2/org/apache/maven/plugins/maven-clean-plugin/2.2/maven-clean-plugin-2.2.pom
> --------
>
> Maven log:
>
> --------
> Downloading: http://<hostname>:8080/archiva/repository/external-releases/org/codehaus/mojo/mojo-parent/20/mojo-parent-20.pom
> [WARNING] Unable to get resource 'org.codehaus.mojo:mojo-parent:pom:20' from repository external-releases (http://<hostname>:8080/archiva/repository/external-releases): Error transferring file: Server returned HTTP response code: 500 for URL: http://<hostname>:8080/archiva/repository/external-releases/org/codehaus/mojo/mojo-parent/20/mojo-parent-20.pom
> --------
>
> Checklist:
>
> 1) The user in question is granted the Global Repository Manager role
> 2) I'm able to login to Archiva Web interface as the given user
> 3) Maven settings.xml properly reference user's credentials and associate it with the correct repository
> 4) The direct URL works (http://repo1.maven.org/maven2/org/apache/maven/plugins/maven-clean-plugin/2.2/maven-clean-plugin-2.2.pom)
>
> Archiva is running on Tomcat 7.0.12 on Windows.
>
> The above "external-releases" repository is defined as a proxy connector for 3 remote repositories, including Maven Central Repository where the artifact in question resides.
>
> This looks like a bug but perhaps I'm missing something. Does anyone know what could be the problem?
>
> Thanks,
> Lukasz
>
>
> ----------------------------------------------------------------------
> This message w/attachments (message) is intended solely for the use of the intended recipient(s) and may contain information that is privileged, confidential or proprietary. If you are not an intended recipient, please notify the sender, and then please delete and destroy all copies and attachments, and be advised that any review or dissemination of, or the taking of any action in reliance on, the information contained in or attached to this message is prohibited.
> Unless specifically indicated, this message is not an offer to sell or a solicitation of any investment products or other financial product or service, an official confirmation of any transaction, or an official statement of Sender. Subject to applicable law, Sender may intercept, monitor, review and retain e-communications (EC) traveling through its networks/systems and may produce any such EC to regulators, law enforcement, in litigation and as required by law.
> The laws of the country of each sender/recipient may impact the handling of EC, and EC may be archived, supervised and produced in countries other than the country in which you are located. This message cannot be guaranteed to be secure or free of errors or viruses.
>
> References to "Sender" are references to any subsidiary of Bank of America Corporation. Securities and Insurance Products: * Are Not FDIC Insured * Are Not Bank Guaranteed * May Lose Value * Are Not a Bank Deposit * Are Not a Condition to Any Banking Service or Activity * Are Not Insured by Any Federal Government Agency. Attachments that are part of this EC may have additional important disclosures and disclaimers, which you should read. This message is subject to terms available at the following link:
> http://www.bankofamerica.com/emaildisclaimer. By messaging with Sender you consent to the foregoing.
>



-- 
Olivier Lamy
Talend : http://talend.com
http://twitter.com/olamy | http://linkedin.com/in/olamy