Re: [Dspace-tech] dspace 1.7.2 Discovery error

2011-10-02 Thread Christian Voelker
Hello, this issue is not yet completely solved. This is an interim information on the status. Meanwhile I applied updates to some of the software on my test machine and after that I ran again in exactly the same issue. I checked for the solr URL as well as for file system permissions faults

Re: [Dspace-tech] dspace 1.7.2 Discovery error

2011-08-25 Thread Christian Voelker
Hello Kevin, thanks for providing a command line test. Well Antonio, thanks for answering as well. Everthing works now. While working through your suggestions Kevin, I did again a chmod -R tomcat55:nogroup /srv/dspace And after that, I was able to create the index and there were no more

Re: [Dspace-tech] dspace 1.7.2 Discovery error

2011-08-24 Thread Christian Voelker
Hello, I have the very same problem. How sad, that you did not get an answer. There is a similar post in the forum, only a few days old, but also not answered: https://wiki.duraspace.org/display/dsforum/Error+occurs+when+turning+on+discovery+feature+of+Dspace I bet, that there needs to be

Re: [Dspace-tech] dspace 1.7.2 Discovery error

2011-08-24 Thread Antonio Calderón
Hi, how are you? Are you sure that's the default port? In debian the default port is 8080: 'root@dspace:~# lsof-i: 8080 COMMAND PID USER FD TYPE DEVICE SIZE / OFF NODE NAME 1401 java tomcat6 0t0 25u IPv6 5001 TCP *: http-alt (LISTEN)' You must do the following: 1. The file

Re: [Dspace-tech] dspace 1.7.2 Discovery error

2011-08-24 Thread Kevin Van de Velde
The reason why a 403 error occurs when attempting to visit the solr url is because there are security limitations (you are only allowed to connect to the solr server by using *localhost*). If you want to ensure that the discovery search server is up running you will need to run the following

[Dspace-tech] dspace 1.7.2 Discovery error

2011-06-08 Thread Ahmed Maher
when i run ./dspace update-discovery-index command i have the following error Exception: Error executing query org.dspace.discovery.SearchServiceException: Error executing query at org.dspace.discovery.SolrServiceImpl.cleanIndex(SolrServiceImpl.java:380) at