I would try re-installing celeryd .. looks like its crashing for some reason.
-- Jeremy McSpadden Flux Labs, Inc | http://www.fluxlabs.net | Endless Solutions Office : 850-250-5590x101 | Cell : 850-890-2543 | Fax : 850-254-2955 On Jan 23, 2013, at 12:46 PM, Manish Rane <[email protected]<mailto:[email protected]>> wrote: Wheww...I am running out of ideas here. Have tried all the ways specified in previous posts and none of them worked with me :( . I get below error as soon as I login ERROR: 500 The system was unable to complete your request, the support team has been notified Below are the celeryd.log, any clue what's happening here 2013-01-22 23:40:17,660 Baruwa[891]: consumer: Cannot connect to amqp://[email protected]:5672/baruwa<http://[email protected]:5672/baruwa>: [Errno 111] ECONNREFUSED. Trying again in 2.00 seconds... 2013-01-23 19:56:51,886 Baruwa[999]: [email protected]<mailto:[email protected]> ready. 2013-01-23 19:56:51,927 Baruwa[999]: consumer: Connected to amqp://[email protected]:5672/baruwa<http://[email protected]:5672/baruwa>. 2013-01-23 19:56:52,039 Baruwa[999]: pidbox: Connected to amqp://[email protected]:5672/baruwa<http://[email protected]:5672/baruwa>. 2013-01-23 21:39:39,969 Baruwa[999]: consumer: Connection to broker lost. Trying to re-establish the connection... Traceback (most recent call last): File "/home/baruwa/px/lib/python2.6/site-packages/celery/worker/consumer.py", line 393, in start self.consume_messages() File "/home/baruwa/px/lib/python2.6/site-packages/celery/worker/consumer.py", line 885, in consume_messages self.connection.drain_events(timeout=10.0) File "/home/baruwa/px/lib/python2.6/site-packages/kombu/connection.py", line 275, in drain_events return self.transport.drain_events(self.connection, **kwargs) File "/home/baruwa/px/lib/python2.6/site-packages/kombu/transport/pyamqp.py", line 89, in drain_events return connection.drain_events(**kwargs) File "/home/baruwa/px/lib/python2.6/site-packages/amqp/connection.py", line 287, in drain_events return amqp_method(channel, args) File "/home/baruwa/px/lib/python2.6/site-packages/amqp/connection.py", line 492, in _close raise ConnectionError(reply_code, reply_text, (class_id, method_id)) ConnectionError: 320: (CONNECTION_FORCED - broker forced connection closure with reason 'shutdown', (0, 0), None) 2013-01-23 21:39:40,044 Baruwa[999]: Traceback (most recent call last): 2013-01-23 21:39:40,044 Baruwa[999]: File "/home/baruwa/px/lib/python2.6/site-packages/eventlet/hubs/poll.py", line 97, in wait 2013-01-23 21:39:40,062 Baruwa[999]: readers.get(fileno, noop).cb(fileno) 2013-01-23 21:39:40,063 Baruwa[999]: File "/home/baruwa/px/lib/python2.6/site-packages/celery/worker/consumer.py", line 721, in _green_pidbox_node 2013-01-23 21:39:40,063 Baruwa[999]: pass 2013-01-23 21:39:40,075 Baruwa[999]: File "/home/baruwa/px/lib/python2.6/site-packages/kombu/messaging.py", line 379, in __exit__ 2013-01-23 21:39:40,079 Baruwa[999]: self.cancel() 2013-01-23 21:39:40,079 Baruwa[999]: File "/home/baruwa/px/lib/python2.6/site-packages/kombu/messaging.py", line 409, in cancel 2013-01-23 21:39:40,079 Baruwa[999]: cancel(tag) 2013-01-23 21:39:40,080 Baruwa[999]: File "/home/baruwa/px/lib/python2.6/site-packages/amqp/channel.py", line 1610, in basic_cancel 2013-01-23 21:39:40,139 Baruwa[999]: self._send_method((60, 30), args) 2013-01-23 21:39:40,140 Baruwa[999]: File "/home/baruwa/px/lib/python2.6/site-packages/amqp/abstract_channel.py", line 58, in _send_method 2013-01-23 21:39:40,141 Baruwa[999]: self.channel_id, method_sig, args, content) 2013-01-23 21:39:40,141 Baruwa[999]: File "/home/baruwa/px/lib/python2.6/site-packages/amqp/method_framing.py", line 218, in write_method 2013-01-23 21:39:40,143 Baruwa[999]: write_frame(1, channel, payload) 2013-01-23 21:39:40,143 Baruwa[999]: File "/home/baruwa/px/lib/python2.6/site-packages/amqp/transport.py", line 149, in write_frame 2013-01-23 21:39:40,144 Baruwa[999]: frame_type, channel, size, payload, 0xce)) 2013-01-23 21:39:40,144 Baruwa[999]: File "/home/baruwa/px/lib/python2.6/site-packages/eventlet/greenio.py", line 287, in sendall 2013-01-23 21:39:40,211 Baruwa[999]: tail = self.send(data, flags) 2013-01-23 21:39:40,214 Baruwa[999]: File "/home/baruwa/px/lib/python2.6/site-packages/eventlet/greenio.py", line 273, in send 2013-01-23 21:39:40,214 Baruwa[999]: total_sent += fd.send(data[total_sent:], flags) 2013-01-23 21:39:40,215 Baruwa[999]: error: [Errno 32] Broken pipe 2013-01-23 21:39:40,215 Baruwa[999]: Removing descriptor: 8 2013-01-23 21:39:40,232 Baruwa[999]: consumer: Cannot connect to amqp://[email protected]:5672/baruwa<http://[email protected]:5672/baruwa>: [Errno 111] ECONNREFUSED. Trying again in 2.00 seconds... 2013-01-23 21:40:21,226 Baruwa[898]: [email protected]<mailto:[email protected]> ready. 2013-01-23 21:40:21,243 Baruwa[898]: consumer: Connected to amqp://[email protected]:5672/baruwa<http://[email protected]:5672/baruwa>. 2013-01-23 21:40:21,271 Baruwa[898]: pidbox: Connected to amqp://[email protected]:5672/baruwa<http://[email protected]:5672/baruwa>. and httpd/error.log Wed Jan 23 21:40:21 2013] [notice] suEXEC mechanism enabled (wrapper: /usr/sbin/suexec) [Wed Jan 23 21:40:21 2013] [warn] module proxy_ajp_module is already loaded, skipping [Wed Jan 23 21:40:21 2013] [notice] Digest: generating secret for digest authentication ... [Wed Jan 23 21:40:21 2013] [notice] Digest: done [Wed Jan 23 21:40:21 2013] [warn] mod_wsgi: Compiled for Python/Baruwa warning: numerical links are often malicious: 2.6.2.<http://2.6.2./> [Wed Jan 23 21:40:21 2013] [warn] mod_wsgi: Runtime using Python/Baruwa warning: numerical links are often malicious: 2.6.6.<http://2.6.6./> [Wed Jan 23 21:40:21 2013] [notice] Apache/2.2.23 (Unix) DAV/2 mod_wsgi/3.2 Python/2.6.6 configured -- resuming normal operations [Wed Jan 23 21:41:47 2013] [error] Exception KeyError: KeyError(140277905868768,) in <module 'threading' from '/usr/lib64/python2.6/threading.pyc'> ignored [Wed Jan 23 21:41:49 2013] [error] Exception KeyError: KeyError(140277905868768,) in <module 'threading' from '/usr/lib64/python2.6/threading.pyc'> ignored [Wed Jan 23 21:41:50 2013] [error] Exception KeyError: KeyError(140277905868768,) in <module 'threading' from '/usr/lib64/python2.6/threading.pyc'> ignored -------------------------------------------------------------------------- Thanks and Regards, Manish R On Fri, Jan 18, 2013 at 12:56 AM, Anis Jendoubi <[email protected]<mailto:[email protected]>> wrote: Hi, I used Jeremy's script posted here ( http://baruwa-users-list.963389.n3.nabble.com/CentOS-6-x64-86-Installer-for-Baruwa-2-0-tp4025621p4025646.html ), everything goes well until I go to the url and put the admin username and password set during scripted install and hit the "login" button, after about 2 or 3 seconds loading it throws me an error 500 (see attachment). I checked baruwa-error_log file and this is what I get (the log is filled with such errors), the smtp.domain.local is the baruwa machine, the 192.168.1.20 is the machine I connect to baruwa's frontpage. ------------------------------------------------------------------------------ [root@smtp httpd]# tail /var/log/httpd/baruwa-error_log [Thu Jan 17 20:11:01 2013] [error] [client 192.168.1.20] <pre>Traceback (most recent call last):, referer: http://smtp.domain.local/accounts/login?came_from=http%3A%2F%2Fsmtp.domain.local%2F [Thu Jan 17 20:11:01 2013] [error] [client 192.168.1.20] File "/home/baruwa/px/lib/python2.6/site-packages/weberror/errormiddleware.py", line 450, in send_report, referer: http://smtp.domain.local/accounts/login?came_from=http%3A%2F%2Fsmtp.domain.local%2F [Thu Jan 17 20:11:01 2013] [error] [client 192.168.1.20] rep.report(exc_data), referer: http://smtp.domain.local/accounts/login?came_from=http%3A%2F%2Fsmtp.domain.local%2F [Thu Jan 17 20:11:01 2013] [error] [client 192.168.1.20] File "/home/baruwa/px/lib/python2.6/site-packages/weberror/reporter.py", line 45, in report, referer: http://smtp.domain.local/accounts/login?came_from=http%3A%2F%2Fsmtp.domain.local%2F [Thu Jan 17 20:11:01 2013] [error] [client 192.168.1.20] server = smtplib.SMTP(self.smtp_server), referer: http://smtp.domain.local/accounts/login?came_from=http%3A%2F%2Fsmtp.domain.local%2F [Thu Jan 17 20:11:01 2013] [error] [client 192.168.1.20] File "/usr/lib64/python2.6/smtplib.py", line 241, in __init__, referer: http://smtp.domain.local/accounts/login?came_from=http%3A%2F%2Fsmtp.domain.local%2F [Thu Jan 17 20:11:01 2013] [error] [client 192.168.1.20] raise SMTPConnectError(code, msg), referer: http://smtp.domain.local/accounts/login?came_from=http%3A%2F%2Fsmtp.domain.local%2F [Thu Jan 17 20:11:01 2013] [error] [client 192.168.1.20] SMTPConnectError: (451, 'Temporary local problem - please try later'), referer: http://smtp.domain.local/accounts/login?came_from=http%3A%2F%2Fsmtp.domain.local%2F [Thu Jan 17 20:11:01 2013] [error] [client 192.168.1.20] </pre>, referer: http://smtp.domain.local/accounts/login?came_from=http%3A%2F%2Fsmtp.domain.local%2F [Thu Jan 17 20:11:02 2013] [error] [client 192.168.1.20] </p>, referer: http://smtp.domain.local/accounts/login?came_from=http%3A%2F%2Fsmtp.domain.local%2F ------------------------------------------------------------------------------ Any idea? Thanks for the help. Anis _______________________________________________ Keep Baruwa FREE - http://pledgie.com/campaigns/12056 _______________________________________________ Keep Baruwa FREE - http://pledgie.com/campaigns/12056
_______________________________________________ Keep Baruwa FREE - http://pledgie.com/campaigns/12056

