Knowage-Server-Docker
Knowage-Server-Docker copied to clipboard
Missing foo-commonj download
Trying to build the Docker image for 6.1.1 yields an issue where the foo-commonj download specified in the Dockerfile cannot be downloaded. It appears as though the site for downloading that library has gone down/disappeared.
Step 72/81 : RUN wget "${LIB_MYFOO_COMMONJ_URL}" && unzip ${LIB_MYFOO_COMMONJ_PACKAGE}.zip && rm ${LIB_MYFOO_COMMONJ_PACKAGE}.zip && cp ${LIB_MYFOO_COMMONJ_PACKAGE}/lib/${LIB_MYFOO_COMMONJ_PACKAGE}.jar . && rm -r ${LIB_MYFOO_COMMONJ_PACKAGE}
---> Running in cdf4a216e0a0
--2018-06-04 16:40:48-- http://commonj.myfoo.de/bin/foo-commonj-1.1.0.zip
Connecting to 192.168.10.15:8080... connected.
Proxy request sent, awaiting response... 503 Service Unavailable
2018-06-04 16:40:48 ERROR 503: Service Unavailable.
Is there an alternative location to download the library, or potential to replace the library with something else upstream?
I confirm this commonj.myfoo.de is not here anymore.
That said, there seem to be a somewhat maintained fork at https://github.com/jlmwork/foo-commonj. Also aktivecortex-foo-commonj seem to be a serious fork too (even registered at mvnrepository).
(the problem, on the long run may be more on the fact than JSR-237 , witch foo-commonj implement had been withdrawn too)