Advertisement
Samcfuchs

GRIP error log

Feb 11th, 2016
123
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 44.67 KB | None | 0 0
  1. Loading Dependency Injection Framework
  2. Jan 16, 2016 9:05:53 PM java.util.logging.LogManager$RootLogger log
  3. CONFIG: Configuration done.
  4. Jan 16, 2016 9:05:53 PM java.util.logging.LogManager$RootLogger log
  5. CONFIG: GRIP Version: 1.1.1
  6. platform: /Linux/arm/
  7. Jan 16, 2016 9:05:58 PM edu.wpi.grip.core.Main start
  8. INFO: Loading file /home/lvuser/project.grip
  9. VIDEOIO ERROR: V4L: index 1 is not correct!
  10. Jan 16, 2016 9:06:01 PM edu.wpi.grip.core.Source initializeSafely
  11. WARNING: Failed to initialize CameraSource
  12. java.io.IOException: A problem occurred trying to start the frame grabber for Webcam 1
  13. at edu.wpi.grip.core.sources.CameraSource.start(CameraSource.java:191)
  14. at edu.wpi.grip.core.sources.CameraSource.initialize(CameraSource.java:174)
  15. at edu.wpi.grip.core.Source.initializeSafely(Source.java:98)
  16. at edu.wpi.grip.core.serialization.SourceConverter.unmarshal(SourceConverter.java:60)
  17. at com.thoughtworks.xstream.core.TreeUnmarshaller.convert(TreeUnmarshaller.java:72)
  18. at com.thoughtworks.xstream.core.TreeUnmarshaller.convertAnother(TreeUnmarshaller.java:66)
  19. at com.thoughtworks.xstream.core.TreeUnmarshaller.convertAnother(TreeUnmarshaller.java:50)
  20. at com.thoughtworks.xstream.converters.collections.AbstractCollectionConverter.readItem(AbstractCollectionConverter.java:71)
  21. at com.thoughtworks.xstream.converters.collections.CollectionConverter.addCurrentElementToCollection(CollectionConverter.java:98)
  22. at com.thoughtworks.xstream.converters.collections.CollectionConverter.populateCollection(CollectionConverter.java:91)
  23. at com.thoughtworks.xstream.converters.collections.CollectionConverter.populateCollection(CollectionConverter.java:85)
  24. at com.thoughtworks.xstream.converters.collections.CollectionConverter.unmarshal(CollectionConverter.java:80)
  25. at com.thoughtworks.xstream.core.TreeUnmarshaller.convert(TreeUnmarshaller.java:72)
  26. at com.thoughtworks.xstream.core.TreeUnmarshaller.convertAnother(TreeUnmarshaller.java:66)
  27. at com.thoughtworks.xstream.converters.reflection.AbstractReflectionConverter.unmarshallField(AbstractReflectionConverter.java:480)
  28. at com.thoughtworks.xstream.converters.reflection.AbstractReflectionConverter.doUnmarshal(AbstractReflectionConverter.java:412)
  29. at com.thoughtworks.xstream.converters.reflection.AbstractReflectionConverter.unmarshal(AbstractReflectionConverter.java:263)
  30. at com.thoughtworks.xstream.core.TreeUnmarshaller.convert(TreeUnmarshaller.java:72)
  31. at com.thoughtworks.xstream.core.TreeUnmarshaller.convertAnother(TreeUnmarshaller.java:66)
  32. at com.thoughtworks.xstream.core.TreeUnmarshaller.convertAnother(TreeUnmarshaller.java:50)
  33. at com.thoughtworks.xstream.core.TreeUnmarshaller.start(TreeUnmarshaller.java:134)
  34. at com.thoughtworks.xstream.core.AbstractTreeMarshallingStrategy.unmarshal(AbstractTreeMarshallingStrategy.java:32)
  35. at com.thoughtworks.xstream.XStream.unmarshal(XStream.java:1206)
  36. at com.thoughtworks.xstream.XStream.unmarshal(XStream.java:1190)
  37. at com.thoughtworks.xstream.XStream.fromXML(XStream.java:1061)
  38. at edu.wpi.grip.core.serialization.Project.open(Project.java:68)
  39. at edu.wpi.grip.core.serialization.Project.open(Project.java:62)
  40. at edu.wpi.grip.core.Main.start(Main.java:59)
  41. at edu.wpi.grip.core.Main.main(Main.java:41)
  42. Caused by: org.bytedeco.javacv.FrameGrabber$Exception: cvCreateCameraCapture() Error: Could not create camera capture.
  43. at org.bytedeco.javacv.OpenCVFrameGrabber.start(OpenCVFrameGrabber.java:179)
  44. at org.bytedeco.javacv.FrameGrabber.restart(FrameGrabber.java:430)
  45. at edu.wpi.grip.core.sources.CameraSource.start(CameraSource.java:189)
  46. ... 28 more
  47.  
  48. Jan 16, 2016 9:06:01 PM edu.wpi.grip.core.Main onExceptionEvent
  49. SEVERE: Failed to initialize CameraSource
  50. java.io.IOException: A problem occurred trying to start the frame grabber for Webcam 1
  51. at edu.wpi.grip.core.sources.CameraSource.start(CameraSource.java:191)
  52. at edu.wpi.grip.core.sources.CameraSource.initialize(CameraSource.java:174)
  53. at edu.wpi.grip.core.Source.initializeSafely(Source.java:98)
  54. at edu.wpi.grip.core.serialization.SourceConverter.unmarshal(SourceConverter.java:60)
  55. at com.thoughtworks.xstream.core.TreeUnmarshaller.convert(TreeUnmarshaller.java:72)
  56. at com.thoughtworks.xstream.core.TreeUnmarshaller.convertAnother(TreeUnmarshaller.java:66)
  57. at com.thoughtworks.xstream.core.TreeUnmarshaller.convertAnother(TreeUnmarshaller.java:50)
  58. at com.thoughtworks.xstream.converters.collections.AbstractCollectionConverter.readItem(AbstractCollectionConverter.java:71)
  59. at com.thoughtworks.xstream.converters.collections.CollectionConverter.addCurrentElementToCollection(CollectionConverter.java:98)
  60. at com.thoughtworks.xstream.converters.collections.CollectionConverter.populateCollection(CollectionConverter.java:91)
  61. at com.thoughtworks.xstream.converters.collections.CollectionConverter.populateCollection(CollectionConverter.java:85)
  62. at com.thoughtworks.xstream.converters.collections.CollectionConverter.unmarshal(CollectionConverter.java:80)
  63. at com.thoughtworks.xstream.core.TreeUnmarshaller.convert(TreeUnmarshaller.java:72)
  64. at com.thoughtworks.xstream.core.TreeUnmarshaller.convertAnother(TreeUnmarshaller.java:66)
  65. at com.thoughtworks.xstream.converters.reflection.AbstractReflectionConverter.unmarshallField(AbstractReflectionConverter.java:480)
  66. at com.thoughtworks.xstream.converters.reflection.AbstractReflectionConverter.doUnmarshal(AbstractReflectionConverter.java:412)
  67. at com.thoughtworks.xstream.converters.reflection.AbstractReflectionConverter.unmarshal(AbstractReflectionConverter.java:263)
  68. at com.thoughtworks.xstream.core.TreeUnmarshaller.convert(TreeUnmarshaller.java:72)
  69. at com.thoughtworks.xstream.core.TreeUnmarshaller.convertAnother(TreeUnmarshaller.java:66)
  70. at com.thoughtworks.xstream.core.TreeUnmarshaller.convertAnother(TreeUnmarshaller.java:50)
  71. at com.thoughtworks.xstream.core.TreeUnmarshaller.start(TreeUnmarshaller.java:134)
  72. at com.thoughtworks.xstream.core.AbstractTreeMarshallingStrategy.unmarshal(AbstractTreeMarshallingStrategy.java:32)
  73. at com.thoughtworks.xstream.XStream.unmarshal(XStream.java:1206)
  74. at com.thoughtworks.xstream.XStream.unmarshal(XStream.java:1190)
  75. at com.thoughtworks.xstream.XStream.fromXML(XStream.java:1061)
  76. at edu.wpi.grip.core.serialization.Project.open(Project.java:68)
  77. at edu.wpi.grip.core.serialization.Project.open(Project.java:62)
  78. at edu.wpi.grip.core.Main.start(Main.java:59)
  79. at edu.wpi.grip.core.Main.main(Main.java:41)
  80. Caused by: org.bytedeco.javacv.FrameGrabber$Exception: cvCreateCameraCapture() Error: Could not create camera capture.
  81. at org.bytedeco.javacv.OpenCVFrameGrabber.start(OpenCVFrameGrabber.java:179)
  82. at org.bytedeco.javacv.FrameGrabber.restart(FrameGrabber.java:430)
  83. at edu.wpi.grip.core.sources.CameraSource.start(CameraSource.java:189)
  84. ... 28 more
  85.  
  86. Jan 16, 2016 9:06:01 PM edu.wpi.grip.core.Main onExceptionEvent
  87. SEVERE: src must have a value to run this step.
  88. Jan 16, 2016 9:06:01 PM edu.wpi.grip.core.Main onExceptionEvent
  89. SEVERE: src must have a value to run this step.
  90. Jan 16, 2016 9:06:01 PM edu.wpi.grip.core.Main onExceptionEvent
  91. SEVERE: src must have a value to run this step.
  92. Jan 16, 2016 9:06:01 PM edu.wpi.grip.core.Main onExceptionEvent
  93. SEVERE: src must have a value to run this step.
  94. Jan 16, 2016 9:06:01 PM edu.wpi.grip.core.Main onExceptionEvent
  95. SEVERE: Input must have a value to run this step.
  96. Jan 16, 2016 9:06:01 PM edu.wpi.grip.core.Main onExceptionEvent
  97. SEVERE: Input must have a value to run this step.
  98. Jan 16, 2016 9:06:01 PM edu.wpi.grip.core.Main onExceptionEvent
  99. SEVERE: Input must have a value to run this step.
  100. Jan 16, 2016 9:06:01 PM edu.wpi.grip.core.Main onExceptionEvent
  101. SEVERE: Input must have a value to run this step.
  102. Jan 16, 2016 9:06:01 PM edu.wpi.grip.core.Main onExceptionEvent
  103. SEVERE: Input must have a value to run this step.
  104. Jan 16, 2016 9:06:01 PM edu.wpi.grip.core.Main onExceptionEvent
  105. SEVERE: Input must have a value to run this step.
  106. Jan 16, 2016 9:06:01 PM edu.wpi.grip.core.Main onExceptionEvent
  107. SEVERE: Input must have a value to run this step.
  108. Jan 16, 2016 9:06:01 PM edu.wpi.grip.core.Main onExceptionEvent
  109. SEVERE: src must have a value to run this step.
  110. Jan 16, 2016 9:06:01 PM edu.wpi.grip.core.Main onExceptionEvent
  111. SEVERE: src must have a value to run this step.
  112. Jan 16, 2016 9:06:01 PM edu.wpi.grip.core.Main onExceptionEvent
  113. SEVERE: src must have a value to run this step.
  114. Jan 16, 2016 9:06:01 PM edu.wpi.grip.core.Main onExceptionEvent
  115. SEVERE: Input must have a value to run this step.
  116. Jan 16, 2016 9:06:01 PM edu.wpi.grip.core.Main onExceptionEvent
  117. SEVERE: Input must have a value to run this step.
  118. Jan 16, 2016 9:06:02 PM edu.wpi.grip.core.Main onExceptionClearedEvent
  119. INFO: Exception Cleared Event
  120. Jan 16, 2016 9:06:02 PM edu.wpi.grip.core.Main onExceptionClearedEvent
  121. INFO: Exception Cleared Event
  122. Jan 16, 2016 9:06:02 PM edu.wpi.grip.core.Step runPerformIfPossible
  123. WARNING: The HSL Threshold operation did not perform correctly.
  124. java.lang.IllegalArgumentException: HSL Threshold needs a 3-channel input
  125. at edu.wpi.grip.core.operations.composite.HSLThresholdOperation.perform(HSLThresholdOperation.java:68)
  126. at edu.wpi.grip.core.Step.runPerformIfPossible(Step.java:137)
  127. at edu.wpi.grip.core.Step.onInputSocketChanged(Step.java:156)
  128. at sun.reflect.GeneratedMethodAccessor2.invoke(Unknown Source)
  129. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  130. at java.lang.reflect.Method.invoke(Method.java:483)
  131. at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74)
  132. at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47)
  133. at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322)
  134. at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304)
  135. at com.google.common.eventbus.EventBus.post(EventBus.java:275)
  136. at edu.wpi.grip.core.serialization.ConnectionConverter.unmarshal(ConnectionConverter.java:58)
  137. at com.thoughtworks.xstream.core.TreeUnmarshaller.convert(TreeUnmarshaller.java:72)
  138. at com.thoughtworks.xstream.core.TreeUnmarshaller.convertAnother(TreeUnmarshaller.java:66)
  139. at com.thoughtworks.xstream.core.TreeUnmarshaller.convertAnother(TreeUnmarshaller.java:50)
  140. at com.thoughtworks.xstream.converters.collections.AbstractCollectionConverter.readItem(AbstractCollectionConverter.java:71)
  141. at com.thoughtworks.xstream.converters.collections.CollectionConverter.addCurrentElementToCollection(CollectionConverter.java:98)
  142. at com.thoughtworks.xstream.converters.collections.CollectionConverter.populateCollection(CollectionConverter.java:91)
  143. at com.thoughtworks.xstream.converters.collections.CollectionConverter.populateCollection(CollectionConverter.java:85)
  144. at com.thoughtworks.xstream.converters.collections.CollectionConverter.unmarshal(CollectionConverter.java:80)
  145. at com.thoughtworks.xstream.core.TreeUnmarshaller.convert(TreeUnmarshaller.java:72)
  146. at com.thoughtworks.xstream.core.TreeUnmarshaller.convertAnother(TreeUnmarshaller.java:66)
  147. at com.thoughtworks.xstream.converters.reflection.AbstractReflectionConverter.unmarshallField(AbstractReflectionConverter.java:480)
  148. at com.thoughtworks.xstream.converters.reflection.AbstractReflectionConverter.doUnmarshal(AbstractReflectionConverter.java:412)
  149. at com.thoughtworks.xstream.converters.reflection.AbstractReflectionConverter.unmarshal(AbstractReflectionConverter.java:263)
  150. at com.thoughtworks.xstream.core.TreeUnmarshaller.convert(TreeUnmarshaller.java:72)
  151. at com.thoughtworks.xstream.core.TreeUnmarshaller.convertAnother(TreeUnmarshaller.java:66)
  152. at com.thoughtworks.xstream.core.TreeUnmarshaller.convertAnother(TreeUnmarshaller.java:50)
  153. at com.thoughtworks.xstream.core.TreeUnmarshaller.start(TreeUnmarshaller.java:134)
  154. at com.thoughtworks.xstream.core.AbstractTreeMarshallingStrategy.unmarshal(AbstractTreeMarshallingStrategy.java:32)
  155. at com.thoughtworks.xstream.XStream.unmarshal(XStream.java:1206)
  156. at com.thoughtworks.xstream.XStream.unmarshal(XStream.java:1190)
  157. at com.thoughtworks.xstream.XStream.fromXML(XStream.java:1061)
  158. at edu.wpi.grip.core.serialization.Project.open(Project.java:68)
  159. at edu.wpi.grip.core.serialization.Project.open(Project.java:62)
  160. at edu.wpi.grip.core.Main.start(Main.java:59)
  161. at edu.wpi.grip.core.Main.main(Main.java:41)
  162.  
  163. Jan 16, 2016 9:06:02 PM edu.wpi.grip.core.Main onExceptionEvent
  164. SEVERE: The HSL Threshold operation did not perform correctly.
  165. java.lang.IllegalArgumentException: HSL Threshold needs a 3-channel input
  166. at edu.wpi.grip.core.operations.composite.HSLThresholdOperation.perform(HSLThresholdOperation.java:68)
  167. at edu.wpi.grip.core.Step.runPerformIfPossible(Step.java:137)
  168. at edu.wpi.grip.core.Step.onInputSocketChanged(Step.java:156)
  169. at sun.reflect.GeneratedMethodAccessor2.invoke(Unknown Source)
  170. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  171. at java.lang.reflect.Method.invoke(Method.java:483)
  172. at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74)
  173. at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47)
  174. at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322)
  175. at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304)
  176. at com.google.common.eventbus.EventBus.post(EventBus.java:275)
  177. at edu.wpi.grip.core.serialization.ConnectionConverter.unmarshal(ConnectionConverter.java:58)
  178. at com.thoughtworks.xstream.core.TreeUnmarshaller.convert(TreeUnmarshaller.java:72)
  179. at com.thoughtworks.xstream.core.TreeUnmarshaller.convertAnother(TreeUnmarshaller.java:66)
  180. at com.thoughtworks.xstream.core.TreeUnmarshaller.convertAnother(TreeUnmarshaller.java:50)
  181. at com.thoughtworks.xstream.converters.collections.AbstractCollectionConverter.readItem(AbstractCollectionConverter.java:71)
  182. at com.thoughtworks.xstream.converters.collections.CollectionConverter.addCurrentElementToCollection(CollectionConverter.java:98)
  183. at com.thoughtworks.xstream.converters.collections.CollectionConverter.populateCollection(CollectionConverter.java:91)
  184. at com.thoughtworks.xstream.converters.collections.CollectionConverter.populateCollection(CollectionConverter.java:85)
  185. at com.thoughtworks.xstream.converters.collections.CollectionConverter.unmarshal(CollectionConverter.java:80)
  186. at com.thoughtworks.xstream.core.TreeUnmarshaller.convert(TreeUnmarshaller.java:72)
  187. at com.thoughtworks.xstream.core.TreeUnmarshaller.convertAnother(TreeUnmarshaller.java:66)
  188. at com.thoughtworks.xstream.converters.reflection.AbstractReflectionConverter.unmarshallField(AbstractReflectionConverter.java:480)
  189. at com.thoughtworks.xstream.converters.reflection.AbstractReflectionConverter.doUnmarshal(AbstractReflectionConverter.java:412)
  190. at com.thoughtworks.xstream.converters.reflection.AbstractReflectionConverter.unmarshal(AbstractReflectionConverter.java:263)
  191. at com.thoughtworks.xstream.core.TreeUnmarshaller.convert(TreeUnmarshaller.java:72)
  192. at com.thoughtworks.xstream.core.TreeUnmarshaller.convertAnother(TreeUnmarshaller.java:66)
  193. at com.thoughtworks.xstream.core.TreeUnmarshaller.convertAnother(TreeUnmarshaller.java:50)
  194. at com.thoughtworks.xstream.core.TreeUnmarshaller.start(TreeUnmarshaller.java:134)
  195. at com.thoughtworks.xstream.core.AbstractTreeMarshallingStrategy.unmarshal(AbstractTreeMarshallingStrategy.java:32)
  196. at com.thoughtworks.xstream.XStream.unmarshal(XStream.java:1206)
  197. at com.thoughtworks.xstream.XStream.unmarshal(XStream.java:1190)
  198. at com.thoughtworks.xstream.XStream.fromXML(XStream.java:1061)
  199. at edu.wpi.grip.core.serialization.Project.open(Project.java:68)
  200. at edu.wpi.grip.core.serialization.Project.open(Project.java:62)
  201. at edu.wpi.grip.core.Main.start(Main.java:59)
  202. at edu.wpi.grip.core.Main.main(Main.java:41)
  203.  
  204. OpenCV Error: Assertion failed (m.dims >= 2) in Mat, file /home/javacpp-presets/opencv/cppbuild/linux-frc/opencv-3.0.0/modules/core/src/matrix.cpp, line 441
  205. Jan 16, 2016 9:06:02 PM edu.wpi.grip.core.Step runPerformIfPossible
  206. WARNING: The CV dilate operation did not perform correctly.
  207. java.lang.RuntimeException: /home/javacpp-presets/opencv/cppbuild/linux-frc/opencv-3.0.0/modules/core/src/matrix.cpp:441: error: (-215) m.dims >= 2 in function Mat
  208.  
  209. at org.bytedeco.javacpp.opencv_imgproc.dilate(Native Method)
  210. at edu.wpi.grip.generated.opencv_imgproc.Dilate.perform(Dilate.java:63)
  211. at edu.wpi.grip.core.Operation.perform(Operation.java:61)
  212. at edu.wpi.grip.core.Step.runPerformIfPossible(Step.java:137)
  213. at edu.wpi.grip.core.Step.onInputSocketChanged(Step.java:156)
  214. at sun.reflect.GeneratedMethodAccessor2.invoke(Unknown Source)
  215. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  216. at java.lang.reflect.Method.invoke(Method.java:483)
  217. at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74)
  218. at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47)
  219. at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322)
  220. at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304)
  221. at com.google.common.eventbus.EventBus.post(EventBus.java:275)
  222. at edu.wpi.grip.core.serialization.ConnectionConverter.unmarshal(ConnectionConverter.java:58)
  223. at com.thoughtworks.xstream.core.TreeUnmarshaller.convert(TreeUnmarshaller.java:72)
  224. at com.thoughtworks.xstream.core.TreeUnmarshaller.convertAnother(TreeUnmarshaller.java:66)
  225. at com.thoughtworks.xstream.core.TreeUnmarshaller.convertAnother(TreeUnmarshaller.java:50)
  226. at com.thoughtworks.xstream.converters.collections.AbstractCollectionConverter.readItem(AbstractCollectionConverter.java:71)
  227. at com.thoughtworks.xstream.converters.collections.CollectionConverter.addCurrentElementToCollection(CollectionConverter.java:98)
  228. at com.thoughtworks.xstream.converters.collections.CollectionConverter.populateCollection(CollectionConverter.java:91)
  229. at com.thoughtworks.xstream.converters.collections.CollectionConverter.populateCollection(CollectionConverter.java:85)
  230. at com.thoughtworks.xstream.converters.collections.CollectionConverter.unmarshal(CollectionConverter.java:80)
  231. at com.thoughtworks.xstream.core.TreeUnmarshaller.convert(TreeUnmarshaller.java:72)
  232. at com.thoughtworks.xstream.core.TreeUnmarshaller.convertAnother(TreeUnmarshaller.java:66)
  233. at com.thoughtworks.xstream.converters.reflection.AbstractReflectionConverter.unmarshallField(AbstractReflectionConverter.java:480)
  234. at com.thoughtworks.xstream.converters.reflection.AbstractReflectionConverter.doUnmarshal(AbstractReflectionConverter.java:412)
  235. at com.thoughtworks.xstream.converters.reflection.AbstractReflectionConverter.unmarshal(AbstractReflectionConverter.java:263)
  236. at com.thoughtworks.xstream.core.TreeUnmarshaller.convert(TreeUnmarshaller.java:72)
  237. at com.thoughtworks.xstream.core.TreeUnmarshaller.convertAnother(TreeUnmarshaller.java:66)
  238. at com.thoughtworks.xstream.core.TreeUnmarshaller.convertAnother(TreeUnmarshaller.java:50)
  239. at com.thoughtworks.xstream.core.TreeUnmarshaller.start(TreeUnmarshaller.java:134)
  240. at com.thoughtworks.xstream.core.AbstractTreeMarshallingStrategy.unmarshal(AbstractTreeMarshallingStrategy.java:32)
  241. at com.thoughtworks.xstream.XStream.unmarshal(XStream.java:1206)
  242. at com.thoughtworks.xstream.XStream.unmarshal(XStream.java:1190)
  243. at com.thoughtworks.xstream.XStream.fromXML(XStream.java:1061)
  244. at edu.wpi.grip.core.serialization.Project.open(Project.java:68)
  245. at edu.wpi.grip.core.serialization.Project.open(Project.java:62)
  246. at edu.wpi.grip.core.Main.start(Main.java:59)
  247. at edu.wpi.grip.core.Main.main(Main.java:41)
  248.  
  249. Jan 16, 2016 9:06:02 PM edu.wpi.grip.core.Main onExceptionEvent
  250. SEVERE: The CV dilate operation did not perform correctly.
  251. java.lang.RuntimeException: /home/javacpp-presets/opencv/cppbuild/linux-frc/opencv-3.0.0/modules/core/src/matrix.cpp:441: error: (-215) m.dims >= 2 in function Mat
  252.  
  253. at org.bytedeco.javacpp.opencv_imgproc.dilate(Native Method)
  254. at edu.wpi.grip.generated.opencv_imgproc.Dilate.perform(Dilate.java:63)
  255. at edu.wpi.grip.core.Operation.perform(Operation.java:61)
  256. at edu.wpi.grip.core.Step.runPerformIfPossible(Step.java:137)
  257. at edu.wpi.grip.core.Step.onInputSocketChanged(Step.java:156)
  258. at sun.reflect.GeneratedMethodAccessor2.invoke(Unknown Source)
  259. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  260. at java.lang.reflect.Method.invoke(Method.java:483)
  261. at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74)
  262. at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47)
  263. at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322)
  264. at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304)
  265. at com.google.common.eventbus.EventBus.post(EventBus.java:275)
  266. at edu.wpi.grip.core.serialization.ConnectionConverter.unmarshal(ConnectionConverter.java:58)
  267. at com.thoughtworks.xstream.core.TreeUnmarshaller.convert(TreeUnmarshaller.java:72)
  268. at com.thoughtworks.xstream.core.TreeUnmarshaller.convertAnother(TreeUnmarshaller.java:66)
  269. at com.thoughtworks.xstream.core.TreeUnmarshaller.convertAnother(TreeUnmarshaller.java:50)
  270. at com.thoughtworks.xstream.converters.collections.AbstractCollectionConverter.readItem(AbstractCollectionConverter.java:71)
  271. at com.thoughtworks.xstream.converters.collections.CollectionConverter.addCurrentElementToCollection(CollectionConverter.java:98)
  272. at com.thoughtworks.xstream.converters.collections.CollectionConverter.populateCollection(CollectionConverter.java:91)
  273. at com.thoughtworks.xstream.converters.collections.CollectionConverter.populateCollection(CollectionConverter.java:85)
  274. at com.thoughtworks.xstream.converters.collections.CollectionConverter.unmarshal(CollectionConverter.java:80)
  275. at com.thoughtworks.xstream.core.TreeUnmarshaller.convert(TreeUnmarshaller.java:72)
  276. at com.thoughtworks.xstream.core.TreeUnmarshaller.convertAnother(TreeUnmarshaller.java:66)
  277. at com.thoughtworks.xstream.converters.reflection.AbstractReflectionConverter.unmarshallField(AbstractReflectionConverter.java:480)
  278. at com.thoughtworks.xstream.converters.reflection.AbstractReflectionConverter.doUnmarshal(AbstractReflectionConverter.java:412)
  279. at com.thoughtworks.xstream.converters.reflection.AbstractReflectionConverter.unmarshal(AbstractReflectionConverter.java:263)
  280. at com.thoughtworks.xstream.core.TreeUnmarshaller.convert(TreeUnmarshaller.java:72)
  281. at com.thoughtworks.xstream.core.TreeUnmarshaller.convertAnother(TreeUnmarshaller.java:66)
  282. at com.thoughtworks.xstream.core.TreeUnmarshaller.convertAnother(TreeUnmarshaller.java:50)
  283. at com.thoughtworks.xstream.core.TreeUnmarshaller.start(TreeUnmarshaller.java:134)
  284. at com.thoughtworks.xstream.core.AbstractTreeMarshallingStrategy.unmarshal(AbstractTreeMarshallingStrategy.java:32)
  285. at com.thoughtworks.xstream.XStream.unmarshal(XStream.java:1206)
  286. at com.thoughtworks.xstream.XStream.unmarshal(XStream.java:1190)
  287. at com.thoughtworks.xstream.XStream.fromXML(XStream.java:1061)
  288. at edu.wpi.grip.core.serialization.Project.open(Project.java:68)
  289. at edu.wpi.grip.core.serialization.Project.open(Project.java:62)
  290. at edu.wpi.grip.core.Main.start(Main.java:59)
  291. at edu.wpi.grip.core.Main.main(Main.java:41)
  292.  
  293. OpenCV Error: Assertion failed (ssize.area() > 0) in resize, file /home/javacpp-presets/opencv/cppbuild/linux-frc/opencv-3.0.0/modules/imgproc/src/imgwarp.cpp, line 3208
  294. Jan 16, 2016 9:06:02 PM edu.wpi.grip.core.Step runPerformIfPossible
  295. WARNING: The CV resize operation did not perform correctly.
  296. java.lang.RuntimeException: /home/javacpp-presets/opencv/cppbuild/linux-frc/opencv-3.0.0/modules/imgproc/src/imgwarp.cpp:3208: error: (-215) ssize.area() > 0 in function resize
  297.  
  298. at org.bytedeco.javacpp.opencv_imgproc.resize(Native Method)
  299. at edu.wpi.grip.generated.opencv_imgproc.Resize.perform(Resize.java:58)
  300. at edu.wpi.grip.core.Operation.perform(Operation.java:61)
  301. at edu.wpi.grip.core.Step.runPerformIfPossible(Step.java:137)
  302. at edu.wpi.grip.core.Step.onInputSocketChanged(Step.java:156)
  303. at sun.reflect.GeneratedMethodAccessor2.invoke(Unknown Source)
  304. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  305. at java.lang.reflect.Method.invoke(Method.java:483)
  306. at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74)
  307. at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47)
  308. at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322)
  309. at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304)
  310. at com.google.common.eventbus.EventBus.post(EventBus.java:275)
  311. at edu.wpi.grip.core.serialization.ConnectionConverter.unmarshal(ConnectionConverter.java:58)
  312. at com.thoughtworks.xstream.core.TreeUnmarshaller.convert(TreeUnmarshaller.java:72)
  313. at com.thoughtworks.xstream.core.TreeUnmarshaller.convertAnother(TreeUnmarshaller.java:66)
  314. at com.thoughtworks.xstream.core.TreeUnmarshaller.convertAnother(TreeUnmarshaller.java:50)
  315. at com.thoughtworks.xstream.converters.collections.AbstractCollectionConverter.readItem(AbstractCollectionConverter.java:71)
  316. at com.thoughtworks.xstream.converters.collections.CollectionConverter.addCurrentElementToCollection(CollectionConverter.java:98)
  317. at com.thoughtworks.xstream.converters.collections.CollectionConverter.populateCollection(CollectionConverter.java:91)
  318. at com.thoughtworks.xstream.converters.collections.CollectionConverter.populateCollection(CollectionConverter.java:85)
  319. at com.thoughtworks.xstream.converters.collections.CollectionConverter.unmarshal(CollectionConverter.java:80)
  320. at com.thoughtworks.xstream.core.TreeUnmarshaller.convert(TreeUnmarshaller.java:72)
  321. at com.thoughtworks.xstream.core.TreeUnmarshaller.convertAnother(TreeUnmarshaller.java:66)
  322. at com.thoughtworks.xstream.converters.reflection.AbstractReflectionConverter.unmarshallField(AbstractReflectionConverter.java:480)
  323. at com.thoughtworks.xstream.converters.reflection.AbstractReflectionConverter.doUnmarshal(AbstractReflectionConverter.java:412)
  324. at com.thoughtworks.xstream.converters.reflection.AbstractReflectionConverter.unmarshal(AbstractReflectionConverter.java:263)
  325. at com.thoughtworks.xstream.core.TreeUnmarshaller.convert(TreeUnmarshaller.java:72)
  326. at com.thoughtworks.xstream.core.TreeUnmarshaller.convertAnother(TreeUnmarshaller.java:66)
  327. at com.thoughtworks.xstream.core.TreeUnmarshaller.convertAnother(TreeUnmarshaller.java:50)
  328. at com.thoughtworks.xstream.core.TreeUnmarshaller.start(TreeUnmarshaller.java:134)
  329. at com.thoughtworks.xstream.core.AbstractTreeMarshallingStrategy.unmarshal(AbstractTreeMarshallingStrategy.java:32)
  330. at com.thoughtworks.xstream.XStream.unmarshal(XStream.java:1206)
  331. at com.thoughtworks.xstream.XStream.unmarshal(XStream.java:1190)
  332. at com.thoughtworks.xstream.XStream.fromXML(XStream.java:1061)
  333. at edu.wpi.grip.core.serialization.Project.open(Project.java:68)
  334. at edu.wpi.grip.core.serialization.Project.open(Project.java:62)
  335. at edu.wpi.grip.core.Main.start(Main.java:59)
  336. at edu.wpi.grip.core.Main.main(Main.java:41)
  337.  
  338. Jan 16, 2016 9:06:02 PM edu.wpi.grip.core.Main onExceptionEvent
  339. SEVERE: The CV resize operation did not perform correctly.
  340. java.lang.RuntimeException: /home/javacpp-presets/opencv/cppbuild/linux-frc/opencv-3.0.0/modules/imgproc/src/imgwarp.cpp:3208: error: (-215) ssize.area() > 0 in function resize
  341.  
  342. at org.bytedeco.javacpp.opencv_imgproc.resize(Native Method)
  343. at edu.wpi.grip.generated.opencv_imgproc.Resize.perform(Resize.java:58)
  344. at edu.wpi.grip.core.Operation.perform(Operation.java:61)
  345. at edu.wpi.grip.core.Step.runPerformIfPossible(Step.java:137)
  346. at edu.wpi.grip.core.Step.onInputSocketChanged(Step.java:156)
  347. at sun.reflect.GeneratedMethodAccessor2.invoke(Unknown Source)
  348. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  349. at java.lang.reflect.Method.invoke(Method.java:483)
  350. at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74)
  351. at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47)
  352. at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322)
  353. at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304)
  354. at com.google.common.eventbus.EventBus.post(EventBus.java:275)
  355. at edu.wpi.grip.core.serialization.ConnectionConverter.unmarshal(ConnectionConverter.java:58)
  356. at com.thoughtworks.xstream.core.TreeUnmarshaller.convert(TreeUnmarshaller.java:72)
  357. at com.thoughtworks.xstream.core.TreeUnmarshaller.convertAnother(TreeUnmarshaller.java:66)
  358. at com.thoughtworks.xstream.core.TreeUnmarshaller.convertAnother(TreeUnmarshaller.java:50)
  359. at com.thoughtworks.xstream.converters.collections.AbstractCollectionConverter.readItem(AbstractCollectionConverter.java:71)
  360. at com.thoughtworks.xstream.converters.collections.CollectionConverter.addCurrentElementToCollection(CollectionConverter.java:98)
  361. at com.thoughtworks.xstream.converters.collections.CollectionConverter.populateCollection(CollectionConverter.java:91)
  362. at com.thoughtworks.xstream.converters.collections.CollectionConverter.populateCollection(CollectionConverter.java:85)
  363. at com.thoughtworks.xstream.converters.collections.CollectionConverter.unmarshal(CollectionConverter.java:80)
  364. at com.thoughtworks.xstream.core.TreeUnmarshaller.convert(TreeUnmarshaller.java:72)
  365. at com.thoughtworks.xstream.core.TreeUnmarshaller.convertAnother(TreeUnmarshaller.java:66)
  366. at com.thoughtworks.xstream.converters.reflection.AbstractReflectionConverter.unmarshallField(AbstractReflectionConverter.java:480)
  367. at com.thoughtworks.xstream.converters.reflection.AbstractReflectionConverter.doUnmarshal(AbstractReflectionConverter.java:412)
  368. at com.thoughtworks.xstream.converters.reflection.AbstractReflectionConverter.unmarshal(AbstractReflectionConverter.java:263)
  369. at com.thoughtworks.xstream.core.TreeUnmarshaller.convert(TreeUnmarshaller.java:72)
  370. at com.thoughtworks.xstream.core.TreeUnmarshaller.convertAnother(TreeUnmarshaller.java:66)
  371. at com.thoughtworks.xstream.core.TreeUnmarshaller.convertAnother(TreeUnmarshaller.java:50)
  372. at com.thoughtworks.xstream.core.TreeUnmarshaller.start(TreeUnmarshaller.java:134)
  373. at com.thoughtworks.xstream.core.AbstractTreeMarshallingStrategy.unmarshal(AbstractTreeMarshallingStrategy.java:32)
  374. at com.thoughtworks.xstream.XStream.unmarshal(XStream.java:1206)
  375. at com.thoughtworks.xstream.XStream.unmarshal(XStream.java:1190)
  376. at com.thoughtworks.xstream.XStream.fromXML(XStream.java:1061)
  377. at edu.wpi.grip.core.serialization.Project.open(Project.java:68)
  378. at edu.wpi.grip.core.serialization.Project.open(Project.java:62)
  379. at edu.wpi.grip.core.Main.start(Main.java:59)
  380. at edu.wpi.grip.core.Main.main(Main.java:41)
  381.  
  382. Jan 16, 2016 9:06:02 PM edu.wpi.grip.core.Step runPerformIfPossible
  383. WARNING: The HSL Threshold operation did not perform correctly.
  384. java.lang.IllegalArgumentException: HSL Threshold needs a 3-channel input
  385. at edu.wpi.grip.core.operations.composite.HSLThresholdOperation.perform(HSLThresholdOperation.java:68)
  386. at edu.wpi.grip.core.Step.runPerformIfPossible(Step.java:137)
  387. at edu.wpi.grip.core.Step.onInputSocketChanged(Step.java:156)
  388. at sun.reflect.GeneratedMethodAccessor2.invoke(Unknown Source)
  389. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  390. at java.lang.reflect.Method.invoke(Method.java:483)
  391. at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74)
  392. at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47)
  393. at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322)
  394. at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304)
  395. at com.google.common.eventbus.EventBus.post(EventBus.java:275)
  396. at edu.wpi.grip.core.serialization.ConnectionConverter.unmarshal(ConnectionConverter.java:58)
  397. at com.thoughtworks.xstream.core.TreeUnmarshaller.convert(TreeUnmarshaller.java:72)
  398. at com.thoughtworks.xstream.core.TreeUnmarshaller.convertAnother(TreeUnmarshaller.java:66)
  399. at com.thoughtworks.xstream.core.TreeUnmarshaller.convertAnother(TreeUnmarshaller.java:50)
  400. at com.thoughtworks.xstream.converters.collections.AbstractCollectionConverter.readItem(AbstractCollectionConverter.java:71)
  401. at com.thoughtworks.xstream.converters.collections.CollectionConverter.addCurrentElementToCollection(CollectionConverter.java:98)
  402. at com.thoughtworks.xstream.converters.collections.CollectionConverter.populateCollection(CollectionConverter.java:91)
  403. at com.thoughtworks.xstream.converters.collections.CollectionConverter.populateCollection(CollectionConverter.java:85)
  404. at com.thoughtworks.xstream.converters.collections.CollectionConverter.unmarshal(CollectionConverter.java:80)
  405. at com.thoughtworks.xstream.core.TreeUnmarshaller.convert(TreeUnmarshaller.java:72)
  406. at com.thoughtworks.xstream.core.TreeUnmarshaller.convertAnother(TreeUnmarshaller.java:66)
  407. at com.thoughtworks.xstream.converters.reflection.AbstractReflectionConverter.unmarshallField(AbstractReflectionConverter.java:480)
  408. at com.thoughtworks.xstream.converters.reflection.AbstractReflectionConverter.doUnmarshal(AbstractReflectionConverter.java:412)
  409. at com.thoughtworks.xstream.converters.reflection.AbstractReflectionConverter.unmarshal(AbstractReflectionConverter.java:263)
  410. at com.thoughtworks.xstream.core.TreeUnmarshaller.convert(TreeUnmarshaller.java:72)
  411. at com.thoughtworks.xstream.core.TreeUnmarshaller.convertAnother(TreeUnmarshaller.java:66)
  412. at com.thoughtworks.xstream.core.TreeUnmarshaller.convertAnother(TreeUnmarshaller.java:50)
  413. at com.thoughtworks.xstream.core.TreeUnmarshaller.start(TreeUnmarshaller.java:134)
  414. at com.thoughtworks.xstream.core.AbstractTreeMarshallingStrategy.unmarshal(AbstractTreeMarshallingStrategy.java:32)
  415. at com.thoughtworks.xstream.XStream.unmarshal(XStream.java:1206)
  416. at com.thoughtworks.xstream.XStream.unmarshal(XStream.java:1190)
  417. at com.thoughtworks.xstream.XStream.fromXML(XStream.java:1061)
  418. at edu.wpi.grip.core.serialization.Project.open(Project.java:68)
  419. at edu.wpi.grip.core.serialization.Project.open(Project.java:62)
  420. at edu.wpi.grip.core.Main.start(Main.java:59)
  421. at edu.wpi.grip.core.Main.main(Main.java:41)
  422.  
  423. Jan 16, 2016 9:06:02 PM edu.wpi.grip.core.Main onExceptionEvent
  424. SEVERE: The HSL Threshold operation did not perform correctly.
  425. java.lang.IllegalArgumentException: HSL Threshold needs a 3-channel input
  426. at edu.wpi.grip.core.operations.composite.HSLThresholdOperation.perform(HSLThresholdOperation.java:68)
  427. at edu.wpi.grip.core.Step.runPerformIfPossible(Step.java:137)
  428. at edu.wpi.grip.core.Step.onInputSocketChanged(Step.java:156)
  429. at sun.reflect.GeneratedMethodAccessor2.invoke(Unknown Source)
  430. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  431. at java.lang.reflect.Method.invoke(Method.java:483)
  432. at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74)
  433. at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47)
  434. at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322)
  435. at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304)
  436. at com.google.common.eventbus.EventBus.post(EventBus.java:275)
  437. at edu.wpi.grip.core.serialization.ConnectionConverter.unmarshal(ConnectionConverter.java:58)
  438. at com.thoughtworks.xstream.core.TreeUnmarshaller.convert(TreeUnmarshaller.java:72)
  439. at com.thoughtworks.xstream.core.TreeUnmarshaller.convertAnother(TreeUnmarshaller.java:66)
  440. at com.thoughtworks.xstream.core.TreeUnmarshaller.convertAnother(TreeUnmarshaller.java:50)
  441. at com.thoughtworks.xstream.converters.collections.AbstractCollectionConverter.readItem(AbstractCollectionConverter.java:71)
  442. at com.thoughtworks.xstream.converters.collections.CollectionConverter.addCurrentElementToCollection(CollectionConverter.java:98)
  443. at com.thoughtworks.xstream.converters.collections.CollectionConverter.populateCollection(CollectionConverter.java:91)
  444. at com.thoughtworks.xstream.converters.collections.CollectionConverter.populateCollection(CollectionConverter.java:85)
  445. at com.thoughtworks.xstream.converters.collections.CollectionConverter.unmarshal(CollectionConverter.java:80)
  446. at com.thoughtworks.xstream.core.TreeUnmarshaller.convert(TreeUnmarshaller.java:72)
  447. at com.thoughtworks.xstream.core.TreeUnmarshaller.convertAnother(TreeUnmarshaller.java:66)
  448. at com.thoughtworks.xstream.converters.reflection.AbstractReflectionConverter.unmarshallField(AbstractReflectionConverter.java:480)
  449. at com.thoughtworks.xstream.converters.reflection.AbstractReflectionConverter.doUnmarshal(AbstractReflectionConverter.java:412)
  450. at com.thoughtworks.xstream.converters.reflection.AbstractReflectionConverter.unmarshal(AbstractReflectionConverter.java:263)
  451. at com.thoughtworks.xstream.core.TreeUnmarshaller.convert(TreeUnmarshaller.java:72)
  452. at com.thoughtworks.xstream.core.TreeUnmarshaller.convertAnother(TreeUnmarshaller.java:66)
  453. at com.thoughtworks.xstream.core.TreeUnmarshaller.convertAnother(TreeUnmarshaller.java:50)
  454. at com.thoughtworks.xstream.core.TreeUnmarshaller.start(TreeUnmarshaller.java:134)
  455. at com.thoughtworks.xstream.core.AbstractTreeMarshallingStrategy.unmarshal(AbstractTreeMarshallingStrategy.java:32)
  456. at com.thoughtworks.xstream.XStream.unmarshal(XStream.java:1206)
  457. at com.thoughtworks.xstream.XStream.unmarshal(XStream.java:1190)
  458. at com.thoughtworks.xstream.XStream.fromXML(XStream.java:1061)
  459. at edu.wpi.grip.core.serialization.Project.open(Project.java:68)
  460. at edu.wpi.grip.core.serialization.Project.open(Project.java:62)
  461. at edu.wpi.grip.core.Main.start(Main.java:59)
  462. at edu.wpi.grip.core.Main.main(Main.java:41)
  463.  
  464. OpenCV Error: Assertion failed (m.dims >= 2) in Mat, file /home/javacpp-presets/opencv/cppbuild/linux-frc/opencv-3.0.0/modules/core/src/matrix.cpp, line 441
  465. Jan 16, 2016 9:06:02 PM edu.wpi.grip.core.Step runPerformIfPossible
  466. WARNING: The CV dilate operation did not perform correctly.
  467. java.lang.RuntimeException: /home/javacpp-presets/opencv/cppbuild/linux-frc/opencv-3.0.0/modules/core/src/matrix.cpp:441: error: (-215) m.dims >= 2 in function Mat
  468.  
  469. at org.bytedeco.javacpp.opencv_imgproc.dilate(Native Method)
  470. at edu.wpi.grip.generated.opencv_imgproc.Dilate.perform(Dilate.java:63)
  471. at edu.wpi.grip.core.Operation.perform(Operation.java:61)
  472. at edu.wpi.grip.core.Step.runPerformIfPossible(Step.java:137)
  473. at edu.wpi.grip.core.Step.onInputSocketChanged(Step.java:156)
  474. at sun.reflect.GeneratedMethodAccessor2.invoke(Unknown Source)
  475. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  476. at java.lang.reflect.Method.invoke(Method.java:483)
  477. at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74)
  478. at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47)
  479. at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322)
  480. at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304)
  481. at com.google.common.eventbus.EventBus.post(EventBus.java:275)
  482. at edu.wpi.grip.core.serialization.ConnectionConverter.unmarshal(ConnectionConverter.java:58)
  483. at com.thoughtworks.xstream.core.TreeUnmarshaller.convert(TreeUnmarshaller.java:72)
  484. at com.thoughtworks.xstream.core.TreeUnmarshaller.convertAnother(TreeUnmarshaller.java:66)
  485. at com.thoughtworks.xstream.core.TreeUnmarshaller.convertAnother(TreeUnmarshaller.java:50)
  486. at com.thoughtworks.xstream.converters.collections.AbstractCollectionConverter.readItem(AbstractCollectionConverter.java:71)
  487. at com.thoughtworks.xstream.converters.collections.CollectionConverter.addCurrentElementToCollection(CollectionConverter.java:98)
  488. at com.thoughtworks.xstream.converters.collections.CollectionConverter.populateCollection(CollectionConverter.java:91)
  489. at com.thoughtworks.xstream.converters.collections.CollectionConverter.populateCollection(CollectionConverter.java:85)
  490. at com.thoughtworks.xstream.converters.collections.CollectionConverter.unmarshal(CollectionConverter.java:80)
  491. at com.thoughtworks.xstream.core.TreeUnmarshaller.convert(TreeUnmarshaller.java:72)
  492. at com.thoughtworks.xstream.core.TreeUnmarshaller.convertAnother(TreeUnmarshaller.java:66)
  493. at com.thoughtworks.xstream.converters.reflection.AbstractReflectionConverter.unmarshallField(AbstractReflectionConverter.java:480)
  494. at com.thoughtworks.xstream.converters.reflection.AbstractReflectionConverter.doUnmarshal(AbstractReflectionConverter.java:412)
  495. at com.thoughtworks.xstream.converters.reflection.AbstractReflectionConverter.unmarshal(AbstractReflectionConverter.java:263)
  496. at com.thoughtworks.xstream.core.TreeUnmarshaller.convert(TreeUnmarshaller.java:72)
  497. at com.thoughtworks.xstream.core.TreeUnmarshaller.convertAnother(TreeUnmarshaller.java:66)
  498. at com.thoughtworks.xstream.core.TreeUnmarshaller.convertAnother(TreeUnmarshaller.java:50)
  499. at com.thoughtworks.xstream.core.TreeUnmarshaller.start(TreeUnmarshaller.java:134)
  500. at com.thoughtworks.xstream.core.AbstractTreeMarshallingStrategy.unmarshal(AbstractTreeMarshallingStrategy.java:32)
  501. at com.thoughtworks.xstream.XStream.unmarshal(XStream.java:1206)
  502. at com.thoughtworks.xstream.XStream.unmarshal(XStream.java:1190)
  503. at com.thoughtworks.xstream.XStream.fromXML(XStream.java:1061)
  504. at edu.wpi.grip.core.serialization.Project.open(Project.java:68)
  505. at edu.wpi.grip.core.serialization.Project.open(Project.java:62)
  506. at edu.wpi.grip.core.Main.start(Main.java:59)
  507. at edu.wpi.grip.core.Main.main(Main.java:41)
  508.  
  509. Jan 16, 2016 9:06:02 PM edu.wpi.grip.core.Main onExceptionEvent
  510. SEVERE: The CV dilate operation did not perform correctly.
  511. java.lang.RuntimeException: /home/javacpp-presets/opencv/cppbuild/linux-frc/opencv-3.0.0/modules/core/src/matrix.cpp:441: error: (-215) m.dims >= 2 in function Mat
  512.  
  513. at org.bytedeco.javacpp.opencv_imgproc.dilate(Native Method)
  514. at edu.wpi.grip.generated.opencv_imgproc.Dilate.perform(Dilate.java:63)
  515. at edu.wpi.grip.core.Operation.perform(Operation.java:61)
  516. at edu.wpi.grip.core.Step.runPerformIfPossible(Step.java:137)
  517. at edu.wpi.grip.core.Step.onInputSocketChanged(Step.java:156)
  518. at sun.reflect.GeneratedMethodAccessor2.invoke(Unknown Source)
  519. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  520. at java.lang.reflect.Method.invoke(Method.java:483)
  521. at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74)
  522. at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47)
  523. at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322)
  524. at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304)
  525. at com.google.common.eventbus.EventBus.post(EventBus.java:275)
  526. at edu.wpi.grip.core.serialization.ConnectionConverter.unmarshal(ConnectionConverter.java:58)
  527. at com.thoughtworks.xstream.core.TreeUnmarshaller.convert(TreeUnmarshaller.java:72)
  528. at com.thoughtworks.xstream.core.TreeUnmarshaller.convertAnother(TreeUnmarshaller.java:66)
  529. at com.thoughtworks.xstream.core.TreeUnmarshaller.convertAnother(TreeUnmarshaller.java:50)
  530. at com.thoughtworks.xstream.converters.collections.AbstractCollectionConverter.readItem(AbstractCollectionConverter.java:71)
  531. at com.thoughtworks.xstream.converters.collections.CollectionConverter.addCurrentElementToCollection(CollectionConverter.java:98)
  532. at com.thoughtworks.xstream.converters.collections.CollectionConverter.populateCollection(CollectionConverter.java:91)
  533. at com.thoughtworks.xstream.converters.collections.CollectionConverter.populateCollection(CollectionConverter.java:85)
  534. at com.thoughtworks.xstream.converters.collections.CollectionConverter.unmarshal(CollectionConverter.java:80)
  535. at com.thoughtworks.xstream.core.TreeUnmarshaller.convert(TreeUnmarshaller.java:72)
  536. at com.thoughtworks.xstream.core.TreeUnmarshaller.convertAnother(TreeUnmarshaller.java:66)
  537. at com.thoughtworks.xstream.converters.reflection.AbstractReflectionConverter.unmarshallField(AbstractReflectionConverter.java:480)
  538. at com.thoughtworks.xstream.converters.reflection.AbstractReflectionConverter.doUnmarshal(AbstractReflectionConverter.java:412)
  539. at com.thoughtworks.xstream.converters.reflection.AbstractReflectionConverter.unmarshal(AbstractReflectionConverter.java:263)
  540. at com.thoughtworks.xstream.core.TreeUnmarshaller.convert(TreeUnmarshaller.java:72)
  541. at com.thoughtworks.xstream.core.TreeUnmarshaller.convertAnother(TreeUnmarshaller.java:66)
  542. at com.thoughtworks.xstream.core.TreeUnmarshaller.convertAnother(TreeUnmarshaller.java:50)
  543. at com.thoughtworks.xstream.core.TreeUnmarshaller.start(TreeUnmarshaller.java:134)
  544. at com.thoughtworks.xstream.core.AbstractTreeMarshallingStrategy.unmarshal(AbstractTreeMarshallingStrategy.java:32)
  545. at com.thoughtworks.xstream.XStream.unmarshal(XStream.java:1206)
  546. at com.thoughtworks.xstream.XStream.unmarshal(XStream.java:1190)
  547. at com.thoughtworks.xstream.XStream.fromXML(XStream.java:1061)
  548. at edu.wpi.grip.core.serialization.Project.open(Project.java:68)
  549. at edu.wpi.grip.core.serialization.Project.open(Project.java:62)
  550. at edu.wpi.grip.core.Main.start(Main.java:59)
  551. at edu.wpi.grip.core.Main.main(Main.java:41)
  552.  
  553. Jan 16, 2016 9:06:02 PM edu.wpi.grip.core.Main start
  554. INFO: SUCCESS! The project is running in headless mode!
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement