ods-provisioning-app icon indicating copy to clipboard operation
ods-provisioning-app copied to clipboard

jcenter repository no more available.

Open victorpablosceruelo opened this issue 3 years ago • 1 comments

Describe the bug When trying to build the provisioning app, it tries to download libraries from jcenter, no more available. For more details, see https://github.com/opendevstack/ods-quickstarters/issues/804

To Reproduce Try to build the OdsBox.

Expected behavior It should not try to download from jcenter.

Screenshots N/A

Affected version (please complete the following information):

  • OpenDevStack [4.x, master]

Log Output (ensure to remove any confidential information like tokens, project names, etc. build-log.txt build-log.txt

[2022-06-20T01:00:55.694Z] [0;32m    amazon-ebs: Execution failed for task ':compileJava'.[0m
[2022-06-20T01:00:55.694Z] [0;32m    amazon-ebs: > Could not resolve all files for configuration ':compileClasspath'.[0m
[2022-06-20T01:00:55.694Z] [0;32m    amazon-ebs:    > Could not resolve com.atlassian.security:atlassian-cookie-tools:3.2.14.[0m
[2022-06-20T01:00:55.694Z] [0;32m    amazon-ebs:      Required by:[0m
[2022-06-20T01:00:55.694Z] [0;32m    amazon-ebs:          project :[0m
[2022-06-20T01:00:55.694Z] [0;32m    amazon-ebs:       > Could not resolve com.atlassian.security:atlassian-cookie-tools:3.2.14.[0m
[2022-06-20T01:00:55.694Z] [0;32m    amazon-ebs:          > Could not parse POM https://nexus-ods.ocp.odsbox.lan/repository/atlassian_public/com/atlassian/security/atlassian-cookie-tools/3.2.14/atlassian-cookie-tools-3.2.14.pom[0m
[2022-06-20T01:00:55.954Z] [0;32m    amazon-ebs:             > Could not resolve com.atlassian.security:atlassian-security:3.2.14.[0m
[2022-06-20T01:00:55.954Z] [0;32m    amazon-ebs:                > Could not resolve com.atlassian.security:atlassian-security:3.2.14.[0m
[2022-06-20T01:00:55.954Z] [0;32m    amazon-ebs:                   > Could not parse POM https://nexus-ods.ocp.odsbox.lan/repository/atlassian_public/com/atlassian/security/atlassian-security/3.2.14/atlassian-security-3.2.14.pom[0m
[2022-06-20T01:00:55.954Z] [0;32m    amazon-ebs:                      > Could not find com.atlassian.platform:platform:3.5.2.[0m
[2022-06-20T01:00:55.954Z] [0;32m    amazon-ebs:    > Could not find com.atlassian.crowd:crowd-integration-springsecurity:1000.82.0.[0m
[2022-06-20T01:00:55.954Z] [0;32m    amazon-ebs:      Required by:[0m
[2022-06-20T01:00:55.954Z] [0;32m    amazon-ebs:          project :[0m
[2022-06-20T01:00:55.954Z] [0;32m    amazon-ebs:[0m
[2022-06-20T01:00:55.954Z] [0;32m    amazon-ebs: * Try:[0m
[2022-06-20T01:00:55.954Z] [0;32m    amazon-ebs: Run with --info or --debug option to get more log output. Run with --scan to get full insights.[0m
[2022-06-20T01:00:55.954Z] [0;32m    amazon-ebs:[0m
[2022-06-20T01:00:55.954Z] [0;32m    amazon-ebs: * Exception is:[0m
[2022-06-20T01:00:55.954Z] [0;32m    amazon-ebs: org.gradle.api.tasks.TaskExecutionException: Execution failed for task ':compileJava'.[0m

Additional context Add any other context about the problem here.

victorpablosceruelo avatar Jun 20 '22 06:06 victorpablosceruelo

The jcenter problem affects some atlassian packages we use:

Maven Repository: com.atlassian.security » atlassian-cookie-tools » 3.2.14 (mvnrepository.com) Note: this artifact is located at Atlassian repository (https://packages.atlassian.com/mvn/maven-atlassian-external/)

Maven Repository: com.atlassian.security » atlassian-security » 3.2.14 (mvnrepository.com) Note: this artifact is located at AtlassianPkgs repository (https://packages.atlassian.com/maven-public/)

Maven Repository: com.atlassian.platform » platform » 3.5.24 (mvnrepository.com) Note: this artifact is located at Atlassian repository (https://packages.atlassian.com/mvn/maven-atlassian-external/)

Maven Repository: com.atlassian.crowd » crowd-integration-springsecurity » 1000.82.0 (mvnrepository.com) Note: this artifact is located at Atlassian Public repository (https://maven.atlassian.com/content/repositories/atlassian-public/)

We need to fix all entries to be able to compile again.

victorpablosceruelo avatar Jun 30 '22 06:06 victorpablosceruelo