You are viewing a plain text version of this content. The canonical link for it is here.
Posted to solr-user@lucene.apache.org by agonn Qurdina <ag...@hotmail.com> on 2016/01/06 17:11:06 UTC

Solr server not starting

Hi,



I am using Solr server with Echoprint service 
(https://github.com/echonest/echoprint-server). The first time I started
 it everything worked perfectly. This is the way I started it:



java -Dsolr.solr.home=/home/echoprint-server/solr/solr/solr/ -Djava.awt.headless=true -Xmx2048m -Xms2048m -jar start.jar



Then I stopped it and I cannot start it anymore as it gets stuck at the 3rd row of execution:



2016-01-06 11:04:19.030::INFO:  Logging to STDERR via org.mortbay.log.StdErrLog

2016-01-06 11:04:19.165::INFO:  jetty-6.1.3

2016-01-06 11:04:19.231::INFO:  Extract 
jar:file:/home/echoprint-server/solr/solr/webapps/solr.war!/ to 
/tmp/Jetty_0_0_0_0_8502_solr.war__solr__-rnc92a/webapp


It does not continue to execute anymore. I check if it is running in the
 processes list and it turns out it is NOT. Please help me to solve this
 problem!



Best regards,

Agon
 		 	   		  

Re: Solr server not starting

Posted by Paul Hoffman <pa...@flo.org>.
On Wed, Jan 06, 2016 at 05:11:06PM +0100, agonn Qurdina wrote:
> Hi,
> 
> I am using Solr server with Echoprint service 
> (https://github.com/echonest/echoprint-server). The first time I started
>  it everything worked perfectly. This is the way I started it:
> 
> java -Dsolr.solr.home=/home/echoprint-server/solr/solr/solr/ -Djava.awt.headless=true -Xmx2048m -Xms2048m -jar start.jar
> 
> Then I stopped it and I cannot start it anymore as it gets stuck at the 3rd row of execution:
> 
> 2016-01-06 11:04:19.030::INFO:  Logging to STDERR via org.mortbay.log.StdErrLog
> 2016-01-06 11:04:19.165::INFO:  jetty-6.1.3
> 2016-01-06 11:04:19.231::INFO:  Extract 
> jar:file:/home/echoprint-server/solr/solr/webapps/solr.war!/ to 
> /tmp/Jetty_0_0_0_0_8502_solr.war__solr__-rnc92a/webapp
> 
> It does not continue to execute anymore. I check if it is running in the
>  processes list and it turns out it is NOT. Please help me to solve this
>  problem!
> 
> Best regards,
> 
> Agon

This could be a permissions problem -- for example, perhaps you started 
it as root the first time and are now attempting to start it as some 
other user.

Paul.

-- 
Paul Hoffman <pa...@flo.org>
Systems Librarian
Fenway Libraries Online
c/o Wentworth Institute of Technology
550 Huntington Ave.
Boston, MA 02115
(617) 442-2384 (FLO main number)

Re: Solr server not starting

Posted by Erick Erickson <er...@gmail.com>.
I doubt we'll be much help, it's probably best to talk to the
echoprint people, assuming any are still available. I took a quick
look at the project and the Solr implementation is from 4+ years
ago...

Best,
Erick

On Wed, Jan 6, 2016 at 8:11 AM, agonn Qurdina <ag...@hotmail.com> wrote:
> Hi,
>
>
>
> I am using Solr server with Echoprint service
> (https://github.com/echonest/echoprint-server). The first time I started
>  it everything worked perfectly. This is the way I started it:
>
>
>
> java -Dsolr.solr.home=/home/echoprint-server/solr/solr/solr/ -Djava.awt.headless=true -Xmx2048m -Xms2048m -jar start.jar
>
>
>
> Then I stopped it and I cannot start it anymore as it gets stuck at the 3rd row of execution:
>
>
>
> 2016-01-06 11:04:19.030::INFO:  Logging to STDERR via org.mortbay.log.StdErrLog
>
> 2016-01-06 11:04:19.165::INFO:  jetty-6.1.3
>
> 2016-01-06 11:04:19.231::INFO:  Extract
> jar:file:/home/echoprint-server/solr/solr/webapps/solr.war!/ to
> /tmp/Jetty_0_0_0_0_8502_solr.war__solr__-rnc92a/webapp
>
>
> It does not continue to execute anymore. I check if it is running in the
>  processes list and it turns out it is NOT. Please help me to solve this
>  problem!
>
>
>
> Best regards,
>
> Agon
>