Details
-
Type:
Bug
-
Status: Closed (View Workflow)
-
Priority:
Major
-
Resolution: Done
-
Affects Version/s: None
-
Fix Version/s: 10.0.0 Major Release
-
Labels:None
-
Story Points:0.25
-
Epic Link:
-
Sprint:Fall 8, Spring 1, Spring 2
Description
IGB tests trigger this warning when building main-JDK21 using Docker image:
SLF4J: Failed to load class "org.slf4j.impl.StaticLoggerBinder". SLF4J: Defaulting to no-operation (NOP) logger implementation SLF4J: See http://www.slf4j.org/codes.html#StaticLoggerBinder for further details. SLF4J: Failed to load class "org.slf4j.impl.StaticLoggerBinder". SLF4J: Defaulting to no-operation (NOP) logger implementation SLF4J: See http://www.slf4j.org/codes.html#StaticLoggerBinder for further details. Dec 13, 2023 3:56:47 PM com.affymetrix.genometry.parsers.graph.BarParser getSeqGroup WARNING: Did not find genomeVersion Test Group:Test Group. Adding it as new genomeVersion Dec 13, 2023 3:56:48 PM com.affymetrix.genometry.parsers.NibbleResiduesParser parse
For this task, determine the source of the issue and fix it. Also check to see if this is a new error, as it may also occur in main-JDK8. If so, we can probably safely ignore it for now.
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-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
-
-
IGBF-3516 Investigate build problem: repo1/javax/jlfgr/jlfgr/1.0/jlfgr-1.0.jar main-JDK21 warning
-
- Closed
-
-
IGBF-3523 Investigate build problem: POM and checksum for com.jidesoft:jide-ultimate-jakarta:jar:3.5.15 is missing, no dependency information available
-
- Closed
-
This issue also occurs in main-JDK8 for the following tests:
Running org.lorainelab.igb.synonymlookup.test.SynonymLookupTest
Running com.affymetrix.genometry.NibbleBioSeqTest
Running com.affymetrix.igb.bookmarks.BookMarkTest
It's possible we could fix this issue by adding additional dependencies as discussed in stackoverflow, but this does not seem critical for the JDK-21 release.