Guest User

Untitled

a guest
Jul 20th, 2018
213
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 11.26 KB | None | 0 0
  1. nteixeira@nteixeira-desktop:~/co/bonobo/virtual/rapidsms-project$ ../bin/python manage.py route
  2. Error starting log file rapidsms.log: [Errno 2] No such file or directory: ''
  3. 2009-12-21 12:55:24,737 INFO [router]: RapidSMS Server started up
  4. 2009-12-21 12:55:24,758 INFO [router]: Added app: {'path': '/home/nteixeira/co/bonobo/virtual/rapidsms-project/lib/webapp', 'type': 'webapp', 'module': 'webapp', 'title': 'WebUI'}
  5. 2009-12-21 12:55:24,856 INFO [router]: Added app: {'title': 'AJAX Helper', 'module': 'ajax', 'host': 'localhost', 'path': '/home/nteixeira/co/bonobo/virtual/rapidsms-project/lib/ajax', 'type': 'ajax', 'port': 8001}
  6. 2009-12-21 12:55:24,857 INFO [router]: Added app: {'path': '/home/nteixeira/co/bonobo/virtual/rapidsms-project/lib/admin', 'type': 'admin', 'module': 'admin'}
  7. 2009-12-21 12:55:24,857 ERROR [router]: Failed to add app: {'path': '/home/nteixeira/co/bonobo/virtual/rapidsms-project/lib/patterns', 'type': 'patterns', 'module': 'patterns'}
  8. --
  9. Traceback (most recent call last):
  10. File "/home/nteixeira/co/bonobo/virtual/lib/python2.6/site-packages/rapidsms/router.py", line 78, in add_app
  11. app = self.build_component("%s.app.App", conf)
  12. File "/home/nteixeira/co/bonobo/virtual/lib/python2.6/site-packages/rapidsms/router.py", line 41, in build_component
  13. module = __import__(module_name, {}, {}, [''])
  14. ImportError: No module named app
  15.  
  16. 2009-12-21 12:55:24,871 INFO [router]: Added app: {'tab_link': '/reporters', 'path': '/home/nteixeira/co/bonobo/virtual/rapidsms-project/lib/reporters', 'type': 'reporters', 'module': 'reporters', 'title': 'Reporters and Groups'}
  17. 2009-12-21 12:55:24,873 INFO [router]: Added app: {'path': '/home/nteixeira/co/bonobo/virtual/rapidsms-project/lib/locations', 'type': 'locations', 'module': 'locations'}
  18. 2009-12-21 12:55:24,873 INFO [router]: Added app: {'tab_link': '/messaging', 'path': '/home/nteixeira/co/bonobo/virtual/rapidsms-project/lib/messaging', 'type': 'messaging', 'module': 'messaging', 'title': 'Messaging'}
  19. 2009-12-21 12:55:24,874 INFO [router]: Added app: {'title': 'Message Tester', 'module': 'httptester', 'host': 'localhost', 'tab_link': '/http', 'path': '/home/nteixeira/co/bonobo/virtual/rapidsms-project/lib/httptester', 'type': 'httptester', 'port': '8080'}
  20. 2009-12-21 12:55:24,877 INFO [router]: Added app: {'tab_link': '/logger', 'path': '/home/nteixeira/co/bonobo/virtual/rapidsms-project/lib/logger', 'type': 'logger', 'module': 'logger', 'title': 'Message Log'}
  21. 2009-12-21 12:55:24,878 INFO [router]: Added app: {'path': '/home/nteixeira/co/bonobo/virtual/rapidsms-project/lib/echo', 'type': 'echo', 'module': 'echo'}
  22. 2009-12-21 12:55:24,935 INFO [router]: Added app: {'module': 'bono', 'sys': <module 'sys' (built-in)>, 'kannel': <module 'bono.kannel' from '/home/nteixeira/co/bonobo/virtual/rapidsms-project/lib/bono/kannel.pyc'>, 'bono': <module 'bono' from '/home/nteixeira/co/bonobo/virtual/rapidsms-project/lib/bono/__init__.pyc'>, 'path': '/home/nteixeira/co/bonobo/virtual/rapidsms-project/lib/bono', 'type': 'bono'}
  23. 2009-12-21 12:55:24,938 INFO [router]: Added backend: {'channels': '#consinouri', 'nick': 'bonobo', 'type': 'irc'}
  24. 2009-12-21 12:55:24,938 INFO [router]: BACKENDS: [<rapidsms.backends.irc.Backend object at 0xa5c6fac>]
  25. 2009-12-21 12:55:24,938 INFO [router]: APPS: [<webapp.app.App object at 0xa179a8c>, <ajax.app.App object at 0xa196aec>, <admin.app.App object at 0xa179e8c>, <reporters.app.App object at 0xa43534c>, <locations.app.App object at 0xa17c9ac>, <messaging.app.App object at 0xa43568c>, <httptester.app.App object at 0xa426e2c>, <logger.app.App object at 0xa43558c>, <echo.app.App object at 0xa47664c>, <bono.app.App object at 0xa5c6e6c>]
  26. 2009-12-21 12:55:24,938 INFO [router]: SERVING FOREVER...
  27. 2009-12-21 12:55:24,938 INFO [irc]: Connecting to irc.freenode.net as bonobo
  28. 2009-12-21 12:55:24,963 INFO [Reporters and Groups]: Creating PersistantBackend object for irc (irc)
  29. 2009-12-21 12:55:25,102 INFO [irc]: Joining #consinouri on irc.freenode.net
  30. 2009-12-21 12:56:28,667 DEBUG [irc]: teix!n=teix@229.65.54.77.rev.vodafone.pt -> #consinouri: ['bonobo: here I am!']
  31. 2009-12-21 12:56:28,667 INFO [irc]: routing public message from teix!n=teix@229.65.54.77.rev.vodafone.pt
  32. 2009-12-21 12:56:28,717 INFO [router]: Incoming message via irc: teix ->'here I am!'
  33. 2009-12-21 12:56:28,717 DEBUG [router]: IN parse webui
  34. 2009-12-21 12:56:28,717 DEBUG [router]: IN parse ajax-helper
  35. 2009-12-21 12:56:28,718 DEBUG [router]: IN parse admin
  36. 2009-12-21 12:56:28,718 DEBUG [router]: IN parse reporters-and-groups
  37. 2009-12-21 12:56:28,735 INFO [Reporters and Groups]: Unidentified: irc:teix
  38. 2009-12-21 12:56:28,741 DEBUG [router]: IN parse locations
  39. 2009-12-21 12:56:28,741 DEBUG [router]: IN parse messaging
  40. 2009-12-21 12:56:28,741 DEBUG [router]: IN parse message-tester
  41. 2009-12-21 12:56:28,741 DEBUG [router]: IN parse message-log
  42. 2009-12-21 12:56:28,742 DEBUG [router]: IN parse echo
  43. 2009-12-21 12:56:28,742 DEBUG [router]: IN parse bono
  44. 2009-12-21 12:56:28,742 DEBUG [router]: IN handle webui
  45. 2009-12-21 12:56:28,742 DEBUG [router]: IN handle ajax-helper
  46. 2009-12-21 12:56:28,742 DEBUG [router]: IN handle admin
  47. 2009-12-21 12:56:28,742 DEBUG [router]: IN handle reporters-and-groups
  48. 2009-12-21 12:56:28,746 DEBUG [router]: IN handle locations
  49. 2009-12-21 12:56:28,746 DEBUG [router]: IN handle messaging
  50. 2009-12-21 12:56:28,746 DEBUG [router]: IN handle message-tester
  51. 2009-12-21 12:56:28,747 DEBUG [Message Tester]: got message <rapidsms.message.Message object at 0xa6a74cc>
  52. 2009-12-21 12:56:28,747 DEBUG [router]: IN handle message-log
  53. 2009-12-21 12:56:28,752 DEBUG [Message Log]: teix (irc) here I am! 2009-12-21 12:56:28.747498
  54. 2009-12-21 12:56:28,752 DEBUG [router]: IN handle echo
  55. 2009-12-21 12:56:28,753 DEBUG [echo]: got message here I am!
  56. 2009-12-21 12:56:28,753 DEBUG [echo]: responding with You said: here I am!
  57. 2009-12-21 12:56:28,753 DEBUG [router]: echo short-circuited handle phase
  58. 2009-12-21 12:56:28,753 DEBUG [router]: IN cleanup webui
  59. 2009-12-21 12:56:28,753 DEBUG [router]: IN cleanup ajax-helper
  60. 2009-12-21 12:56:28,753 DEBUG [router]: IN cleanup admin
  61. 2009-12-21 12:56:28,754 DEBUG [router]: IN cleanup reporters-and-groups
  62. 2009-12-21 12:56:28,754 DEBUG [router]: IN cleanup locations
  63. 2009-12-21 12:56:28,754 DEBUG [router]: IN cleanup messaging
  64. 2009-12-21 12:56:28,754 DEBUG [router]: IN cleanup message-tester
  65. 2009-12-21 12:56:28,754 DEBUG [router]: IN cleanup message-log
  66. 2009-12-21 12:56:28,754 DEBUG [router]: IN cleanup echo
  67. 2009-12-21 12:56:28,754 DEBUG [router]: IN cleanup bono
  68. 2009-12-21 12:56:28,755 INFO [router]: Outgoing message via irc: teix <- 'You said: here I am!'
  69. 2009-12-21 12:56:28,755 DEBUG [router]: OUT outgoing bono
  70. 2009-12-21 12:56:28,755 DEBUG [router]: OUT outgoing echo
  71. 2009-12-21 12:56:28,755 DEBUG [router]: OUT outgoing message-log
  72. 2009-12-21 12:56:28,759 DEBUG [Message Log]: teix (irc) You said: here I am! 2009-12-21 12:56:28.755734
  73. 2009-12-21 12:56:28,760 DEBUG [router]: OUT outgoing message-tester
  74. 2009-12-21 12:56:28,760 DEBUG [router]: OUT outgoing messaging
  75. 2009-12-21 12:56:28,760 DEBUG [router]: OUT outgoing locations
  76. 2009-12-21 12:56:28,760 DEBUG [router]: OUT outgoing reporters-and-groups
  77. 2009-12-21 12:56:28,760 DEBUG [router]: OUT outgoing admin
  78. 2009-12-21 12:56:28,760 DEBUG [router]: OUT outgoing ajax-helper
  79. 2009-12-21 12:56:28,761 DEBUG [router]: OUT outgoing webui
  80. 2009-12-21 12:56:28,761 DEBUG [router]: SENT message 'You said: here I am!' to teix via irc
  81. 2009-12-21 12:56:29,669 INFO [irc]: sending to #consinouri: teix: You said: here I am!
  82. 2009-12-21 12:56:57,160 DEBUG [irc]: teix!n=teix@229.65.54.77.rev.vodafone.pt -> #consinouri: ['bonobo: /register command']
  83. 2009-12-21 12:56:57,160 INFO [irc]: routing public message from teix!n=teix@229.65.54.77.rev.vodafone.pt
  84. 2009-12-21 12:56:57,182 INFO [router]: Incoming message via irc: teix ->'/register command'
  85. 2009-12-21 12:56:57,182 DEBUG [router]: IN parse webui
  86. 2009-12-21 12:56:57,182 DEBUG [router]: IN parse ajax-helper
  87. 2009-12-21 12:56:57,182 DEBUG [router]: IN parse admin
  88. 2009-12-21 12:56:57,183 DEBUG [router]: IN parse reporters-and-groups
  89. 2009-12-21 12:56:57,185 INFO [Reporters and Groups]: Unidentified: irc:teix
  90. 2009-12-21 12:56:57,193 DEBUG [router]: IN parse locations
  91. 2009-12-21 12:56:57,193 DEBUG [router]: IN parse messaging
  92. 2009-12-21 12:56:57,193 DEBUG [router]: IN parse message-tester
  93. 2009-12-21 12:56:57,193 DEBUG [router]: IN parse message-log
  94. 2009-12-21 12:56:57,193 DEBUG [router]: IN parse echo
  95. 2009-12-21 12:56:57,194 DEBUG [router]: IN parse bono
  96. 2009-12-21 12:56:57,194 DEBUG [router]: IN handle webui
  97. 2009-12-21 12:56:57,194 DEBUG [router]: IN handle ajax-helper
  98. 2009-12-21 12:56:57,194 DEBUG [router]: IN handle admin
  99. 2009-12-21 12:56:57,194 DEBUG [router]: IN handle reporters-and-groups
  100. 2009-12-21 12:56:57,195 DEBUG [router]: IN handle locations
  101. 2009-12-21 12:56:57,195 DEBUG [router]: IN handle messaging
  102. 2009-12-21 12:56:57,195 DEBUG [router]: IN handle message-tester
  103. 2009-12-21 12:56:57,195 DEBUG [Message Tester]: got message <rapidsms.message.Message object at 0xa6a7fec>
  104. 2009-12-21 12:56:57,195 DEBUG [router]: IN handle message-log
  105. 2009-12-21 12:56:57,202 DEBUG [Message Log]: teix (irc) /register command 2009-12-21 12:56:57.195807
  106. 2009-12-21 12:56:57,203 DEBUG [router]: IN handle echo
  107. 2009-12-21 12:56:57,203 DEBUG [echo]: got message /register command
  108. 2009-12-21 12:56:57,203 DEBUG [echo]: responding with You said: /register command
  109. 2009-12-21 12:56:57,203 DEBUG [router]: echo short-circuited handle phase
  110. 2009-12-21 12:56:57,203 DEBUG [router]: IN cleanup webui
  111. 2009-12-21 12:56:57,204 DEBUG [router]: IN cleanup ajax-helper
  112. 2009-12-21 12:56:57,204 DEBUG [router]: IN cleanup admin
  113. 2009-12-21 12:56:57,204 DEBUG [router]: IN cleanup reporters-and-groups
  114. 2009-12-21 12:56:57,204 DEBUG [router]: IN cleanup locations
  115. 2009-12-21 12:56:57,204 DEBUG [router]: IN cleanup messaging
  116. 2009-12-21 12:56:57,204 DEBUG [router]: IN cleanup message-tester
  117. 2009-12-21 12:56:57,205 DEBUG [router]: IN cleanup message-log
  118. 2009-12-21 12:56:57,205 DEBUG [router]: IN cleanup echo
  119. 2009-12-21 12:56:57,205 DEBUG [router]: IN cleanup bono
  120. 2009-12-21 12:56:57,205 INFO [router]: Outgoing message via irc: teix <- 'You said: /register command'
  121. 2009-12-21 12:56:57,205 DEBUG [router]: OUT outgoing bono
  122. 2009-12-21 12:56:57,205 DEBUG [router]: OUT outgoing echo
  123. 2009-12-21 12:56:57,206 DEBUG [router]: OUT outgoing message-log
  124. 2009-12-21 12:56:57,212 DEBUG [Message Log]: teix (irc) You said: /register command 2009-12-21 12:56:57.206297
  125. 2009-12-21 12:56:57,212 DEBUG [router]: OUT outgoing message-tester
  126. 2009-12-21 12:56:57,212 DEBUG [router]: OUT outgoing messaging
  127. 2009-12-21 12:56:57,212 DEBUG [router]: OUT outgoing locations
  128. 2009-12-21 12:56:57,212 DEBUG [router]: OUT outgoing reporters-and-groups
  129. 2009-12-21 12:56:57,212 DEBUG [router]: OUT outgoing admin
  130. 2009-12-21 12:56:57,213 DEBUG [router]: OUT outgoing ajax-helper
  131. 2009-12-21 12:56:57,213 DEBUG [router]: OUT outgoing webui
  132. 2009-12-21 12:56:57,213 DEBUG [router]: SENT message 'You said: /register command' to teix via irc
  133. 2009-12-21 12:56:58,161 INFO [irc]: sending to #consinouri: teix: You said: /register command
  134. 2009-12-21 12:57:38,395 DEBUG [irc]: teix!n=teix@229.65.54.77.rev.vodafone.pt -> #consinouri: ['nouri: see?']
  135. 2009-12-21 12:57:47,128 DEBUG [irc]: teix!n=teix@229.65.54.77.rev.vodafone.pt -> #consinouri: ["nouri: it's like a parrot :)"]
Add Comment
Please, Sign In to add comment