I am having trouble get apache solr working on my server. it is now stucked at
Started SocketConnector @ 0.0.0.0:8983

Apache Solr: 1.4.1
Drupal: 6.20
Apache PHP library
CentOS

Please help!!!

Comments

DickSwart’s picture

Did you find a solution for this? I'm having the same problem. Please let me know?

pwolanin’s picture

Status: Active » Fixed

Not sure what you mean by "stuck"?

The last console message on startup is something like:

INFO: SolrUpdateServlet.init() done
2011-09-27 20:00:52.511:INFO::Started SocketConnector@0.0.0.0:8983

If you start making queries you'll see them also echoed to the console. Note that java is running in the foreground - you can stop jetty with ctrl-C.

If you don't want the output going to the console, take a look at the suggested init scripts to redirect it to a log file and run java in the background. I typically just use a screen session for local development.

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.