You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@maven.apache.org by ji...@codehaus.org on 2004/06/30 06:24:12 UTC

[jira] Created: (MAVEN-1353) Change in http utils in rc4 gives verbose warnings

Message:

  A new issue has been created in JIRA.

---------------------------------------------------------------------
View the issue:
  http://jira.codehaus.org/browse/MAVEN-1353

Here is an overview of the issue:
---------------------------------------------------------------------
        Key: MAVEN-1353
    Summary: Change in http utils in rc4 gives verbose warnings
       Type: Bug

     Status: Unassigned
   Priority: Major

 Original Estimate: Unknown
 Time Spent: Unknown
  Remaining: Unknown

    Project: maven
 Components: 
             core
   Fix Fors:
             1.0
   Versions:
             1.0

   Assignee: 
   Reporter: dion gillard

    Created: Wed, 30 Jun 2004 12:24 AM
    Updated: Wed, 30 Jun 2004 12:24 AM

Description:
C:\source\wsad\workspace\Deployment>maven clean
 __  __
|  \/  |__ _Apache__ ___
| |\/| / _` \ V / -_) ' \  ~ intelligent projects ~
|_|  |_\__,_|\_/\___|_||_|  v. 1.0-final-SNAPSHOT

Attempting to download general-common-SNAPSHOT.jar.
Error getting URI host
org.apache.commons.httpclient.HttpException: Redirect from host planetmirror.com to public.planetmirror.com is not supported
        at org.apache.commons.httpclient.HttpMethodBase.checkValidRedirect(HttpMethodBase.java:1243)
        at org.apache.commons.httpclient.HttpMethodBase.processRedirectResponse(HttpMethodBase.java:1191)
        at org.apache.commons.httpclient.HttpMethodBase.isRetryNeeded(HttpMethodBase.java:977)
        at org.apache.commons.httpclient.HttpMethodBase.execute(HttpMethodBase.java:1095)
        at org.apache.commons.httpclient.HttpClient.executeMethod(HttpClient.java:675)
        at org.apache.commons.httpclient.HttpClient.executeMethod(HttpClient.java:529)
        at org.apache.maven.util.HttpUtils.getFile(HttpUtils.java:378)
        at org.apache.maven.util.HttpUtils.getFile(HttpUtils.java:274)
        at org.apache.maven.util.HttpUtils.getFile(HttpUtils.java:170)
        at org.apache.maven.verifier.DependencyVerifier.getRemoteArtifact(DependencyVerifier.java:317)
        at org.apache.maven.verifier.DependencyVerifier.getDependencies(DependencyVerifier.java:254)
        at org.apache.maven.verifier.DependencyVerifier.satisfyDependencies(DependencyVerifier.java:171)
        at org.apache.maven.verifier.DependencyVerifier.verify(DependencyVerifier.java:97)
        at org.apache.maven.project.Project.verifyDependencies(Project.java:1365)
        at org.apache.maven.plugin.PluginManager.attainGoals(PluginManager.java:492)
        at org.apache.maven.MavenSession.attainGoals(MavenSession.java:266)
        at org.apache.maven.cli.App.doMain(App.java:486)
        at org.apache.maven.cli.App.main(App.java:1215)
        at java.lang.reflect.Method.invoke(Native Method)
        at com.werken.forehead.Forehead.run(Forehead.java:551)
        at com.werken.forehead.Forehead.main(Forehead.java:581)
Invalid Redirect URI from: http://planetmirror.com:80/pub/maven/suttons/jars/general-common-SNAPSHOT.jar to: http://public.planetmir
ror.com/pub/maven/suttons/jars/general-common-SNAPSHOT.jar
warning: last-modified not specified
Error getting URI host


---------------------------------------------------------------------
JIRA INFORMATION:
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

If you want more information on JIRA, or have a bug to report see:
   http://www.atlassian.com/software/jira


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
For additional commands, e-mail: dev-help@maven.apache.org


[jira] Closed: (MAVEN-1353) Change in http utils in rc4 gives verbose warnings

Posted by ji...@codehaus.org.
Message:

   The following issue has been closed.

---------------------------------------------------------------------
View the issue:
  http://jira.codehaus.org/browse/MAVEN-1353

Here is an overview of the issue:
---------------------------------------------------------------------
        Key: MAVEN-1353
    Summary: Change in http utils in rc4 gives verbose warnings
       Type: Bug

     Status: Closed
   Priority: Major
 Resolution: FIXED

 Original Estimate: Unknown
 Time Spent: Unknown
  Remaining: Unknown

    Project: maven
 Components: 
             core
   Fix Fors:
             1.0
   Versions:
             1.0

   Assignee: 
   Reporter: dion gillard

    Created: Wed, 30 Jun 2004 12:24 AM
    Updated: Thu, 1 Jul 2004 8:48 AM

Description:
C:\source\wsad\workspace\Deployment>maven clean
 __  __
|  \/  |__ _Apache__ ___
| |\/| / _` \ V / -_) ' \  ~ intelligent projects ~
|_|  |_\__,_|\_/\___|_||_|  v. 1.0-final-SNAPSHOT

Attempting to download general-common-SNAPSHOT.jar.
Error getting URI host
org.apache.commons.httpclient.HttpException: Redirect from host planetmirror.com to public.planetmirror.com is not supported
        at org.apache.commons.httpclient.HttpMethodBase.checkValidRedirect(HttpMethodBase.java:1243)
        at org.apache.commons.httpclient.HttpMethodBase.processRedirectResponse(HttpMethodBase.java:1191)
        at org.apache.commons.httpclient.HttpMethodBase.isRetryNeeded(HttpMethodBase.java:977)
        at org.apache.commons.httpclient.HttpMethodBase.execute(HttpMethodBase.java:1095)
        at org.apache.commons.httpclient.HttpClient.executeMethod(HttpClient.java:675)
        at org.apache.commons.httpclient.HttpClient.executeMethod(HttpClient.java:529)
        at org.apache.maven.util.HttpUtils.getFile(HttpUtils.java:378)
        at org.apache.maven.util.HttpUtils.getFile(HttpUtils.java:274)
        at org.apache.maven.util.HttpUtils.getFile(HttpUtils.java:170)
        at org.apache.maven.verifier.DependencyVerifier.getRemoteArtifact(DependencyVerifier.java:317)
        at org.apache.maven.verifier.DependencyVerifier.getDependencies(DependencyVerifier.java:254)
        at org.apache.maven.verifier.DependencyVerifier.satisfyDependencies(DependencyVerifier.java:171)
        at org.apache.maven.verifier.DependencyVerifier.verify(DependencyVerifier.java:97)
        at org.apache.maven.project.Project.verifyDependencies(Project.java:1365)
        at org.apache.maven.plugin.PluginManager.attainGoals(PluginManager.java:492)
        at org.apache.maven.MavenSession.attainGoals(MavenSession.java:266)
        at org.apache.maven.cli.App.doMain(App.java:486)
        at org.apache.maven.cli.App.main(App.java:1215)
        at java.lang.reflect.Method.invoke(Native Method)
        at com.werken.forehead.Forehead.run(Forehead.java:551)
        at com.werken.forehead.Forehead.main(Forehead.java:581)
Invalid Redirect URI from: http://planetmirror.com:80/pub/maven/suttons/jars/general-common-SNAPSHOT.jar to: http://public.planetmir
ror.com/pub/maven/suttons/jars/general-common-SNAPSHOT.jar
warning: last-modified not specified
Error getting URI host


---------------------------------------------------------------------
JIRA INFORMATION:
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

If you want more information on JIRA, or have a bug to report see:
   http://www.atlassian.com/software/jira


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
For additional commands, e-mail: dev-help@maven.apache.org