[
https://issues.apache.org/jira/browse/FLINK-10519?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16650008#comment-16650008
]
Chesnay Schepler edited comment on FLINK-10519 at 10/15/18 10:10 AM:
---------------------------------------------------------------------
Seems unlikely that this is an issue on our end (since the files are manually
available), either {{repo.maven.apache.org}} has some internal issues or your
network is funky.
As such I'd close this issue, but you could raise an issue with INFRA or MAVEN
to see whether they have an idea.
was (Author: zentol):
Seems unlikely that this is an issue on our end (since the files are manually
available), either {{repo.maven.apache.org}} has some internal issues or your
network is funky.
As such I'd close this issue, but you could raise an issue with INFRA to see
whether they have an idea.
> flink-parent:1.6.1 artifact can't be found on maven central
> -----------------------------------------------------------
>
> Key: FLINK-10519
> URL: https://issues.apache.org/jira/browse/FLINK-10519
> Project: Flink
> Issue Type: Bug
> Affects Versions: 1.6.1, 1.5.4, 1.6.2, 1.5.5
> Reporter: Florian Schmidt
> Priority: Blocker
> Fix For: 1.7.0, 1.6.2, 1.5.5
>
>
> The flink-parent:1.6.1 artifact can't be found on maven central:
> *Stacktrace from maven*
> {code:java}
> ...
> Caused by: org.eclipse.aether.transfer.ArtifactNotFoundException: Could not
> find artifact org.apache.flink:flink-parent:pom:1.6.1 in central
> (https://repo.maven.apache.org/maven2)
> ...
> {code}
>
> Also when browsing the repository in the browser
> ([https://repo.maven.apache.org/maven2/org/apache/flink/flink-parent/1.6.1/])
> it will show the flink-parent artifact in the list, but return 404 when
> trying to download it. This does only seem to happen from some networks, as I
> was able to successfully run the following on a server that I ssh'd into, but
> not on my local device
> {code:java}
> curl
> https://repo.maven.apache.org/maven2/org/apache/flink/flink-parent/1.6.1/flink-parent-1.6.1.pom{code}
> The artifact can't be found locally, where repo.maven.apache.org resolves to
> {code}
> > host repo.maven.apache.org
> repo.maven.apache.org is an alias for repo.apache.maven.org.
> repo.apache.maven.org is an alias for maven.map.fastly.net.
> maven.map.fastly.net has address 151.101.112.215
> {code}
> On my server repo.maven.apache.org resolves to 151.101.132.215 where the
> artifact is present.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)