Advertisement
Guest User

Untitled

a guest
May 20th, 2013
66
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.46 KB | None | 0 0
  1. [root@noc noc]# cat noc-web.log
  2. 2013-05-20 14:05:53,151 Running NOC 0.7(4)r7799 webserver
  3. 2013-05-20 14:05:53,151 Loading site
  4. 2013-05-20 14:05:53,156 Listening 127.0.0.1:8000
  5. 2013-05-20 14:05:53,157 Running child 17316
  6. 2013-05-20 14:05:53,158 Running child 17317
  7. 2013-05-20 14:05:53,170 Running child 17318
  8. 2013-05-20 14:05:53,172 Running child 17320
  9. 2013-05-20 14:05:53,376 Registering web applications
  10. 2013-05-20 14:05:53,378 Using JSON library: cjson
  11. 2013-05-20 14:05:53,379 Registering web applications
  12. 2013-05-20 14:05:53,381 Using JSON library: cjson
  13. 2013-05-20 14:05:53,375 Registering web applications
  14. 2013-05-20 14:05:53,392 Using JSON library: cjson
  15. 2013-05-20 14:05:53,396 Registering web applications
  16. 2013-05-20 14:05:53,411 Using JSON library: cjson
  17. 2013-05-20 14:05:53,654 Loading PeriodicRegistry
  18. 2013-05-20 14:05:53,666 Loading DownloaderRegistry
  19. 2013-05-20 14:05:53,775 Loading PeriodicRegistry
  20. 2013-05-20 14:05:53,783 Loading PeriodicRegistry
  21. 2013-05-20 14:05:53,783 Loading PeriodicRegistry
  22. 2013-05-20 14:05:53,787 Loading DownloaderRegistry
  23. 2013-05-20 14:05:53,798 Loading DownloaderRegistry
  24. 2013-05-20 14:05:53,802 Loading DownloaderRegistry
  25. 2013-05-20 14:05:54,039 SSH: gmpy not found. Using python implementation
  26. 2013-05-20 14:05:54,095 Loading ProfileRegistry
  27. 2013-05-20 14:05:54,209 SSH: gmpy not found. Using python implementation
  28. 2013-05-20 14:05:54,230 SSH: gmpy not found. Using python implementation
  29. 2013-05-20 14:05:54,246 Loading ProfileRegistry
  30. 2013-05-20 14:05:54,268 SSH: gmpy not found. Using python implementation
  31. 2013-05-20 14:05:54,290 Loading ProfileRegistry
  32. 2013-05-20 14:05:54,329 Loading ProfileRegistry
  33. 2013-05-20 14:05:55,796 Loading ScriptRegistry
  34. 2013-05-20 14:05:55,960 Loading ScriptRegistry
  35. 2013-05-20 14:05:55,991 Loading ScriptRegistry
  36. 2013-05-20 14:05:56,016 Loading ScriptRegistry
  37. 2013-05-20 14:05:56,409 Loading VCSRegistry
  38. 2013-05-20 14:05:56,426 Loading MacroRegistry
  39. 2013-05-20 14:05:56,456 Loading VCSRegistry
  40. 2013-05-20 14:05:56,469 Loading MacroRegistry
  41. 2013-05-20 14:05:56,506 Loading ParserRegistry
  42. 2013-05-20 14:05:56,521 Loading VCSRegistry
  43. 2013-05-20 14:05:56,535 Loading MacroRegistry
  44. 2013-05-20 14:05:56,568 Loading ParserRegistry
  45. 2013-05-20 14:05:56,568 Loading VCSRegistry
  46. 2013-05-20 14:05:56,578 Loading MacroRegistry
  47. 2013-05-20 14:05:56,618 Loading CalculatorRegistry
  48. 2013-05-20 14:05:56,688 Loading ParserRegistry
  49. 2013-05-20 14:05:56,690 Loading ParserRegistry
  50. 2013-05-20 14:05:56,726 Loading CalculatorRegistry
  51. 2013-05-20 14:05:56,855 Loading CalculatorRegistry
  52. 2013-05-20 14:05:56,911 Loading CalculatorRegistry
  53. 2013-05-20 14:05:57,550 Starting to serve requests
  54. 2013-05-20 14:05:57,604 Starting to serve requests
  55. 2013-05-20 14:05:57,737 Starting to serve requests
  56. 2013-05-20 14:05:57,878 Starting to serve requests
  57. 2013-05-20 14:06:02,725 200 GET /main/desktop/ (127.0.0.1) 60.93ms
  58. 2013-05-20 14:06:02,725 Uncaught exception, closing connection.
  59. Traceback (most recent call last):
  60. File "/opt/noc/lib/python2.7/site-packages/tornado/iostream.py", line 316, in wrapper
  61. callback(*args)
  62. File "/opt/noc/lib/python2.7/site-packages/tornado/stack_context.py", line 241, in wrapped
  63. callback(*args, **kwargs)
  64. File "/opt/noc/lib/python2.7/site-packages/tornado/httpserver.py", line 217, in _on_connection_close
  65. callback()
  66. TypeError: 'NoneType' object is not callable
  67. 2013-05-20 14:06:02,726 Exception in callback <functools.partial object at 0x513bdb8>
  68. Traceback (most recent call last):
  69. File "/opt/noc/lib/python2.7/site-packages/tornado/ioloop.py", line 453, in _run_callback
  70. callback()
  71. File "/opt/noc/lib/python2.7/site-packages/tornado/stack_context.py", line 241, in wrapped
  72. callback(*args, **kwargs)
  73. File "/opt/noc/lib/python2.7/site-packages/tornado/iostream.py", line 316, in wrapper
  74. callback(*args)
  75. File "/opt/noc/lib/python2.7/site-packages/tornado/stack_context.py", line 241, in wrapped
  76. callback(*args, **kwargs)
  77. File "/opt/noc/lib/python2.7/site-packages/tornado/httpserver.py", line 217, in _on_connection_close
  78. callback()
  79. TypeError: 'NoneType' object is not callable
  80. 2013-05-20 14:06:02,822 304 GET /main/desktop/js/app.js (127.0.0.1) 14.81ms
  81. 2013-05-20 14:06:02,835 200 GET /main/style/css/ (127.0.0.1) 29.35ms
  82. 2013-05-20 14:06:02,836 Uncaught exception, closing connection.
  83. Traceback (most recent call last):
  84. File "/opt/noc/lib/python2.7/site-packages/tornado/iostream.py", line 316, in wrapper
  85. callback(*args)
  86. File "/opt/noc/lib/python2.7/site-packages/tornado/stack_context.py", line 241, in wrapped
  87. callback(*args, **kwargs)
  88. File "/opt/noc/lib/python2.7/site-packages/tornado/httpserver.py", line 217, in _on_connection_close
  89. callback()
  90. TypeError: 'NoneType' object is not callable
  91. 2013-05-20 14:06:02,836 Exception in callback <functools.partial object at 0x5138db8>
  92. Traceback (most recent call last):
  93. File "/opt/noc/lib/python2.7/site-packages/tornado/ioloop.py", line 453, in _run_callback
  94. callback()
  95. File "/opt/noc/lib/python2.7/site-packages/tornado/stack_context.py", line 241, in wrapped
  96. callback(*args, **kwargs)
  97. File "/opt/noc/lib/python2.7/site-packages/tornado/iostream.py", line 316, in wrapper
  98. callback(*args)
  99. File "/opt/noc/lib/python2.7/site-packages/tornado/stack_context.py", line 241, in wrapped
  100. callback(*args, **kwargs)
  101. File "/opt/noc/lib/python2.7/site-packages/tornado/httpserver.py", line 217, in _on_connection_close
  102. callback()
  103. TypeError: 'NoneType' object is not callable
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement