java - Dspace installation issue -
during dspace installation, following error has occurred:
failed execute goal on project solr: not resolve dependencies project org.dspace.modules:solr:war:5.1: not transfer artifacr orgapache.solr:war:4.10.2 from/to central<https://repo.maven.apache.org/maven2>: request of: org/apache/solr/solr/4.10.2/solr-4.10.2.war central failed:ssl peer shut down incorrectly-> [help 1]
what problem?
this sounds maven issue , not dspace issue. having problems connecting central maven repository download necessary dependencies.
it's possible behind proxy noted in similar error message on stack overflow: exception occurs while executing maven command i.e. mvn install
most likely, need configure proxy in maven. here resources describe how that:
Comments
Post a Comment