1. [Thu Oct 11 22:14:57 2012] [error] [client 127.0.0.1] mod_wsgi (pid=1207): Target WSGI script '/usr/share/maas/wsgi.py' cannot be loaded as Python module.
  2. [Thu Oct 11 22:14:57 2012] [error] [client 127.0.0.1] mod_wsgi (pid=1207): Exception occurred processing WSGI script '/usr/share/maas/wsgi.py'.
  3. [Thu Oct 11 22:14:57 2012] [error] [client 127.0.0.1] Traceback (most recent call last):
  4. [Thu Oct 11 22:14:57 2012] [error] [client 127.0.0.1] File "/usr/share/maas/wsgi.py", line 30, in <module>
  5. [Thu Oct 11 22:14:57 2012] [error] [client 127.0.0.1] start_up()
  6. [Thu Oct 11 22:14:57 2012] [error] [client 127.0.0.1] File "/usr/lib/python2.7/dist-packages/maasserver/start_up.py", line 59, in start_up
  7. [Thu Oct 11 22:14:57 2012] [error] [client 127.0.0.1] inner_start_up()
  8. [Thu Oct 11 22:14:57 2012] [error] [client 127.0.0.1] File "/usr/lib/python2.7/dist-packages/maasserver/start_up.py", line 87, in inner_start_up
  9. [Thu Oct 11 22:14:57 2012] [error] [client 127.0.0.1] write_full_dns_config(reload_retry=True)
  10. [Thu Oct 11 22:14:57 2012] [error] [client 127.0.0.1] File "/usr/lib/python2.7/dist-packages/maasserver/dns.py", line 309, in write_full_dns_config
  11. [Thu Oct 11 22:14:57 2012] [error] [client 127.0.0.1] args=[['reload'], reload_retry]))
  12. [Thu Oct 11 22:14:57 2012] [error] [client 127.0.0.1] File "/usr/lib/python2.7/dist-packages/celery/app/task/__init__.py", line 353, in delay
  13. [Thu Oct 11 22:14:57 2012] [error] [client 127.0.0.1] return self.apply_async(args, kwargs)
  14. [Thu Oct 11 22:14:57 2012] [error] [client 127.0.0.1] File "/usr/lib/python2.7/dist-packages/celery/app/task/__init__.py", line 449, in apply_async
  15. [Thu Oct 11 22:14:57 2012] [error] [client 127.0.0.1] publish = publisher or self.app.amqp.publisher_pool.acquire(block=True)
  16. [Thu Oct 11 22:14:57 2012] [error] [client 127.0.0.1] File "/usr/lib/python2.7/dist-packages/kombu/connection.py", line 657, in acquire
  17. [Thu Oct 11 22:14:57 2012] [error] [client 127.0.0.1] R = self.prepare(R)
  18. [Thu Oct 11 22:14:57 2012] [error] [client 127.0.0.1] File "/usr/lib/python2.7/dist-packages/kombu/pools.py", line 54, in prepare
  19. [Thu Oct 11 22:14:57 2012] [error] [client 127.0.0.1] p = p()
  20. [Thu Oct 11 22:14:57 2012] [error] [client 127.0.0.1] File "/usr/lib/python2.7/dist-packages/kombu/pools.py", line 45, in <lambda>
  21. [Thu Oct 11 22:14:57 2012] [error] [client 127.0.0.1] return lambda: self.create_producer()
  22. [Thu Oct 11 22:14:57 2012] [error] [client 127.0.0.1] File "/usr/lib/python2.7/dist-packages/celery/app/amqp.py", line 265, in create_producer
  23. [Thu Oct 11 22:14:57 2012] [error] [client 127.0.0.1] pub = self.app.amqp.TaskPublisher(conn, auto_declare=False)
  24. [Thu Oct 11 22:14:57 2012] [error] [client 127.0.0.1] File "/usr/lib/python2.7/dist-packages/celery/app/amqp.py", line 328, in TaskPublisher
  25. [Thu Oct 11 22:14:57 2012] [error] [client 127.0.0.1] return TaskPublisher(*args, **self.app.merge(defaults, kwargs))
  26. [Thu Oct 11 22:14:57 2012] [error] [client 127.0.0.1] File "/usr/lib/python2.7/dist-packages/celery/app/amqp.py", line 158, in __init__
  27. [Thu Oct 11 22:14:57 2012] [error] [client 127.0.0.1] super(TaskPublisher, self).__init__(*args, **kwargs)
  28. [Thu Oct 11 22:14:57 2012] [error] [client 127.0.0.1] File "/usr/lib/python2.7/dist-packages/kombu/compat.py", line 61, in __init__
  29. [Thu Oct 11 22:14:57 2012] [error] [client 127.0.0.1] super(Publisher, self).__init__(connection, self.exchange, **kwargs)
  30. [Thu Oct 11 22:14:57 2012] [error] [client 127.0.0.1] File "/usr/lib/python2.7/dist-packages/kombu/messaging.py", line 79, in __init__
  31. [Thu Oct 11 22:14:57 2012] [error] [client 127.0.0.1] self.revive(self.channel)
  32. [Thu Oct 11 22:14:57 2012] [error] [client 127.0.0.1] File "/usr/lib/python2.7/dist-packages/kombu/messaging.py", line 168, in revive
  33. [Thu Oct 11 22:14:57 2012] [error] [client 127.0.0.1] channel = channel.default_channel
  34. [Thu Oct 11 22:14:57 2012] [error] [client 127.0.0.1] File "/usr/lib/python2.7/dist-packages/kombu/connection.py", line 581, in default_channel
  35. [Thu Oct 11 22:14:57 2012] [error] [client 127.0.0.1] self.connection
  36. [Thu Oct 11 22:14:57 2012] [error] [client 127.0.0.1] File "/usr/lib/python2.7/dist-packages/kombu/connection.py", line 574, in connection
  37. [Thu Oct 11 22:14:57 2012] [error] [client 127.0.0.1] self._connection = self._establish_connection()
  38. [Thu Oct 11 22:14:57 2012] [error] [client 127.0.0.1] File "/usr/lib/python2.7/dist-packages/kombu/connection.py", line 533, in _establish_connection
  39. [Thu Oct 11 22:14:57 2012] [error] [client 127.0.0.1] conn = self.transport.establish_connection()
  40. [Thu Oct 11 22:14:57 2012] [error] [client 127.0.0.1] File "/usr/lib/python2.7/dist-packages/kombu/transport/amqplib.py", line 279, in establish_connection
  41. [Thu Oct 11 22:14:57 2012] [error] [client 127.0.0.1] connect_timeout=conninfo.connect_timeout)
  42. [Thu Oct 11 22:14:57 2012] [error] [client 127.0.0.1] File "/usr/lib/python2.7/dist-packages/kombu/transport/amqplib.py", line 89, in __init__
  43. [Thu Oct 11 22:14:57 2012] [error] [client 127.0.0.1] super(Connection, self).__init__(*args, **kwargs)
  44. [Thu Oct 11 22:14:57 2012] [error] [client 127.0.0.1] File "/usr/lib/python2.7/dist-packages/amqplib/client_0_8/connection.py", line 144, in __init__
  45. [Thu Oct 11 22:14:57 2012] [error] [client 127.0.0.1] (10, 30), # tune
  46. [Thu Oct 11 22:14:57 2012] [error] [client 127.0.0.1] File "/usr/lib/python2.7/dist-packages/amqplib/client_0_8/abstract_channel.py", line 95, in wait
  47. [Thu Oct 11 22:14:57 2012] [error] [client 127.0.0.1] self.channel_id, allowed_methods)
  48. [Thu Oct 11 22:14:57 2012] [error] [client 127.0.0.1] File "/usr/lib/python2.7/dist-packages/amqplib/client_0_8/connection.py", line 202, in _wait_method
  49. [Thu Oct 11 22:14:57 2012] [error] [client 127.0.0.1] self.method_reader.read_method()
  50. [Thu Oct 11 22:14:57 2012] [error] [client 127.0.0.1] File "/usr/lib/python2.7/dist-packages/amqplib/client_0_8/method_framing.py", line 221, in read_method
  51. [Thu Oct 11 22:14:57 2012] [error] [client 127.0.0.1] raise m
  52. [Thu Oct 11 22:14:57 2012] [error] [client 127.0.0.1] error: [Errno 104] Connection reset by peer