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 Xin Cai <xi...@gmail.com> on 2014/12/16 08:45:23 UTC

problem with tutorial

hi Everyone
I am a complete noob when it comes to Solr and when I try to follow the
tutorial and run Solr I get the error message

"Waiting to see Solr listening on port 8983 [-]  Still not seeing Solr
listening on 8983 after 30 seconds!"

I did some googling and all I found was instruction for removing grep
commands which doesn't sound right to me...I have checked my ports and
currently I don't have any service listening on port 8983 and my firewall
is not on, so I am not sure what is happening. Any help would be
appreciated. Thanks

Xin Cai

Re: problem with tutorial

Posted by Tomoko Uchida <to...@gmail.com>.
Hi,

At first, you should check "solr.log" file in your Solr running directory
(maybe JVMs stacktraces in it.)
You might able to find clues from logs.
If you cannot solve the problem, post to mailing list again with your exact
command (options too), and stacktrace log.

Thanks,
Tomoko

2014-12-16 16:45 GMT+09:00 Xin Cai <xi...@gmail.com>:
>
> hi Everyone
> I am a complete noob when it comes to Solr and when I try to follow the
> tutorial and run Solr I get the error message
>
> "Waiting to see Solr listening on port 8983 [-]  Still not seeing Solr
> listening on 8983 after 30 seconds!"
>
> I did some googling and all I found was instruction for removing grep
> commands which doesn't sound right to me...I have checked my ports and
> currently I don't have any service listening on port 8983 and my firewall
> is not on, so I am not sure what is happening. Any help would be
> appreciated. Thanks
>
> Xin Cai
>

Re: problem with tutorial

Posted by Fernando Garza <fe...@gmail.com>.
Xin Cai <xincai2483 <at> gmail.com> writes:

> 
> hi Everyone
> I am a complete noob when it comes to Solr and when I try to follow the
> tutorial and run Solr I get the error message
> 
> "Waiting to see Solr listening on port 8983 [-]  Still not seeing Solr
> listening on 8983 after 30 seconds!"
> 
> I did some googling and all I found was instruction for removing grep
> commands which doesn't sound right to me...I have checked my ports and
> currently I don't have any service listening on port 8983 and my firewall
> is not on, so I am not sure what is happening. Any help would be
> appreciated. Thanks
> 
> Xin Cai
> 

I had the same problem and looked at Solr logs. It was a memory issue.
So I started with:

solr start -m 256m

It worked just fine!



Re: problem with tutorial

Posted by gaohang wang <ga...@gmail.com>.
do you publish you solr in tomcat?which is the tomcat port?

2014-12-16 15:45 GMT+08:00 Xin Cai <xi...@gmail.com>:

> hi Everyone
> I am a complete noob when it comes to Solr and when I try to follow the
> tutorial and run Solr I get the error message
>
> "Waiting to see Solr listening on port 8983 [-]  Still not seeing Solr
> listening on 8983 after 30 seconds!"
>
> I did some googling and all I found was instruction for removing grep
> commands which doesn't sound right to me...I have checked my ports and
> currently I don't have any service listening on port 8983 and my firewall
> is not on, so I am not sure what is happening. Any help would be
> appreciated. Thanks
>
> Xin Cai
>