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