You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@manifoldcf.apache.org by "Cihad Guzel (Jira)" <ji...@apache.org> on 2020/01/25 14:44:00 UTC

[jira] [Created] (CONNECTORS-1634) Occured 501 HTTP Error while downloading 'h2' dependency

Cihad Guzel created CONNECTORS-1634:
---------------------------------------

             Summary: Occured 501 HTTP Error while downloading 'h2' dependency
                 Key: CONNECTORS-1634
                 URL: https://issues.apache.org/jira/browse/CONNECTORS-1634
             Project: ManifoldCF
          Issue Type: Improvement
    Affects Versions: ManifoldCF 2.15
            Reporter: Cihad Guzel
            Assignee: Cihad Guzel
             Fix For: ManifoldCF 2.16


We have to update h2 dependency download  link. I try this command:
{noformat}
ant make-core-deps{noformat}
I have this error:
{noformat}
download-h2:
      [get] Getting: http://repo2.maven.org/maven2/com/h2database/h2/1.3.158/h2-1.3.158.jar
      [get] To: /Users/cguzel/Projects/apache/svn/mcf-trunk/lib/h2-1.3.158.jar
      [get] Error opening connection java.io.IOException: Server returned HTTP response code: 501 for URL: http://repo2.maven.org/maven2/com/h2database/h2/1.3.158/h2-1.3.158.jar
      [get] Error opening connection java.io.IOException: Server returned HTTP response code: 501 for URL: http://repo2.maven.org/maven2/com/h2database/h2/1.3.158/h2-1.3.158.jar
      [get] Error opening connection java.io.IOException: Server returned HTTP response code: 501 for URL: http://repo2.maven.org/maven2/com/h2database/h2/1.3.158/h2-1.3.158.jar
      [get] Can't get http://repo2.maven.org/maven2/com/h2database/h2/1.3.158/h2-1.3.158.jar to /Users/cguzel/Projects/apache/svn/mcf-trunk/lib/h2-1.3.158.jar

BUILD FAILED
/Users/cguzel/Projects/apache/svn/mcf-trunk/build.xml:1514: Can't get http://repo2.maven.org/maven2/com/h2database/h2/1.3.158/h2-1.3.158.jar to /Users/cguzel/Projects/apache/svn/mcf-trunk/lib/h2-1.3.158.jar
{noformat}
I tried the request in my browser and got the following response:
[http://repo2.maven.org/maven2/com/h2database/h2/1.3.158/h2-1.3.158.jar]
{noformat}
501 HTTPS Required. 
Use https://repo1.maven.org/maven2/
More information at https://links.sonatype.com/central/501-https-required
{noformat}



--
This message was sent by Atlassian Jira
(v8.3.4#803005)