-
Notifications
You must be signed in to change notification settings - Fork 99
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
'502 Bad Gateway' error on http://maven.icm.edu.pl/artifactory/repo #106
Comments
Hi! Thanks for noticing. It should be fine now. Could you try again and check if everything is fine now? |
Downloading from yadda: http://maven.icm.edu.pl/artifactory/repo/edu/umass/cs/mallet/mallet/0.1.3/mallet-0.1.3.pom |
I think this is the same issue as #111 , the root cause is that http://maven.icm.edu.pl/artifactory/repo fails because it tries to redirect to HTTPS, but https://maven.icm.edu.pl/artifactory/repo has a misconfigured SSL cert. |
Workaround: Use the
(which I got from https://maven.ceon.pl/artifactory/webapp/#/artifacts/browse/simple/General/kdd-releases/pl/edu/icm/cermine/cermine-impl/1.13/cermine-impl-1.13-jar-with-dependencies.jar) For those using Clojure: The relevant portion of my lein
|
At the moment, it is impossible to build CERMINE in a simple way due to ICM repository seems to be offline ('502 Bad Gateway' error). Unfortunately, I can't download precompiled cermine-impl-1.13-jar-with-dependencies.jar from https://maven.ceon.pl/artifactory/repo/pl/edu/icm/cermine/cermine-impl/1.13/ (directory list is available at Google cache - https://tinyurl.com/2p8thu6a). CERMINE is definitely recommended by Crossref as the best tool for reference extracting, so if anyone has the opportunity to share this file with me or publicly in the cloud, I would be very grateful.
The text was updated successfully, but these errors were encountered: