Maven not fetching activiti jars - NTLM authentication error

Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-27-2012 07:55 PM
POM.xml used is http://activitiinaction.googlecode.com/svn/trunk/bpmn-examples/pom.xml
Following is the error:
Downloading: https://maven.alfresco.com/nexus/content/groups/public/org/activiti/activiti-engine/5.9/activiti-eng...
Sep 27, 2012 5:38:01 PM org.apache.maven.wagon.providers.http.httpclient.client.protocol.RequestProxyAuthentication process
SEVERE: Proxy authentication error: Credentials cannot be used for NTLM authentication: org.apache.maven.wagon.providers.http.httpclient.auth.UsernamePasswordCredentials
Downloading: https://maven.alfresco.com/nexus/content/groups/public/org/activiti/activiti-spring/5.9/activiti-spr...
Sep 27, 2012 5:38:01 PM org.apache.maven.wagon.providers.http.httpclient.client.protocol.RequestProxyAuthentication process
]SEVERE: Proxy authentication error: Credentials cannot be used for NTLM authentication: org.apache.maven.wagon.providers.http.httpclient.auth.UsernamePasswordCredentials
Also my settings.xml - is clean except for proxy entry. I tried using domainname/username and only user name. No Luck
. BTW - I am using Maven 3.0.4
Following is the error:
Downloading: https://maven.alfresco.com/nexus/content/groups/public/org/activiti/activiti-engine/5.9/activiti-eng...
Sep 27, 2012 5:38:01 PM org.apache.maven.wagon.providers.http.httpclient.client.protocol.RequestProxyAuthentication process
SEVERE: Proxy authentication error: Credentials cannot be used for NTLM authentication: org.apache.maven.wagon.providers.http.httpclient.auth.UsernamePasswordCredentials
Downloading: https://maven.alfresco.com/nexus/content/groups/public/org/activiti/activiti-spring/5.9/activiti-spr...
Sep 27, 2012 5:38:01 PM org.apache.maven.wagon.providers.http.httpclient.client.protocol.RequestProxyAuthentication process
]SEVERE: Proxy authentication error: Credentials cannot be used for NTLM authentication: org.apache.maven.wagon.providers.http.httpclient.auth.UsernamePasswordCredentials
Also my settings.xml - is clean except for proxy entry. I tried using domainname/username and only user name. No Luck

<?xml version="1.0" encoding="UTF-8"?><settings xsi:schemaLocation="http://maven.apache.org/SETTINGS/1.0.0 http://maven.apache.org/xsd/settings-1.0.0.xsd" xmlns="http://maven.apache.org/SETTINGS/1.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <proxies> <proxy> <id>ihc-proxy</id> <active>true</active> <protocol>http</protocol> <host>proxy.XXX.com</host> <port>8080</port> <username>co.XXX.com/myname</username> <password>password</password> <nonProxyHosts>*.XXX.com|localhost</nonProxyHosts> </proxy> </proxies></settings>
Labels:
- Labels:
-
Archive
7 REPLIES 7
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-28-2012 06:06 AM
Seems like a mis-configuration of your maven settings. Can you access other repositories through your maven proxy?

Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-28-2012 01:17 PM
Yeah, I was able to download from other repos. It is just alfresco repos I am not able to download. Also my maven settings file is clean as you can see. I use maven for other projects , but never had this issue.
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-01-2012 03:14 AM

Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-02-2012 01:37 PM
I tried both but no luck.
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-02-2012 01:58 PM
Maybe an internal proxy?

Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-02-2012 06:34 PM
Yeah, it seems to be the case. I tried from home ntwk, I had no issues.
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-03-2012 04:05 AM
Yup, NTLM = windows network single sign on (had to do a project once with it long time ago - Ugh!).
Probably a strict proxy
Probably a strict proxy
