Status/Resolution/Reason: Closed/Withdrawn/Duplicate
Reporter/Name(from Bugbase): Charlie A. / ()
Created: 09/27/2019
Components: Containers, CF Docker Image
Versions: 2016
Failure Type:
Found In Build/Fixed In Build: n/a / NA
Priority/Frequency: Normal /
Locale/System: / Windows 10 64 bit
Vote Count: 1
This is NOT a duplicate of https://tracker.adobe.com/#/view/CF-4205249. That was a different problem (with the 2018.0.5 image, where it also wouldn't even run at all), which was quickly fixed.
This instead is about the CF 2016.0.12 image, and while it will RUN fine, curiously if one just tries to do an info command, as in:
docker run --rm eaps-docker-coldfusion.bintray.io/cf/coldfusion:2016.0.12 info
it reports an error. The result should just be:
2016,0,12,315717
ColdFusion Server Base Version: 2016,0,03,301771
But that is preceded with this error (shown on the command line):
Sep 27, 2019 3:32:46 AM org.apache.tika.config.InitializableProblemHandler$3 handleInitializableProblem
WARNING: org.xerial's sqlite-jdbc is not loaded.
Please provide the jar on your classpath to parse sqlite files.
See tika-parsers/pom.xml for the correct version.
I realize this will likely be deemed a duplicate of https://tracker.adobe.com/#/view/CF-4205255. It does sound the same, but that's about using Commandbox. I've gone ahead and created this to document in more detail how it affects curiously just the "info" command in CF's Docker image (not the "help" command, for instance) and only in 2016.0.12, not 2018.0.5 released the same day.
Attachments:
Comments: