RE: Help! - maven-proxy encountered NTLM authentication problem

2005-11-23 Thread Law Green-A20134
Thanks for all.

Daniel, I will very grateful if you send me your jar! 

Regards,
Green

-Original Message-
From: Daniel Beland [mailto:[EMAIL PROTECTED] 
Sent: 2005年11月23日 21:51
To: Maven Users List
Subject: Re: Help! - maven-proxy encountered NTLM authentication problem

Just found out that tool though!

http://ntlmaps.sourceforge.net/

You may want to give it a try as it can be used in all your applications!



On 11/23/05, Daniel Beland <[EMAIL PROTECTED]> wrote:
>
>
> Hi,
>
> I had the same problem, and recompiled it using NTCredentials instead 
> and adding an attribute in the properties file proxy.one.domain=XXX
>
> I can send you the compiled jar by email if you wish?
>
> Daniel
>
>
> On 11/22/05, Law Green-A20134 <[EMAIL PROTECTED]> wrote:
> >
> > Hi, my maven-proxy.properties file has configured proxy server as
> > follows:
> >
> > proxy.one.host=proxy_server
> > proxy.one.port=1080
> > proxy.one.username=user
> > proxy.one.password=password
> >
> > Unfortunately, the maven-proxy console report the following error 
> > while maven start download from central repository:
> >
> > 2005-11-22 17:45:38,937 [WARN ] commons.httpclient.HttpMethodBase  - 
> > Credentials cannot be used for NTLM authentication:
> > org.apache.commons.httpclient.UsernameP
> > asswordCredentials
> > 2005-11-22 17:45:38,937 [INFO ] proxy.config.HttpRepoConfiguration  
> > - Repo[www-i
> > biblio-org]: Unable to find
> > http://www.ibiblio.org/maven2/org/apache/maven/plugi
> > <http://www.ibiblio.org/maven2/org/apache/maven/plugi>
> > ns/maven-metadata.xml because of [407] = Proxy Authentication 
> > Required
> >
> > Anyone has a clue for solution?
> >
> > Thanks and Best Regards,
> > Green Law
> > ---
> > Software Center Motorola China
> > Global Software Group
> > Phone: 86-28-87826088-2253
> > Email: [EMAIL PROTECTED] <mailto:[EMAIL PROTECTED]>
> > IM: [EMAIL PROTECTED] <mailto:[EMAIL PROTECTED] >
> > Jabber: [EMAIL PROTECTED] 
> > <mailto:[EMAIL PROTECTED]>
> > ---
> > Message Classification:
> > Motorola Confidential Proprietary
> > Motorola Internal Use only
> > Motorola General Business Information
> >
> >
> >
>

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: Help! - maven-proxy encountered NTLM authentication problem

2005-11-23 Thread Daniel Beland
Just found out that tool though!

http://ntlmaps.sourceforge.net/

You may want to give it a try as it can be used in all your applications!



On 11/23/05, Daniel Beland <[EMAIL PROTECTED]> wrote:
>
>
> Hi,
>
> I had the same problem, and recompiled it using NTCredentials instead and
> adding an attribute in the properties file
> proxy.one.domain=XXX
>
> I can send you the compiled jar by email if you wish?
>
> Daniel
>
>
> On 11/22/05, Law Green-A20134 <[EMAIL PROTECTED]> wrote:
> >
> > Hi, my maven-proxy.properties file has configured proxy server as
> > follows:
> >
> > proxy.one.host=proxy_server
> > proxy.one.port=1080
> > proxy.one.username=user
> > proxy.one.password=password
> >
> > Unfortunately, the maven-proxy console report the following error while
> > maven start download from central repository:
> >
> > 2005-11-22 17:45:38,937 [WARN ] commons.httpclient.HttpMethodBase  -
> > Credentials
> > cannot be used for NTLM authentication:
> > org.apache.commons.httpclient.UsernameP
> > asswordCredentials
> > 2005-11-22 17:45:38,937 [INFO ] proxy.config.HttpRepoConfiguration  -
> > Repo[www-i
> > biblio-org]: Unable to find
> > http://www.ibiblio.org/maven2/org/apache/maven/plugi
> > 
> > ns/maven-metadata.xml because of [407] = Proxy Authentication Required
> >
> > Anyone has a clue for solution?
> >
> > Thanks and Best Regards,
> > Green Law
> > ---
> > Software Center Motorola China
> > Global Software Group
> > Phone: 86-28-87826088-2253
> > Email: [EMAIL PROTECTED] 
> > IM: [EMAIL PROTECTED] 
> > Jabber: [EMAIL PROTECTED]
> > 
> > ---
> > Message Classification:
> > Motorola Confidential Proprietary
> > Motorola Internal Use only
> > Motorola General Business Information
> >
> >
> >
>


Re: Help! - maven-proxy encountered NTLM authentication problem

2005-11-23 Thread Daniel Beland
Hi,

I had the same problem, and recompiled it using NTCredentials instead and
adding an attribute in the properties file
proxy.one.domain=XXX

I can send you the compiled jar by email if you wish?

Daniel


On 11/22/05, Law Green-A20134 <[EMAIL PROTECTED]> wrote:
>
> Hi, my maven-proxy.properties file has configured proxy server as
> follows:
>
> proxy.one.host=proxy_server
> proxy.one.port=1080
> proxy.one.username=user
> proxy.one.password=password
>
> Unfortunately, the maven-proxy console report the following error while
> maven start download from central repository:
>
> 2005-11-22 17:45:38,937 [WARN ] commons.httpclient.HttpMethodBase  -
> Credentials
> cannot be used for NTLM authentication:
> org.apache.commons.httpclient.UsernameP
> asswordCredentials
> 2005-11-22 17:45:38,937 [INFO ] proxy.config.HttpRepoConfiguration  -
> Repo[www-i
> biblio-org]: Unable to find
> http://www.ibiblio.org/maven2/org/apache/maven/plugi
> 
> ns/maven-metadata.xml because of [407] = Proxy Authentication Required
>
> Anyone has a clue for solution?
>
> Thanks and Best Regards,
> Green Law
> ---
> Software Center Motorola China
> Global Software Group
> Phone: 86-28-87826088-2253
> Email: [EMAIL PROTECTED] 
> IM: [EMAIL PROTECTED] 
> Jabber: [EMAIL PROTECTED]
> 
> ---
> Message Classification:
> Motorola Confidential Proprietary
> Motorola Internal Use only
> Motorola General Business Information
>
>
>


Help! - maven-proxy encountered NTLM authentication problem

2005-11-22 Thread Law Green-A20134
Hi, my maven-proxy.properties file has configured proxy server as
follows:
 
proxy.one.host=proxy_server
proxy.one.port=1080
proxy.one.username=user
proxy.one.password=password
 
Unfortunately, the maven-proxy console report the following error while
maven start download from central repository:
 
2005-11-22 17:45:38,937 [WARN ] commons.httpclient.HttpMethodBase  -
Credentials
 cannot be used for NTLM authentication:
org.apache.commons.httpclient.UsernameP
asswordCredentials
2005-11-22 17:45:38,937 [INFO ] proxy.config.HttpRepoConfiguration  -
Repo[www-i
biblio-org]: Unable to find
http://www.ibiblio.org/maven2/org/apache/maven/plugi
 
ns/maven-metadata.xml because of [407] = Proxy Authentication Required
 
Anyone has a clue for solution?
 
Thanks and Best Regards,
Green Law 
---
Software Center Motorola China
Global Software Group
Phone: 86-28-87826088-2253
Email: [EMAIL PROTECTED]  
IM: [EMAIL PROTECTED]  
Jabber: [EMAIL PROTECTED]
 
---
Message Classification:
 Motorola Confidential Proprietary
 Motorola Internal Use only
 Motorola General Business Information