Details
-
Type:
Task
-
Status: Closed (View Workflow)
-
Priority:
Major
-
Resolution: Done
-
Affects Version/s: None
-
Fix Version/s: None
-
Labels:None
-
Story Points:0.25
-
Epic Link:
-
Sprint:Fall 8, Spring 1, Spring 2, Spring 5
Description
When building main-JDK21 using Docker container, observed these two related warnings:
[WARNING] The POM for com.jidesoft:jide-ultimate-jakarta:jar:3.5.15 is missing, no dependency information available
and
[WARNING] Could not validate integrity of download from https://maven.bioviz.org/repo2/com/jidesoft/jide-ultimate-jakarta/3.5.15/jide-ultimate-jakarta-3.5.15.jar org.eclipse.aether.transfer.ChecksumFailureException: Checksum validation failed, no checksums available at org.eclipse.aether.internal.impl.AbstractChecksumPolicy.onNoMoreChecksums (AbstractChecksumPolicy.java:63) at org.eclipse.aether.connector.basic.ChecksumValidator.validate (ChecksumValidator.java:112) at org.eclipse.aether.connector.basic.BasicRepositoryConnector$GetTaskRunner.runTask (BasicRepositoryConnector.java:484) at org.eclipse.aether.connector.basic.BasicRepositoryConnector$TaskRunner.run (BasicRepositoryConnector.java:414) at org.eclipse.aether.util.concurrency.RunnableErrorForwarder.lambda$wrap$0 (RunnableErrorForwarder.java:66) at java.util.concurrent.ThreadPoolExecutor.runWorker (ThreadPoolExecutor.java:1144) at java.util.concurrent.ThreadPoolExecutor$Worker.run (ThreadPoolExecutor.java:642) at java.lang.Thread.run (Thread.java:1583) [WARNING] Checksum validation failed, no checksums available from repo2 for https://maven.bioviz.org/repo2/com/jidesoft/jide-ultimate-jakarta/3.5.15/jide-ultimate-jakarta-3.5.15.jar
For this task, investigate and fix the source of the above issue.
IGB and Docker image version info:
Docker file used to build the container was: https://bitbucket.org/lorainelab/integrated-genome-browser-docker/raw/d26649c086c8c2cc252e8a18b6e2ca3a74413f0b/Dockerfile
The version of IGB built was: a0860834e (HEAD -> main-JDK21, origin/main-JDK21) removing mac specific code for the right aligned tabs to ensure vertical override is applied
Attachments
Issue Links
- relates to
-
IGBF-3525 Investigate build problem: SLF4J: Failed to load class "org.slf4j.impl.StaticLoggerBinder"
-
- Closed
-
-
IGBF-3516 Investigate build problem: repo1/javax/jlfgr/jlfgr/1.0/jlfgr-1.0.jar main-JDK21 warning
-
- Closed
-
-
IGBF-3524 Investigate build problem: Bundle org.lorainelab.igb:flatlaf:bundle:10.0.0 : Classes found in the wrong directory
-
- Closed
-
-
IGBF-3521 Investigate build problem: effective model for org.lorainelab.igb:affymetrix-common:bundle:10.0.0
-
- Closed
-
-
IGBF-3522 Investigate build problem: unknown parameter ignoreChecksumFailure
-
- Closed
-
-
IGBF-3508 Create Install4J v10 Docker image for JDK21
-
- Closed
-
Checksum and md5 files for jide-ultimate-jakarta-3.5.15.jar has been created and attached to this ticket. The POM issue is potentially due to the fact the modified pom file for jide-ultimate, which is added to repo2, has an extra extension, ".lastUpdated", as in,"jide-ultimate-jakarta-3.5.15.pom.lastUpdated". This could be causing the issue.