KnowageLabs / Knowage-Server-Docker

Docker Image packaging for Knowage Server https://www.knowage-suite.com
GNU Affero General Public License v3.0
66 stars 76 forks source link

Missing foo-commonj download #8

Open ciarancrocker opened 6 years ago

ciarancrocker commented 6 years ago

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?

miniwark commented 6 years ago

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)