Hello, The errors in your logs note that Solr is not available. This is the error that occurs over and over again:
Server refused connection at: http://localhost:8080/solr/search Notice that it's trying to connect to Solr on port 8080 at the path "/solr". So, it seems that Solr is not running on Tomcat, or Tomcat is not running on port 8080. You can also check your Solr logs in [dspace]/log/ to see if they provide more information. The Tomcat logs are also worth checking. If you continue to run into difficulty with copying the DSpace webapps into Tomcat, you could instead simply configure Tomcat to look for the DSpace webapps in the [dspace]/webapps/ folder. In fact, that's the recommended route noted in the DSpace Installation Documentation (see step #10 of the installation instructions): https://wiki.duraspace.org/display/DSDOC6x/Installing+DSpace#InstallingDSpace-Installation If you have further questions, let us know on this list. Tim On Tue, Sep 18, 2018 at 12:39 AM Dr. Pawan Agrawal < [email protected]> wrote: > Hi friends, > > I am facing problem in new installation. I followed each step properly. > Solr and tomcat are working fine. I copied jspui solr and other directories > in tomcat/webapps too. still in jspui 'internal system error' problem is > coming. any help is highly appreciated. I am attaching the log file too. > > > > -- > Thanks and Regards > *-------* > Join hands, Join eLibrarian > > *https://sites.google.com/site/theelibrarians/ > <https://sites.google.com/site/theelibrarians/>* > *-------* > *Dr. Pawan R. Agrawal* > Registered freelancer: NewGenLib > IGNOU Academic Counsellor > Assistant Librarian > Learning Resource Centre (Library) > Dr. APJ Abdul Kalam Government College > (Silvassa College, Govt. Arts, Commerce and Science College) > Silvassa , U.T. of Dadra and Nagar Haveli > INDIA- 396230 > Ph. 9376135580 <(937)%20613-5580>, 9904828387 > http://www.pragrawal.wordpress.com > Skype ID: pawanagrawal4u4u > Orcid ID: https://orcid.org/0000-0001-6887-1062 > > > [image: Mailtrack] > <https://mailtrack.io?utm_source=gmail&utm_medium=signature&utm_campaign=signaturevirality6&> > Sender > notified by > Mailtrack > <https://mailtrack.io?utm_source=gmail&utm_medium=signature&utm_campaign=signaturevirality6&> > 09/18/18, > 11:06:07 AM > > -- > All messages to this mailing list should adhere to the DuraSpace Code of > Conduct: https://duraspace.org/about/policies/code-of-conduct/ > --- > You received this message because you are subscribed to the Google Groups > "DSpace Technical Support" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > To post to this group, send email to [email protected]. > Visit this group at https://groups.google.com/group/dspace-tech. > For more options, visit https://groups.google.com/d/optout. > -- Tim Donohue Technical Lead for DSpace & DSpaceDirect DuraSpace.org | DSpace.org | DSpaceDirect.org -- All messages to this mailing list should adhere to the DuraSpace Code of Conduct: https://duraspace.org/about/policies/code-of-conduct/ --- You received this message because you are subscribed to the Google Groups "DSpace Technical Support" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/dspace-tech. For more options, visit https://groups.google.com/d/optout.
