User bfe5c11485
05-04-2016 17:53:19
I'm attempting to use Maven and the https://repository.chemaxon.com/artifactory/libs-release repository to use jchem. Everything seems hooked up right and a large number of files are downloaded to my .m2 local repository, however, whenever it attempts to download the 48Mb jchem-16.3.28.0.jar, it is incredibly slow at transferring and times out after 10-15 minutes. I've also tried transferring the file by hand using web browser, but it times out in the same way after transferring part of the file. Here's an example using Maven:
[ERROR] Failed to execute goal on project AMP: Could not resolve dependencies for project com.agilent.amp:AMP:jar:0.0.1-SNAPSHOT: Could not transfer artifact com.chemaxon:jchem:jar:16.3.28.0 from/to ChemAxon Public Repository (https://repository.chemaxon.com/artifactory/libs-release): GET request of: com/chemaxon/jchem/16.3.28.0/jchem-16.3.28.0.jar from ChemAxon Public Repository failed: SSL peer shut down incorrectly -> [Help 1]
Does anyone else have this problem? How can I get the jar downloaded to the local repository?