[jira] Commented: (CONTINUUM-1492) error when trying to run data management tool when behind a proxied firewall

2007-11-06 Thread fdb (JIRA)

[ 
http://jira.codehaus.org/browse/CONTINUUM-1492?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_112952
 ] 

fdb commented on CONTINUUM-1492:


Olivier, i got the same problems while having this ~/.m2/settings.xml
using the -Dhttp.proxyHost=proxyhost.com, -Dhttp.proxyPort=8080 everything 
works fine

(exporting from beta3)

settings
  proxies
   proxy
  activetrue/active
  protocolhttp/protocol
  hosthttp-proxy.xxx.com/host
  port8080/port
  nonProxyHostswww.google.com|*.xxx.local/nonProxyHosts
/proxy
  /proxies
/settings


 error when trying to run data management tool when behind a proxied firewall
 

 Key: CONTINUUM-1492
 URL: http://jira.codehaus.org/browse/CONTINUUM-1492
 Project: Continuum
  Issue Type: Bug
  Components: Data Management
Affects Versions: 1.1-beta-3
Reporter: Tomislav Stojcevich

 Using -Dhttp.proxyHost=proxyhost.com, -Dhttp.proxyPort=80 
 -Dproxy.User=myuserid -Dhttp.proxyPassword=mypassword doesn't work
 Setting -Djava.net.useSystemProxies=true doesn't work
 Setting -Dhttp.auth.ntlm.domain=mydomain doesn't work
 Nor does it pick up the proxy settings in my settings.xml file.
 0 [main] INFO org.apache.maven.continuum.management.DataManagementCli  - 
 Processing Continuum database...
 Exception in thread main 
 org.apache.maven.artifact.resolver.MultipleArtifactsNotFoundException: 
 Missing:
 --
 1) org.apache.maven.continuum:data-management-jdo:jar:1.1-beta-3
   Try downloading the file manually from the project website.
   Then, install it using the command:
   mvn install:install-file -DgroupId=org.apache.maven.continuum 
 -DartifactId=data-management-jdo \
   -Dversion=1.1-beta-3 -Dpackaging=jar -Dfile=/path/to/file
   Path to dependency:
 1) dummy:dummy:pom:1.0
 2) org.apache.maven.continuum:data-management-jdo:jar:1.1-beta-3
 --
 1 required artifact is missing.
 for artifact:
   dummy:dummy:pom:1.0
 from the specified remote repositories:
   central (http://repo1.maven.org/maven2)
 at 
 org.apache.maven.artifact.resolver.DefaultArtifactResolver.resolveTransitively(DefaultArtifactResolver.java:305)
 at 
 org.apache.maven.artifact.resolver.DefaultArtifactResolver.resolveTransitively(DefaultArtifactResolver.java:272)
 at 
 org.apache.maven.artifact.resolver.DefaultArtifactResolver.resolveTransitively(DefaultArtifactResolver.java:243)
 at 
 org.apache.maven.continuum.management.DataManagementCli.downloadArtifact(DataManagementCli.java:292)
 at 
 org.apache.maven.continuum.management.DataManagementCli.processDatabase(DataManagementCli.java:173)
 at 
 org.apache.maven.continuum.management.DataManagementCli.main(DataManagementCli.java:146)

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: 
http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira




[jira] Commented: (CONTINUUM-1492) error when trying to run data management tool when behind a proxied firewall

2007-10-25 Thread Damien Lecan (JIRA)

[ 
http://jira.codehaus.org/browse/CONTINUUM-1492?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_111393
 ] 

Damien Lecan commented on CONTINUUM-1492:
-

Should DMC read settings.xml ?

 error when trying to run data management tool when behind a proxied firewall
 

 Key: CONTINUUM-1492
 URL: http://jira.codehaus.org/browse/CONTINUUM-1492
 Project: Continuum
  Issue Type: Bug
  Components: Data Management
Affects Versions: 1.1-beta-3
Reporter: Tomislav Stojcevich

 Using -Dhttp.proxyHost=proxyhost.com, -Dhttp.proxyPort=80 
 -Dproxy.User=myuserid -Dhttp.proxyPassword=mypassword doesn't work
 Setting -Djava.net.useSystemProxies=true doesn't work
 Setting -Dhttp.auth.ntlm.domain=mydomain doesn't work
 Nor does it pick up the proxy settings in my settings.xml file.
 0 [main] INFO org.apache.maven.continuum.management.DataManagementCli  - 
 Processing Continuum database...
 Exception in thread main 
 org.apache.maven.artifact.resolver.MultipleArtifactsNotFoundException: 
 Missing:
 --
 1) org.apache.maven.continuum:data-management-jdo:jar:1.1-beta-3
   Try downloading the file manually from the project website.
   Then, install it using the command:
   mvn install:install-file -DgroupId=org.apache.maven.continuum 
 -DartifactId=data-management-jdo \
   -Dversion=1.1-beta-3 -Dpackaging=jar -Dfile=/path/to/file
   Path to dependency:
 1) dummy:dummy:pom:1.0
 2) org.apache.maven.continuum:data-management-jdo:jar:1.1-beta-3
 --
 1 required artifact is missing.
 for artifact:
   dummy:dummy:pom:1.0
 from the specified remote repositories:
   central (http://repo1.maven.org/maven2)
 at 
 org.apache.maven.artifact.resolver.DefaultArtifactResolver.resolveTransitively(DefaultArtifactResolver.java:305)
 at 
 org.apache.maven.artifact.resolver.DefaultArtifactResolver.resolveTransitively(DefaultArtifactResolver.java:272)
 at 
 org.apache.maven.artifact.resolver.DefaultArtifactResolver.resolveTransitively(DefaultArtifactResolver.java:243)
 at 
 org.apache.maven.continuum.management.DataManagementCli.downloadArtifact(DataManagementCli.java:292)
 at 
 org.apache.maven.continuum.management.DataManagementCli.processDatabase(DataManagementCli.java:173)
 at 
 org.apache.maven.continuum.management.DataManagementCli.main(DataManagementCli.java:146)

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: 
http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira




[jira] Commented: (CONTINUUM-1492) error when trying to run data management tool when behind a proxied firewall

2007-10-25 Thread Emmanuel Venisse (JIRA)

[ 
http://jira.codehaus.org/browse/CONTINUUM-1492?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_111404
 ] 

Emmanuel Venisse commented on CONTINUUM-1492:
-

post beta-3, it read the settings.xml

 error when trying to run data management tool when behind a proxied firewall
 

 Key: CONTINUUM-1492
 URL: http://jira.codehaus.org/browse/CONTINUUM-1492
 Project: Continuum
  Issue Type: Bug
  Components: Data Management
Affects Versions: 1.1-beta-3
Reporter: Tomislav Stojcevich

 Using -Dhttp.proxyHost=proxyhost.com, -Dhttp.proxyPort=80 
 -Dproxy.User=myuserid -Dhttp.proxyPassword=mypassword doesn't work
 Setting -Djava.net.useSystemProxies=true doesn't work
 Setting -Dhttp.auth.ntlm.domain=mydomain doesn't work
 Nor does it pick up the proxy settings in my settings.xml file.
 0 [main] INFO org.apache.maven.continuum.management.DataManagementCli  - 
 Processing Continuum database...
 Exception in thread main 
 org.apache.maven.artifact.resolver.MultipleArtifactsNotFoundException: 
 Missing:
 --
 1) org.apache.maven.continuum:data-management-jdo:jar:1.1-beta-3
   Try downloading the file manually from the project website.
   Then, install it using the command:
   mvn install:install-file -DgroupId=org.apache.maven.continuum 
 -DartifactId=data-management-jdo \
   -Dversion=1.1-beta-3 -Dpackaging=jar -Dfile=/path/to/file
   Path to dependency:
 1) dummy:dummy:pom:1.0
 2) org.apache.maven.continuum:data-management-jdo:jar:1.1-beta-3
 --
 1 required artifact is missing.
 for artifact:
   dummy:dummy:pom:1.0
 from the specified remote repositories:
   central (http://repo1.maven.org/maven2)
 at 
 org.apache.maven.artifact.resolver.DefaultArtifactResolver.resolveTransitively(DefaultArtifactResolver.java:305)
 at 
 org.apache.maven.artifact.resolver.DefaultArtifactResolver.resolveTransitively(DefaultArtifactResolver.java:272)
 at 
 org.apache.maven.artifact.resolver.DefaultArtifactResolver.resolveTransitively(DefaultArtifactResolver.java:243)
 at 
 org.apache.maven.continuum.management.DataManagementCli.downloadArtifact(DataManagementCli.java:292)
 at 
 org.apache.maven.continuum.management.DataManagementCli.processDatabase(DataManagementCli.java:173)
 at 
 org.apache.maven.continuum.management.DataManagementCli.main(DataManagementCli.java:146)

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: 
http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira




[jira] Commented: (CONTINUUM-1492) error when trying to run data management tool when behind a proxied firewall

2007-10-01 Thread Olivier Lamy (JIRA)

[ 
http://jira.codehaus.org/browse/CONTINUUM-1492?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_108776
 ] 

Olivier Lamy commented on CONTINUUM-1492:
-

I need more information on your proxy : what kind of proxy are you using ?
Because I have done this on a solaris machine using a windows proxy with auth 
(only -Dhttp.proxyHost=proxyhost.com, -Dhttp.proxyPort=80) and was working fine.

 error when trying to run data management tool when behind a proxied firewall
 

 Key: CONTINUUM-1492
 URL: http://jira.codehaus.org/browse/CONTINUUM-1492
 Project: Continuum
  Issue Type: Bug
  Components: Data Management
Affects Versions: 1.1-beta-3
Reporter: Tomislav Stojcevich

 Using -Dhttp.proxyHost=proxyhost.com, -Dhttp.proxyPort=80 
 -Dproxy.User=myuserid -Dhttp.proxyPassword=mypassword doesn't work
 Setting -Djava.net.useSystemProxies=true doesn't work
 Setting -Dhttp.auth.ntlm.domain=mydomain doesn't work
 Nor does it pick up the proxy settings in my settings.xml file.
 0 [main] INFO org.apache.maven.continuum.management.DataManagementCli  - 
 Processing Continuum database...
 Exception in thread main 
 org.apache.maven.artifact.resolver.MultipleArtifactsNotFoundException: 
 Missing:
 --
 1) org.apache.maven.continuum:data-management-jdo:jar:1.1-beta-3
   Try downloading the file manually from the project website.
   Then, install it using the command:
   mvn install:install-file -DgroupId=org.apache.maven.continuum 
 -DartifactId=data-management-jdo \
   -Dversion=1.1-beta-3 -Dpackaging=jar -Dfile=/path/to/file
   Path to dependency:
 1) dummy:dummy:pom:1.0
 2) org.apache.maven.continuum:data-management-jdo:jar:1.1-beta-3
 --
 1 required artifact is missing.
 for artifact:
   dummy:dummy:pom:1.0
 from the specified remote repositories:
   central (http://repo1.maven.org/maven2)
 at 
 org.apache.maven.artifact.resolver.DefaultArtifactResolver.resolveTransitively(DefaultArtifactResolver.java:305)
 at 
 org.apache.maven.artifact.resolver.DefaultArtifactResolver.resolveTransitively(DefaultArtifactResolver.java:272)
 at 
 org.apache.maven.artifact.resolver.DefaultArtifactResolver.resolveTransitively(DefaultArtifactResolver.java:243)
 at 
 org.apache.maven.continuum.management.DataManagementCli.downloadArtifact(DataManagementCli.java:292)
 at 
 org.apache.maven.continuum.management.DataManagementCli.processDatabase(DataManagementCli.java:173)
 at 
 org.apache.maven.continuum.management.DataManagementCli.main(DataManagementCli.java:146)

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: 
http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira




[jira] Commented: (CONTINUUM-1492) error when trying to run data management tool when behind a proxied firewall

2007-10-01 Thread Tomislav Stojcevich (JIRA)

[ 
http://jira.codehaus.org/browse/CONTINUUM-1492?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_108786
 ] 

Tomislav Stojcevich commented on CONTINUUM-1492:


not sure what kind of proxy i am using, i do know that i have to specify 
proxyHost, proxyPort, username and password.  This username and password is 
different from my windows username and password.

 error when trying to run data management tool when behind a proxied firewall
 

 Key: CONTINUUM-1492
 URL: http://jira.codehaus.org/browse/CONTINUUM-1492
 Project: Continuum
  Issue Type: Bug
  Components: Data Management
Affects Versions: 1.1-beta-3
Reporter: Tomislav Stojcevich

 Using -Dhttp.proxyHost=proxyhost.com, -Dhttp.proxyPort=80 
 -Dproxy.User=myuserid -Dhttp.proxyPassword=mypassword doesn't work
 Setting -Djava.net.useSystemProxies=true doesn't work
 Setting -Dhttp.auth.ntlm.domain=mydomain doesn't work
 Nor does it pick up the proxy settings in my settings.xml file.
 0 [main] INFO org.apache.maven.continuum.management.DataManagementCli  - 
 Processing Continuum database...
 Exception in thread main 
 org.apache.maven.artifact.resolver.MultipleArtifactsNotFoundException: 
 Missing:
 --
 1) org.apache.maven.continuum:data-management-jdo:jar:1.1-beta-3
   Try downloading the file manually from the project website.
   Then, install it using the command:
   mvn install:install-file -DgroupId=org.apache.maven.continuum 
 -DartifactId=data-management-jdo \
   -Dversion=1.1-beta-3 -Dpackaging=jar -Dfile=/path/to/file
   Path to dependency:
 1) dummy:dummy:pom:1.0
 2) org.apache.maven.continuum:data-management-jdo:jar:1.1-beta-3
 --
 1 required artifact is missing.
 for artifact:
   dummy:dummy:pom:1.0
 from the specified remote repositories:
   central (http://repo1.maven.org/maven2)
 at 
 org.apache.maven.artifact.resolver.DefaultArtifactResolver.resolveTransitively(DefaultArtifactResolver.java:305)
 at 
 org.apache.maven.artifact.resolver.DefaultArtifactResolver.resolveTransitively(DefaultArtifactResolver.java:272)
 at 
 org.apache.maven.artifact.resolver.DefaultArtifactResolver.resolveTransitively(DefaultArtifactResolver.java:243)
 at 
 org.apache.maven.continuum.management.DataManagementCli.downloadArtifact(DataManagementCli.java:292)
 at 
 org.apache.maven.continuum.management.DataManagementCli.processDatabase(DataManagementCli.java:173)
 at 
 org.apache.maven.continuum.management.DataManagementCli.main(DataManagementCli.java:146)

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: 
http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira




[jira] Commented: (CONTINUUM-1492) error when trying to run data management tool when behind a proxied firewall

2007-09-26 Thread Tomislav Stojcevich (JIRA)

[ 
http://jira.codehaus.org/browse/CONTINUUM-1492?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_108365
 ] 

Tomislav Stojcevich commented on CONTINUUM-1492:


A workaround was to download data-management-cli.1.1-beta-3-app.pom manually 
from the repo, save it as pom.xml, than run mvn dependency:resolve.  That 
downloads all required dependencies into my local repo and does use the proxy 
settings in settings.xml.

 error when trying to run data management tool when behind a proxied firewall
 

 Key: CONTINUUM-1492
 URL: http://jira.codehaus.org/browse/CONTINUUM-1492
 Project: Continuum
  Issue Type: Bug
  Components: Data Management
Affects Versions: 1.1-beta-3
Reporter: Tomislav Stojcevich

 Using -Dhttp.proxyHost=proxyhost.com, -Dhttp.proxyPort=80 
 -Dproxy.User=myuserid -Dhttp.proxyPassword=mypassword doesn't work
 Setting -Djava.net.useSystemProxies=true doesn't work
 Setting -Dhttp.auth.ntlm.domain=mydomain doesn't work
 Nor does it pick up the proxy settings in my settings.xml file.
 0 [main] INFO org.apache.maven.continuum.management.DataManagementCli  - 
 Processing Continuum database...
 Exception in thread main 
 org.apache.maven.artifact.resolver.MultipleArtifactsNotFoundException: 
 Missing:
 --
 1) org.apache.maven.continuum:data-management-jdo:jar:1.1-beta-3
   Try downloading the file manually from the project website.
   Then, install it using the command:
   mvn install:install-file -DgroupId=org.apache.maven.continuum 
 -DartifactId=data-management-jdo \
   -Dversion=1.1-beta-3 -Dpackaging=jar -Dfile=/path/to/file
   Path to dependency:
 1) dummy:dummy:pom:1.0
 2) org.apache.maven.continuum:data-management-jdo:jar:1.1-beta-3
 --
 1 required artifact is missing.
 for artifact:
   dummy:dummy:pom:1.0
 from the specified remote repositories:
   central (http://repo1.maven.org/maven2)
 at 
 org.apache.maven.artifact.resolver.DefaultArtifactResolver.resolveTransitively(DefaultArtifactResolver.java:305)
 at 
 org.apache.maven.artifact.resolver.DefaultArtifactResolver.resolveTransitively(DefaultArtifactResolver.java:272)
 at 
 org.apache.maven.artifact.resolver.DefaultArtifactResolver.resolveTransitively(DefaultArtifactResolver.java:243)
 at 
 org.apache.maven.continuum.management.DataManagementCli.downloadArtifact(DataManagementCli.java:292)
 at 
 org.apache.maven.continuum.management.DataManagementCli.processDatabase(DataManagementCli.java:173)
 at 
 org.apache.maven.continuum.management.DataManagementCli.main(DataManagementCli.java:146)

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: 
http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira