Well, heck, that fixed things just fine. Thanks, Mauricio! Now I can actually
get to seeing the first thing about Solr. netstat reveals that a defunct Java
process was parked on port 8983, presumably from a failed attempt to launch
Solr. I killed that process and now Solr runs just fine on 8983.
The error says that port 8983 is already in use by some other application.
Try some other port:
java -Djetty.port=8984 -jar start.jar
--
Mauricio
On Mon, Aug 29, 2011 at 10:39 PM, Waldo Jaquith wrote:
> Howdy,
>
> I’m having an incredibly frustrating time getting started with Solr. I’ve
> got
Howdy,
I’m having an incredibly frustrating time getting started with Solr. I’ve got a
relatively fresh Slicehost server, running CentOS 5.3. I followed the
instructions in the tutorial [1], installing Oracle Java JDK as per [2], and
got only as far as “java -jar start.jar.” (You can see the ou