[
https://issues.apache.org/jira/browse/FLINK-10519?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16649992#comment-16649992
]
Piotr Nowojski commented on FLINK-10519:
----------------------------------------
I confirm this issue for 1.5.4
{noformat}
[INFO] ------------------------------------------------------------------------
[INFO] Building Flink Quickstart Job 1.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
Downloading:
https://repo.maven.apache.org/maven2/org/apache/flink/flink-java/1.5.4/flink-java-1.5.4.pom
Downloaded:
https://repo.maven.apache.org/maven2/org/apache/flink/flink-java/1.5.4/flink-java-1.5.4.pom
(5.0 kB at 12 kB/s)
Downloading:
https://repo.maven.apache.org/maven2/org/apache/flink/flink-parent/1.5.4/flink-parent-1.5.4.pom
Downloading:
https://repo.maven.apache.org/maven2/org/apache/flink/flink-streaming-java_2.11/1.5.4/flink-streaming-java_2.11-1.5.4.pom
Downloaded:
https://repo.maven.apache.org/maven2/org/apache/flink/flink-streaming-java_2.11/1.5.4/flink-streaming-java_2.11-1.5.4.pom
(5.3 kB at 45 kB/s)
Downloading:
https://repo.maven.apache.org/maven2/org/apache/flink/flink-statebackend-rocksdb_2.11/1.5.4/flink-statebackend-rocksdb_2.11-1.5.4.pom
Downloaded:
https://repo.maven.apache.org/maven2/org/apache/flink/flink-statebackend-rocksdb_2.11/1.5.4/flink-statebackend-rocksdb_2.11-1.5.4.pom
(11 kB at 158 kB/s)
Downloading:
https://repo.maven.apache.org/maven2/org/apache/flink/flink-state-backends/1.5.4/flink-state-backends-1.5.4.pom
Downloaded:
https://repo.maven.apache.org/maven2/org/apache/flink/flink-state-backends/1.5.4/flink-state-backends-1.5.4.pom
(1.4 kB at 22 kB/s)
Downloading:
https://repo.maven.apache.org/maven2/org/apache/flink/flink-runtime-web_2.11/1.5.4/flink-runtime-web_2.11-1.5.4.pom
Downloaded:
https://repo.maven.apache.org/maven2/org/apache/flink/flink-runtime-web_2.11/1.5.4/flink-runtime-web_2.11-1.5.4.pom
(9.5 kB at 149 kB/s)
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 1.214 s
[INFO] Finished at: 2018-10-15T11:48:46+02:00
[INFO] Final Memory: 10M/205M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal on project flink-serialization-test: Could not
resolve dependencies for project
flink-serialization-test:flink-serialization-test:jar:1.0-SNAPSHOT: Failed to
collect dependencies at org.apache.flink:flink-java:jar:1.5.4: Failed to read
artifact descriptor for org.apache.flink:flink-java:jar:1.5.4: Could not find
artifact org.apache.flink:flink-parent:pom:1.5.4 in central
(https://repo.maven.apache.org/maven2) -> [Help 1]{noformat}
> 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)