On 5 March 2012 07:49, coded kid <duffleboi...@gmail.com> wrote:
> I'm trying to rebuild_index, so after inputting manage.py rebuild-
> index , I'm getting:
>
> Removing all documents in your index because you said so.
> fail to clear Solr index: [Errno 10061] No connection could be made
> because the target
> machine actively refused it.
>
> What I'm I doing wrong?

That error message means your Django app cannot connect to your Solr
instance. Is it running? Is it listening on the right host/port? Might
be worth restarting Solr in case it got into a bad state and is
refusing connections. Also check your Solr logs to ensure it can
listen on the port it is configured on.

> --
> You received this message because you are subscribed to the Google Groups 
> "Django users" group.
> To post to this group, send email to django-users@googlegroups.com.
> To unsubscribe from this group, send email to 
> django-users+unsubscr...@googlegroups.com.
> For more options, visit this group at 
> http://groups.google.com/group/django-users?hl=en.
>

-- 
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-users@googlegroups.com.
To unsubscribe from this group, send email to 
django-users+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en.

Reply via email to