Re: connection refused when running django-celery

2011-06-05 Thread Kenneth Gonsalves
On Sun, 2011-06-05 at 08:03 -0700, Martin Ostrovsky wrote:
> What are you using for your AMQP? I use celery with RabbitMQ. You have
> to start your AMQP service first, then celery. 

I realised that - but now rabbitmq is refusing to run on fedora 14. Am
investigating.
-- 
regards
KG
http://lawgon.livejournal.com
Coimbatore LUG rox
http://ilugcbe.techstud.org/

-- 
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.



Re: connection refused when running django-celery

2011-06-05 Thread Martin Ostrovsky
What are you using for your AMQP? I use celery with RabbitMQ. You have
to start your AMQP service first, then celery.

On Jun 4, 2:17 am, Kenneth Gonsalves  wrote:
> hi,
>
> I am trying django-celery, but on running:
>
> python manage.py celeryd -l info
>
> I get this error:
>
> [2011-06-04 01:08:51,946:
> WARNING/MainProcess]                                                          
>                       
>
>  -- cel...@xlquest.web
> v2.2.6                                                                        
>             
>  
> -                                                                         
>                                      
> --- * ***  * --
> [Configuration]                                                               
>                                
> -- * -  ---   . broker:
> amqplib://root@localhost:5672/                                                
>               
> - ** --   . loader:
> djcelery.loaders.DjangoLoader                                                 
>                
> - ** --   . logfile:
> [stderr]@INFO                                                                 
>                
> - ** --   . concurrency:
> 2                                                                             
>                
> - ** --   . events:
> OFF                                                                           
>                
> - *** --- * ---   . beat:
> OFF                                                                           
>                
> -- ***
>                                                                           
>                                     
> --- * - [Queues]
>  --   . celery:      exchange:celery (direct) binding:celery
>
> [Tasks]
>
> [2011-06-04 01:08:51,968: INFO/PoolWorker-1] child process calling
> self.run()
> [2011-06-04 01:08:51,974: INFO/PoolWorker-2] child process calling
> self.run()
> [2011-06-04 01:08:51,980: WARNING/MainProcess] cel...@xlquest.web has
> started.
> [2011-06-04 01:08:51,983: ERROR/MainProcess] Consumer: Connection Error:
> [Errno 111] Connection refused. Trying again in 2 seconds...
>
> I know this is a bit OT here, but I hope some one can throw light on
> this
> --
> regards
> KGhttp://lawgon.livejournal.com
> Coimbatore LUG roxhttp://ilugcbe.techstud.org/

-- 
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.



connection refused when running django-celery

2011-06-03 Thread Kenneth Gonsalves
hi,

I am trying django-celery, but on running:

python manage.py celeryd -l info

I get this error:

[2011-06-04 01:08:51,946:
WARNING/MainProcess]


  
 -- cel...@xlquest.web
v2.2.6  
   
 
-   

--- * ***  * --
[Configuration] 
  
-- * -  ---   . broker:
amqplib://root@localhost:5672/  
 
- ** --   . loader:
djcelery.loaders.DjangoLoader   
 
- ** --   . logfile:
[stderr]@INFO   
 
- ** --   . concurrency:
2   
 
- ** --   . events:
OFF 
 
- *** --- * ---   . beat:
OFF 
 
-- ***

   
--- * - [Queues]
 --   . celery:  exchange:celery (direct) binding:celery


[Tasks]


[2011-06-04 01:08:51,968: INFO/PoolWorker-1] child process calling
self.run()
[2011-06-04 01:08:51,974: INFO/PoolWorker-2] child process calling
self.run()
[2011-06-04 01:08:51,980: WARNING/MainProcess] cel...@xlquest.web has
started.
[2011-06-04 01:08:51,983: ERROR/MainProcess] Consumer: Connection Error:
[Errno 111] Connection refused. Trying again in 2 seconds...

I know this is a bit OT here, but I hope some one can throw light on
this
-- 
regards
KG
http://lawgon.livejournal.com
Coimbatore LUG rox
http://ilugcbe.techstud.org/

-- 
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.