Advertisement
Guest User

Untitled

a guest
Aug 1st, 2016
89
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 26.50 KB | None | 0 0
  1. 2016-08-01 08:33:58,834 - htmengine.anomaly(14419) - INFO - VER=0.0.0, SERVICE=ANOMALY {TAG:ANOM.START} argv=['/home/ubuntu/ryan/numenta-apps/htmengine/htmengine/runtime/anomaly_service.py']
  2. 2016-08-01 08:33:58,859 - nta.utils.amqp.synchronous_amqp_client(14419) - INFO - Created consumer=Consumer(tag='channel-1-1', queue='selfnet.mswapper.results'); queue='selfnet.mswapper.results', noLocal=False, noAck=False, exclusive=False
  3. 2016-08-01 08:33:58,861 - htmengine.anomaly(14419) - ERROR - VER=0.0.0 Error in Anomaly Service run()
  4. Traceback (most recent call last):
  5. File "/home/ubuntu/ryan/numenta-apps/htmengine/htmengine/runtime/anomaly_service.py", line 753, in main
  6. AnomalyService().run()
  7. File "/home/ubuntu/ryan/numenta-apps/htmengine/htmengine/runtime/anomaly_service.py", line 658, in run
  8. for batch in consumer:
  9. File "/home/ubuntu/ryan/numenta-apps/htmengine/htmengine/model_swapper/model_swapper_interface.py", line 1173, in __iter__
  10. yield self._decode(msg)
  11. File "/home/ubuntu/ryan/numenta-apps/htmengine/htmengine/model_swapper/model_swapper_interface.py", line 1087, in decodeMessage
  12. return cls(modelID=r.modelID, objects=BatchPackager.unmarshal(r.batchState),
  13. File "/home/ubuntu/ryan/numenta-apps/htmengine/htmengine/model_swapper/model_swapper_interface.py", line 481, in unmarshal
  14. for itemState in json.loads(batchState))
  15. File "/home/ubuntu/ryan/numenta-apps/htmengine/htmengine/model_swapper/model_swapper_interface.py", line 481, in <genexpr>
  16. for itemState in json.loads(batchState))
  17. File "/home/ubuntu/ryan/numenta-apps/htmengine/htmengine/model_swapper/model_swapper_interface.py", line 150, in __createFromState__
  18. obj.__setstate__(clientState)
  19. File "/home/ubuntu/ryan/numenta-apps/htmengine/htmengine/model_swapper/model_swapper_interface.py", line 167, in __setstate__
  20. assert len(state) == 1 + len(attributes), repr([len(state), state])
  21. AssertionError: [5, [u'iR', 70, 0, 0.125, None]]
  22. 2016-08-01 08:33:58,863 - htmengine.anomaly(14419) - ERROR - VER=0.0.0 {TAG:ANOM.STOP.ABORT}
  23. Traceback (most recent call last):
  24. File "/home/ubuntu/ryan/numenta-apps/htmengine/htmengine/runtime/anomaly_service.py", line 769, in <module>
  25. main(sys.argv[1:])
  26. File "/home/ubuntu/ryan/numenta-apps/htmengine/htmengine/runtime/anomaly_service.py", line 753, in main
  27. AnomalyService().run()
  28. File "/home/ubuntu/ryan/numenta-apps/htmengine/htmengine/runtime/anomaly_service.py", line 658, in run
  29. for batch in consumer:
  30. File "/home/ubuntu/ryan/numenta-apps/htmengine/htmengine/model_swapper/model_swapper_interface.py", line 1173, in __iter__
  31. yield self._decode(msg)
  32. File "/home/ubuntu/ryan/numenta-apps/htmengine/htmengine/model_swapper/model_swapper_interface.py", line 1087, in decodeMessage
  33. return cls(modelID=r.modelID, objects=BatchPackager.unmarshal(r.batchState),
  34. File "/home/ubuntu/ryan/numenta-apps/htmengine/htmengine/model_swapper/model_swapper_interface.py", line 481, in unmarshal
  35. for itemState in json.loads(batchState))
  36. File "/home/ubuntu/ryan/numenta-apps/htmengine/htmengine/model_swapper/model_swapper_interface.py", line 481, in <genexpr>
  37. for itemState in json.loads(batchState))
  38. File "/home/ubuntu/ryan/numenta-apps/htmengine/htmengine/model_swapper/model_swapper_interface.py", line 150, in __createFromState__
  39. obj.__setstate__(clientState)
  40. File "/home/ubuntu/ryan/numenta-apps/htmengine/htmengine/model_swapper/model_swapper_interface.py", line 167, in __setstate__
  41. assert len(state) == 1 + len(attributes), repr([len(state), state])
  42. AssertionError: [5, [u'iR', 70, 0, 0.125, None]]
  43. Traceback (most recent call last):
  44. File "/usr/lib/python2.7/runpy.py", line 162, in _run_module_as_main
  45. "__main__", fname, loader, pkg_name)
  46. File "/usr/lib/python2.7/runpy.py", line 72, in _run_code
  47. exec code in run_globals
  48. File "/home/ubuntu/ryan/numenta-apps/htmengine/htmengine/runtime/anomaly_service.py", line 769, in <module>
  49. main(sys.argv[1:])
  50. File "/home/ubuntu/ryan/numenta-apps/htmengine/htmengine/runtime/anomaly_service.py", line 753, in main
  51. AnomalyService().run()
  52. File "/home/ubuntu/ryan/numenta-apps/htmengine/htmengine/runtime/anomaly_service.py", line 658, in run
  53. for batch in consumer:
  54. File "/home/ubuntu/ryan/numenta-apps/htmengine/htmengine/model_swapper/model_swapper_interface.py", line 1173, in __iter__
  55. yield self._decode(msg)
  56. File "/home/ubuntu/ryan/numenta-apps/htmengine/htmengine/model_swapper/model_swapper_interface.py", line 1087, in decodeMessage
  57. return cls(modelID=r.modelID, objects=BatchPackager.unmarshal(r.batchState),
  58. File "/home/ubuntu/ryan/numenta-apps/htmengine/htmengine/model_swapper/model_swapper_interface.py", line 481, in unmarshal
  59. for itemState in json.loads(batchState))
  60. File "/home/ubuntu/ryan/numenta-apps/htmengine/htmengine/model_swapper/model_swapper_interface.py", line 481, in <genexpr>
  61. for itemState in json.loads(batchState))
  62. File "/home/ubuntu/ryan/numenta-apps/htmengine/htmengine/model_swapper/model_swapper_interface.py", line 150, in __createFromState__
  63. obj.__setstate__(clientState)
  64. File "/home/ubuntu/ryan/numenta-apps/htmengine/htmengine/model_swapper/model_swapper_interface.py", line 167, in __setstate__
  65. assert len(state) == 1 + len(attributes), repr([len(state), state])
  66. AssertionError: [5, [u'iR', 70, 0, 0.125, None]]
  67. 2016-08-01 08:34:00,483 - htmengine.anomaly(14442) - INFO - VER=0.0.0, SERVICE=ANOMALY {TAG:ANOM.START} argv=['/home/ubuntu/ryan/numenta-apps/htmengine/htmengine/runtime/anomaly_service.py']
  68. 2016-08-01 08:34:00,495 - nta.utils.amqp.synchronous_amqp_client(14442) - INFO - Created consumer=Consumer(tag='channel-1-1', queue='selfnet.mswapper.results'); queue='selfnet.mswapper.results', noLocal=False, noAck=False, exclusive=False
  69. 2016-08-01 08:34:00,497 - htmengine.anomaly(14442) - ERROR - VER=0.0.0 Error in Anomaly Service run()
  70. Traceback (most recent call last):
  71. File "/home/ubuntu/ryan/numenta-apps/htmengine/htmengine/runtime/anomaly_service.py", line 753, in main
  72. AnomalyService().run()
  73. File "/home/ubuntu/ryan/numenta-apps/htmengine/htmengine/runtime/anomaly_service.py", line 658, in run
  74. for batch in consumer:
  75. File "/home/ubuntu/ryan/numenta-apps/htmengine/htmengine/model_swapper/model_swapper_interface.py", line 1173, in __iter__
  76. yield self._decode(msg)
  77. File "/home/ubuntu/ryan/numenta-apps/htmengine/htmengine/model_swapper/model_swapper_interface.py", line 1087, in decodeMessage
  78. return cls(modelID=r.modelID, objects=BatchPackager.unmarshal(r.batchState),
  79. File "/home/ubuntu/ryan/numenta-apps/htmengine/htmengine/model_swapper/model_swapper_interface.py", line 481, in unmarshal
  80. for itemState in json.loads(batchState))
  81. File "/home/ubuntu/ryan/numenta-apps/htmengine/htmengine/model_swapper/model_swapper_interface.py", line 481, in <genexpr>
  82. for itemState in json.loads(batchState))
  83. File "/home/ubuntu/ryan/numenta-apps/htmengine/htmengine/model_swapper/model_swapper_interface.py", line 150, in __createFromState__
  84. obj.__setstate__(clientState)
  85. File "/home/ubuntu/ryan/numenta-apps/htmengine/htmengine/model_swapper/model_swapper_interface.py", line 167, in __setstate__
  86. assert len(state) == 1 + len(attributes), repr([len(state), state])
  87. AssertionError: [5, [u'iR', 70, 0, 0.125, None]]
  88. 2016-08-01 08:34:00,497 - htmengine.anomaly(14442) - ERROR - VER=0.0.0 {TAG:ANOM.STOP.ABORT}
  89. Traceback (most recent call last):
  90. File "/home/ubuntu/ryan/numenta-apps/htmengine/htmengine/runtime/anomaly_service.py", line 769, in <module>
  91. main(sys.argv[1:])
  92. File "/home/ubuntu/ryan/numenta-apps/htmengine/htmengine/runtime/anomaly_service.py", line 753, in main
  93. AnomalyService().run()
  94. File "/home/ubuntu/ryan/numenta-apps/htmengine/htmengine/runtime/anomaly_service.py", line 658, in run
  95. for batch in consumer:
  96. File "/home/ubuntu/ryan/numenta-apps/htmengine/htmengine/model_swapper/model_swapper_interface.py", line 1173, in __iter__
  97. yield self._decode(msg)
  98. File "/home/ubuntu/ryan/numenta-apps/htmengine/htmengine/model_swapper/model_swapper_interface.py", line 1087, in decodeMessage
  99. return cls(modelID=r.modelID, objects=BatchPackager.unmarshal(r.batchState),
  100. File "/home/ubuntu/ryan/numenta-apps/htmengine/htmengine/model_swapper/model_swapper_interface.py", line 481, in unmarshal
  101. for itemState in json.loads(batchState))
  102. File "/home/ubuntu/ryan/numenta-apps/htmengine/htmengine/model_swapper/model_swapper_interface.py", line 481, in <genexpr>
  103. for itemState in json.loads(batchState))
  104. File "/home/ubuntu/ryan/numenta-apps/htmengine/htmengine/model_swapper/model_swapper_interface.py", line 150, in __createFromState__
  105. obj.__setstate__(clientState)
  106. File "/home/ubuntu/ryan/numenta-apps/htmengine/htmengine/model_swapper/model_swapper_interface.py", line 167, in __setstate__
  107. assert len(state) == 1 + len(attributes), repr([len(state), state])
  108. AssertionError: [5, [u'iR', 70, 0, 0.125, None]]
  109. Traceback (most recent call last):
  110. File "/usr/lib/python2.7/runpy.py", line 162, in _run_module_as_main
  111. "__main__", fname, loader, pkg_name)
  112. File "/usr/lib/python2.7/runpy.py", line 72, in _run_code
  113. exec code in run_globals
  114. File "/home/ubuntu/ryan/numenta-apps/htmengine/htmengine/runtime/anomaly_service.py", line 769, in <module>
  115. main(sys.argv[1:])
  116. File "/home/ubuntu/ryan/numenta-apps/htmengine/htmengine/runtime/anomaly_service.py", line 753, in main
  117. AnomalyService().run()
  118. File "/home/ubuntu/ryan/numenta-apps/htmengine/htmengine/runtime/anomaly_service.py", line 658, in run
  119. for batch in consumer:
  120. File "/home/ubuntu/ryan/numenta-apps/htmengine/htmengine/model_swapper/model_swapper_interface.py", line 1173, in __iter__
  121. yield self._decode(msg)
  122. File "/home/ubuntu/ryan/numenta-apps/htmengine/htmengine/model_swapper/model_swapper_interface.py", line 1087, in decodeMessage
  123. return cls(modelID=r.modelID, objects=BatchPackager.unmarshal(r.batchState),
  124. File "/home/ubuntu/ryan/numenta-apps/htmengine/htmengine/model_swapper/model_swapper_interface.py", line 481, in unmarshal
  125. for itemState in json.loads(batchState))
  126. File "/home/ubuntu/ryan/numenta-apps/htmengine/htmengine/model_swapper/model_swapper_interface.py", line 481, in <genexpr>
  127. for itemState in json.loads(batchState))
  128. File "/home/ubuntu/ryan/numenta-apps/htmengine/htmengine/model_swapper/model_swapper_interface.py", line 150, in __createFromState__
  129. obj.__setstate__(clientState)
  130. File "/home/ubuntu/ryan/numenta-apps/htmengine/htmengine/model_swapper/model_swapper_interface.py", line 167, in __setstate__
  131. assert len(state) == 1 + len(attributes), repr([len(state), state])
  132. AssertionError: [5, [u'iR', 70, 0, 0.125, None]]
  133. 2016-08-01 08:34:03,074 - htmengine.anomaly(14445) - INFO - VER=0.0.0, SERVICE=ANOMALY {TAG:ANOM.START} argv=['/home/ubuntu/ryan/numenta-apps/htmengine/htmengine/runtime/anomaly_service.py']
  134. 2016-08-01 08:34:03,085 - nta.utils.amqp.synchronous_amqp_client(14445) - INFO - Created consumer=Consumer(tag='channel-1-1', queue='selfnet.mswapper.results'); queue='selfnet.mswapper.results', noLocal=False, noAck=False, exclusive=False
  135. 2016-08-01 08:34:03,087 - htmengine.anomaly(14445) - ERROR - VER=0.0.0 Error in Anomaly Service run()
  136. Traceback (most recent call last):
  137. File "/home/ubuntu/ryan/numenta-apps/htmengine/htmengine/runtime/anomaly_service.py", line 753, in main
  138. AnomalyService().run()
  139. File "/home/ubuntu/ryan/numenta-apps/htmengine/htmengine/runtime/anomaly_service.py", line 658, in run
  140. for batch in consumer:
  141. File "/home/ubuntu/ryan/numenta-apps/htmengine/htmengine/model_swapper/model_swapper_interface.py", line 1173, in __iter__
  142. yield self._decode(msg)
  143. File "/home/ubuntu/ryan/numenta-apps/htmengine/htmengine/model_swapper/model_swapper_interface.py", line 1087, in decodeMessage
  144. return cls(modelID=r.modelID, objects=BatchPackager.unmarshal(r.batchState),
  145. File "/home/ubuntu/ryan/numenta-apps/htmengine/htmengine/model_swapper/model_swapper_interface.py", line 481, in unmarshal
  146. for itemState in json.loads(batchState))
  147. File "/home/ubuntu/ryan/numenta-apps/htmengine/htmengine/model_swapper/model_swapper_interface.py", line 481, in <genexpr>
  148. for itemState in json.loads(batchState))
  149. File "/home/ubuntu/ryan/numenta-apps/htmengine/htmengine/model_swapper/model_swapper_interface.py", line 150, in __createFromState__
  150. obj.__setstate__(clientState)
  151. File "/home/ubuntu/ryan/numenta-apps/htmengine/htmengine/model_swapper/model_swapper_interface.py", line 167, in __setstate__
  152. assert len(state) == 1 + len(attributes), repr([len(state), state])
  153. AssertionError: [5, [u'iR', 70, 0, 0.125, None]]
  154. 2016-08-01 08:34:03,088 - htmengine.anomaly(14445) - ERROR - VER=0.0.0 {TAG:ANOM.STOP.ABORT}
  155. Traceback (most recent call last):
  156. File "/home/ubuntu/ryan/numenta-apps/htmengine/htmengine/runtime/anomaly_service.py", line 769, in <module>
  157. main(sys.argv[1:])
  158. File "/home/ubuntu/ryan/numenta-apps/htmengine/htmengine/runtime/anomaly_service.py", line 753, in main
  159. AnomalyService().run()
  160. File "/home/ubuntu/ryan/numenta-apps/htmengine/htmengine/runtime/anomaly_service.py", line 658, in run
  161. for batch in consumer:
  162. File "/home/ubuntu/ryan/numenta-apps/htmengine/htmengine/model_swapper/model_swapper_interface.py", line 1173, in __iter__
  163. yield self._decode(msg)
  164. File "/home/ubuntu/ryan/numenta-apps/htmengine/htmengine/model_swapper/model_swapper_interface.py", line 1087, in decodeMessage
  165. return cls(modelID=r.modelID, objects=BatchPackager.unmarshal(r.batchState),
  166. File "/home/ubuntu/ryan/numenta-apps/htmengine/htmengine/model_swapper/model_swapper_interface.py", line 481, in unmarshal
  167. for itemState in json.loads(batchState))
  168. File "/home/ubuntu/ryan/numenta-apps/htmengine/htmengine/model_swapper/model_swapper_interface.py", line 481, in <genexpr>
  169. for itemState in json.loads(batchState))
  170. File "/home/ubuntu/ryan/numenta-apps/htmengine/htmengine/model_swapper/model_swapper_interface.py", line 150, in __createFromState__
  171. obj.__setstate__(clientState)
  172. File "/home/ubuntu/ryan/numenta-apps/htmengine/htmengine/model_swapper/model_swapper_interface.py", line 167, in __setstate__
  173. assert len(state) == 1 + len(attributes), repr([len(state), state])
  174. AssertionError: [5, [u'iR', 70, 0, 0.125, None]]
  175. Traceback (most recent call last):
  176. File "/usr/lib/python2.7/runpy.py", line 162, in _run_module_as_main
  177. "__main__", fname, loader, pkg_name)
  178. File "/usr/lib/python2.7/runpy.py", line 72, in _run_code
  179. exec code in run_globals
  180. File "/home/ubuntu/ryan/numenta-apps/htmengine/htmengine/runtime/anomaly_service.py", line 769, in <module>
  181. main(sys.argv[1:])
  182. File "/home/ubuntu/ryan/numenta-apps/htmengine/htmengine/runtime/anomaly_service.py", line 753, in main
  183. AnomalyService().run()
  184. File "/home/ubuntu/ryan/numenta-apps/htmengine/htmengine/runtime/anomaly_service.py", line 658, in run
  185. for batch in consumer:
  186. File "/home/ubuntu/ryan/numenta-apps/htmengine/htmengine/model_swapper/model_swapper_interface.py", line 1173, in __iter__
  187. yield self._decode(msg)
  188. File "/home/ubuntu/ryan/numenta-apps/htmengine/htmengine/model_swapper/model_swapper_interface.py", line 1087, in decodeMessage
  189. return cls(modelID=r.modelID, objects=BatchPackager.unmarshal(r.batchState),
  190. File "/home/ubuntu/ryan/numenta-apps/htmengine/htmengine/model_swapper/model_swapper_interface.py", line 481, in unmarshal
  191. for itemState in json.loads(batchState))
  192. File "/home/ubuntu/ryan/numenta-apps/htmengine/htmengine/model_swapper/model_swapper_interface.py", line 481, in <genexpr>
  193. for itemState in json.loads(batchState))
  194. File "/home/ubuntu/ryan/numenta-apps/htmengine/htmengine/model_swapper/model_swapper_interface.py", line 150, in __createFromState__
  195. obj.__setstate__(clientState)
  196. File "/home/ubuntu/ryan/numenta-apps/htmengine/htmengine/model_swapper/model_swapper_interface.py", line 167, in __setstate__
  197. assert len(state) == 1 + len(attributes), repr([len(state), state])
  198. AssertionError: [5, [u'iR', 70, 0, 0.125, None]]
  199. 2016-08-01 08:34:06,065 - htmengine.anomaly(14449) - INFO - VER=0.0.0, SERVICE=ANOMALY {TAG:ANOM.START} argv=['/home/ubuntu/ryan/numenta-apps/htmengine/htmengine/runtime/anomaly_service.py']
  200. 2016-08-01 08:34:06,078 - nta.utils.amqp.synchronous_amqp_client(14449) - INFO - Created consumer=Consumer(tag='channel-1-1', queue='selfnet.mswapper.results'); queue='selfnet.mswapper.results', noLocal=False, noAck=False, exclusive=False
  201. 2016-08-01 08:34:06,080 - htmengine.anomaly(14449) - ERROR - VER=0.0.0 Error in Anomaly Service run()
  202. Traceback (most recent call last):
  203. File "/home/ubuntu/ryan/numenta-apps/htmengine/htmengine/runtime/anomaly_service.py", line 753, in main
  204. AnomalyService().run()
  205. File "/home/ubuntu/ryan/numenta-apps/htmengine/htmengine/runtime/anomaly_service.py", line 658, in run
  206. for batch in consumer:
  207. File "/home/ubuntu/ryan/numenta-apps/htmengine/htmengine/model_swapper/model_swapper_interface.py", line 1173, in __iter__
  208. yield self._decode(msg)
  209. File "/home/ubuntu/ryan/numenta-apps/htmengine/htmengine/model_swapper/model_swapper_interface.py", line 1087, in decodeMessage
  210. return cls(modelID=r.modelID, objects=BatchPackager.unmarshal(r.batchState),
  211. File "/home/ubuntu/ryan/numenta-apps/htmengine/htmengine/model_swapper/model_swapper_interface.py", line 481, in unmarshal
  212. for itemState in json.loads(batchState))
  213. File "/home/ubuntu/ryan/numenta-apps/htmengine/htmengine/model_swapper/model_swapper_interface.py", line 481, in <genexpr>
  214. for itemState in json.loads(batchState))
  215. File "/home/ubuntu/ryan/numenta-apps/htmengine/htmengine/model_swapper/model_swapper_interface.py", line 150, in __createFromState__
  216. obj.__setstate__(clientState)
  217. File "/home/ubuntu/ryan/numenta-apps/htmengine/htmengine/model_swapper/model_swapper_interface.py", line 167, in __setstate__
  218. assert len(state) == 1 + len(attributes), repr([len(state), state])
  219. AssertionError: [5, [u'iR', 70, 0, 0.125, None]]
  220. 2016-08-01 08:34:06,080 - htmengine.anomaly(14449) - ERROR - VER=0.0.0 {TAG:ANOM.STOP.ABORT}
  221. Traceback (most recent call last):
  222. File "/home/ubuntu/ryan/numenta-apps/htmengine/htmengine/runtime/anomaly_service.py", line 769, in <module>
  223. main(sys.argv[1:])
  224. File "/home/ubuntu/ryan/numenta-apps/htmengine/htmengine/runtime/anomaly_service.py", line 753, in main
  225. AnomalyService().run()
  226. File "/home/ubuntu/ryan/numenta-apps/htmengine/htmengine/runtime/anomaly_service.py", line 658, in run
  227. for batch in consumer:
  228. File "/home/ubuntu/ryan/numenta-apps/htmengine/htmengine/model_swapper/model_swapper_interface.py", line 1173, in __iter__
  229. yield self._decode(msg)
  230. File "/home/ubuntu/ryan/numenta-apps/htmengine/htmengine/model_swapper/model_swapper_interface.py", line 1087, in decodeMessage
  231. return cls(modelID=r.modelID, objects=BatchPackager.unmarshal(r.batchState),
  232. File "/home/ubuntu/ryan/numenta-apps/htmengine/htmengine/model_swapper/model_swapper_interface.py", line 481, in unmarshal
  233. for itemState in json.loads(batchState))
  234. File "/home/ubuntu/ryan/numenta-apps/htmengine/htmengine/model_swapper/model_swapper_interface.py", line 481, in <genexpr>
  235. for itemState in json.loads(batchState))
  236. File "/home/ubuntu/ryan/numenta-apps/htmengine/htmengine/model_swapper/model_swapper_interface.py", line 150, in __createFromState__
  237. obj.__setstate__(clientState)
  238. File "/home/ubuntu/ryan/numenta-apps/htmengine/htmengine/model_swapper/model_swapper_interface.py", line 167, in __setstate__
  239. assert len(state) == 1 + len(attributes), repr([len(state), state])
  240. AssertionError: [5, [u'iR', 70, 0, 0.125, None]]
  241. Traceback (most recent call last):
  242. File "/usr/lib/python2.7/runpy.py", line 162, in _run_module_as_main
  243. "__main__", fname, loader, pkg_name)
  244. File "/usr/lib/python2.7/runpy.py", line 72, in _run_code
  245. exec code in run_globals
  246. File "/home/ubuntu/ryan/numenta-apps/htmengine/htmengine/runtime/anomaly_service.py", line 769, in <module>
  247. main(sys.argv[1:])
  248. File "/home/ubuntu/ryan/numenta-apps/htmengine/htmengine/runtime/anomaly_service.py", line 753, in main
  249. AnomalyService().run()
  250. File "/home/ubuntu/ryan/numenta-apps/htmengine/htmengine/runtime/anomaly_service.py", line 658, in run
  251. for batch in consumer:
  252. File "/home/ubuntu/ryan/numenta-apps/htmengine/htmengine/model_swapper/model_swapper_interface.py", line 1173, in __iter__
  253. yield self._decode(msg)
  254. File "/home/ubuntu/ryan/numenta-apps/htmengine/htmengine/model_swapper/model_swapper_interface.py", line 1087, in decodeMessage
  255. return cls(modelID=r.modelID, objects=BatchPackager.unmarshal(r.batchState),
  256. File "/home/ubuntu/ryan/numenta-apps/htmengine/htmengine/model_swapper/model_swapper_interface.py", line 481, in unmarshal
  257. for itemState in json.loads(batchState))
  258. File "/home/ubuntu/ryan/numenta-apps/htmengine/htmengine/model_swapper/model_swapper_interface.py", line 481, in <genexpr>
  259. for itemState in json.loads(batchState))
  260. File "/home/ubuntu/ryan/numenta-apps/htmengine/htmengine/model_swapper/model_swapper_interface.py", line 150, in __createFromState__
  261. obj.__setstate__(clientState)
  262. File "/home/ubuntu/ryan/numenta-apps/htmengine/htmengine/model_swapper/model_swapper_interface.py", line 167, in __setstate__
  263. assert len(state) == 1 + len(attributes), repr([len(state), state])
  264. AssertionError: [5, [u'iR', 70, 0, 0.125, None]]
  265. 2016-08-01 08:34:09,995 - htmengine.anomaly(14454) - INFO - VER=0.0.0, SERVICE=ANOMALY {TAG:ANOM.START} argv=['/home/ubuntu/ryan/numenta-apps/htmengine/htmengine/runtime/anomaly_service.py']
  266. 2016-08-01 08:34:10,006 - nta.utils.amqp.synchronous_amqp_client(14454) - INFO - Created consumer=Consumer(tag='channel-1-1', queue='selfnet.mswapper.results'); queue='selfnet.mswapper.results', noLocal=False, noAck=False, exclusive=False
  267. 2016-08-01 08:34:10,008 - htmengine.anomaly(14454) - ERROR - VER=0.0.0 Error in Anomaly Service run()
  268. Traceback (most recent call last):
  269. File "/home/ubuntu/ryan/numenta-apps/htmengine/htmengine/runtime/anomaly_service.py", line 753, in main
  270. AnomalyService().run()
  271. File "/home/ubuntu/ryan/numenta-apps/htmengine/htmengine/runtime/anomaly_service.py", line 658, in run
  272. for batch in consumer:
  273. File "/home/ubuntu/ryan/numenta-apps/htmengine/htmengine/model_swapper/model_swapper_interface.py", line 1173, in __iter__
  274. yield self._decode(msg)
  275. File "/home/ubuntu/ryan/numenta-apps/htmengine/htmengine/model_swapper/model_swapper_interface.py", line 1087, in decodeMessage
  276. return cls(modelID=r.modelID, objects=BatchPackager.unmarshal(r.batchState),
  277. File "/home/ubuntu/ryan/numenta-apps/htmengine/htmengine/model_swapper/model_swapper_interface.py", line 481, in unmarshal
  278. for itemState in json.loads(batchState))
  279. File "/home/ubuntu/ryan/numenta-apps/htmengine/htmengine/model_swapper/model_swapper_interface.py", line 481, in <genexpr>
  280. for itemState in json.loads(batchState))
  281. File "/home/ubuntu/ryan/numenta-apps/htmengine/htmengine/model_swapper/model_swapper_interface.py", line 150, in __createFromState__
  282. obj.__setstate__(clientState)
  283. File "/home/ubuntu/ryan/numenta-apps/htmengine/htmengine/model_swapper/model_swapper_interface.py", line 167, in __setstate__
  284. assert len(state) == 1 + len(attributes), repr([len(state), state])
  285. AssertionError: [5, [u'iR', 70, 0, 0.125, None]]
  286. 2016-08-01 08:34:10,009 - htmengine.anomaly(14454) - ERROR - VER=0.0.0 {TAG:ANOM.STOP.ABORT}
  287. Traceback (most recent call last):
  288. File "/home/ubuntu/ryan/numenta-apps/htmengine/htmengine/runtime/anomaly_service.py", line 769, in <module>
  289. main(sys.argv[1:])
  290. File "/home/ubuntu/ryan/numenta-apps/htmengine/htmengine/runtime/anomaly_service.py", line 753, in main
  291. AnomalyService().run()
  292. File "/home/ubuntu/ryan/numenta-apps/htmengine/htmengine/runtime/anomaly_service.py", line 658, in run
  293. for batch in consumer:
  294. File "/home/ubuntu/ryan/numenta-apps/htmengine/htmengine/model_swapper/model_swapper_interface.py", line 1173, in __iter__
  295. yield self._decode(msg)
  296. File "/home/ubuntu/ryan/numenta-apps/htmengine/htmengine/model_swapper/model_swapper_interface.py", line 1087, in decodeMessage
  297. return cls(modelID=r.modelID, objects=BatchPackager.unmarshal(r.batchState),
  298. File "/home/ubuntu/ryan/numenta-apps/htmengine/htmengine/model_swapper/model_swapper_interface.py", line 481, in unmarshal
  299. for itemState in json.loads(batchState))
  300. File "/home/ubuntu/ryan/numenta-apps/htmengine/htmengine/model_swapper/model_swapper_interface.py", line 481, in <genexpr>
  301. for itemState in json.loads(batchState))
  302. File "/home/ubuntu/ryan/numenta-apps/htmengine/htmengine/model_swapper/model_swapper_interface.py", line 150, in __createFromState__
  303. obj.__setstate__(clientState)
  304. File "/home/ubuntu/ryan/numenta-apps/htmengine/htmengine/model_swapper/model_swapper_interface.py", line 167, in __setstate__
  305. assert len(state) == 1 + len(attributes), repr([len(state), state])
  306. AssertionError: [5, [u'iR', 70, 0, 0.125, None]]
  307. Traceback (most recent call last):
  308. File "/usr/lib/python2.7/runpy.py", line 162, in _run_module_as_main
  309. "__main__", fname, loader, pkg_name)
  310. File "/usr/lib/python2.7/runpy.py", line 72, in _run_code
  311. exec code in run_globals
  312. File "/home/ubuntu/ryan/numenta-apps/htmengine/htmengine/runtime/anomaly_service.py", line 769, in <module>
  313. main(sys.argv[1:])
  314. File "/home/ubuntu/ryan/numenta-apps/htmengine/htmengine/runtime/anomaly_service.py", line 753, in main
  315. AnomalyService().run()
  316. File "/home/ubuntu/ryan/numenta-apps/htmengine/htmengine/runtime/anomaly_service.py", line 658, in run
  317. for batch in consumer:
  318. File "/home/ubuntu/ryan/numenta-apps/htmengine/htmengine/model_swapper/model_swapper_interface.py", line 1173, in __iter__
  319. yield self._decode(msg)
  320. File "/home/ubuntu/ryan/numenta-apps/htmengine/htmengine/model_swapper/model_swapper_interface.py", line 1087, in decodeMessage
  321. return cls(modelID=r.modelID, objects=BatchPackager.unmarshal(r.batchState),
  322. File "/home/ubuntu/ryan/numenta-apps/htmengine/htmengine/model_swapper/model_swapper_interface.py", line 481, in unmarshal
  323. for itemState in json.loads(batchState))
  324. File "/home/ubuntu/ryan/numenta-apps/htmengine/htmengine/model_swapper/model_swapper_interface.py", line 481, in <genexpr>
  325. for itemState in json.loads(batchState))
  326. File "/home/ubuntu/ryan/numenta-apps/htmengine/htmengine/model_swapper/model_swapper_interface.py", line 150, in __createFromState__
  327. obj.__setstate__(clientState)
  328. File "/home/ubuntu/ryan/numenta-apps/htmengine/htmengine/model_swapper/model_swapper_interface.py", line 167, in __setstate__
  329. assert len(state) == 1 + len(attributes), repr([len(state), state])
  330. AssertionError: [5, [u'iR', 70, 0, 0.125, None]]
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement