Closed (fixed)
Project:
Apache Solr Search
Version:
6.x-1.5
Component:
Code
Priority:
Major
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
27 May 2011 at 19:16 UTC
Updated:
12 Oct 2011 at 00:13 UTC
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
Comment #1
DickSwart commentedDid you find a solution for this? I'm having the same problem. Please let me know?
Comment #2
pwolanin commentedNot sure what you mean by "stuck"?
The last console message on startup is something like:
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.