Hi

Are you able to ping your solr server? Try using lynx browser on the server 
to browse to the solr server:

# lynx http://localhost:8080/solr/search

or try wget

# wget http://localhost:8080/solr/search

and see what error gets thrown to the screen.

I'm guessing localhost resolves because jspui and xmlui are accessible.

On Tuesday, June 14, 2016 at 5:42:19 PM UTC+8, manu wrote:
>
> Hello all...
>
> I am using dspace 5.2 on debain server and i ave done database migration 
> from 3.2 to 5.2.
>
> After data migration pdf not coming in item window, It shows "INTERNAL 
> SYSTEM ERROR"
>
> Then i tried discovery tools;
> /dspace/bin/dspace index-discovery -b
> /dspace/bin/dspace filter-media
> /dspace/bin/dspace index-discovery
> /dspace/bin/dspace index-discovery -o
>
> While using 3 rd command i got this error: *Exception: Server refused 
> connection at: http://localhost:8080/solr/search 
> <http://localhost:8080/solr/search> 
> org.dspace.discovery.SearchServiceException: Server refused connection at: 
> http://localhost:8080/solr/search <http://localhost:8080/solr/search>*
>
> http://localhost:8080/jspui n xmlui working but 
> http://localhost:8080/solr/search not working. I tried this to tomcat;
>
> <Context path="/xmlui" docBase="/home/user/dspace/webapps/xmlui" 
> allowLinking="true"/> 
> <Context path="/jspui" docBase="/home/user/dspace/webapps/jspui" 
> allowLinking="true"/>
> <Context path="/solr" docBase="/home/user/dspace/webapps/solr" 
> allowLinking="true"/>
> <Context path="/sword" docBase="/home/user/dspace/webapps/sword" 
> allowLinking="true"/>
> <Context path="/oai" docBase="/home/user/dspace/webapps/oai" 
> allowLinking="true"/>
>
> but still the problems exist...please help me to solve this.
>
>

-- 
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 dspace-tech+unsubscr...@googlegroups.com.
To post to this group, send email to dspace-tech@googlegroups.com.
Visit this group at https://groups.google.com/group/dspace-tech.
For more options, visit https://groups.google.com/d/optout.

Reply via email to