Advertisement
Guest User

Untitled

a guest
Jul 6th, 2012
282
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 15.66 KB | None | 0 0
  1. Java Web Start 1.6.0_31
  2. Using JRE version 1.6.0_31-b05 Java HotSpot(TM) Client VM
  3. User home directory = F:
  4. ----------------------------------------------------
  5. c: clear console window
  6. f: finalize objects on finalization queue
  7. g: garbage collect
  8. h: display this help message
  9. m: print memory usage
  10. o: trigger logging
  11. p: reload proxy configuration
  12. q: hide console
  13. r: reload policy configuration
  14. s: dump system and deployment properties
  15. t: dump thread list
  16. v: dump thread stack
  17. 0-5: set trace level to <n>
  18. ----------------------------------------------------
  19. SLF4J: Failed to load class "org.slf4j.impl.StaticLoggerBinder".
  20. SLF4J: Defaulting to no-operation (NOP) logger implementation
  21. SLF4J: See http://www.slf4j.org/codes.html#StaticLoggerBinder for further details.
  22. Exception occurred during event dispatching:
  23. java.lang.ArrayIndexOutOfBoundsException: 7
  24. at javax.swing.plaf.basic.BasicTabbedPaneUI.paintTabArea(Unknown Source)
  25. at javax.swing.plaf.basic.BasicTabbedPaneUI.paint(Unknown Source)
  26. at javax.swing.plaf.ComponentUI.update(Unknown Source)
  27. at javax.swing.JComponent.paintComponent(Unknown Source)
  28. at javax.swing.JComponent.paint(Unknown Source)
  29. at javax.swing.JComponent.paintChildren(Unknown Source)
  30. at javax.swing.JComponent.paint(Unknown Source)
  31. at org.jdesktop.swingx.JXPanel.paint(JXPanel.java:501)
  32. at javax.swing.JComponent.paintToOffscreen(Unknown Source)
  33. at javax.swing.RepaintManager$PaintManager.paintDoubleBuffered(Unknown Source)
  34. at javax.swing.RepaintManager$PaintManager.paint(Unknown Source)
  35. at javax.swing.RepaintManager.paint(Unknown Source)
  36. at javax.swing.JComponent._paintImmediately(Unknown Source)
  37. at javax.swing.JComponent.paintImmediately(Unknown Source)
  38. at javax.swing.RepaintManager.paintDirtyRegions(Unknown Source)
  39. at javax.swing.RepaintManager.paintDirtyRegions(Unknown Source)
  40. at javax.swing.RepaintManager.prePaintDirtyRegions(Unknown Source)
  41. at javax.swing.RepaintManager.access$700(Unknown Source)
  42. at javax.swing.RepaintManager$ProcessingRunnable.run(Unknown Source)
  43. at java.awt.event.InvocationEvent.dispatch(Unknown Source)
  44. at java.awt.EventQueue.dispatchEventImpl(Unknown Source)
  45. at java.awt.EventQueue.access$000(Unknown Source)
  46. at java.awt.EventQueue$1.run(Unknown Source)
  47. at java.awt.EventQueue$1.run(Unknown Source)
  48. at java.security.AccessController.doPrivileged(Native Method)
  49. at java.security.AccessControlContext$1.doIntersectionPrivilege(Unknown Source)
  50. at java.awt.EventQueue.dispatchEvent(Unknown Source)
  51. at java.awt.EventDispatchThread.pumpOneEventForFilters(Unknown Source)
  52. at java.awt.EventDispatchThread.pumpEventsForFilter(Unknown Source)
  53. at java.awt.EventDispatchThread.pumpEventsForFilter(Unknown Source)
  54. at java.awt.Dialog$1.run(Unknown Source)
  55. at java.awt.Dialog$3.run(Unknown Source)
  56. at java.security.AccessController.doPrivileged(Native Method)
  57. at java.awt.Dialog.show(Unknown Source)
  58. at java.awt.Component.show(Unknown Source)
  59. at java.awt.Component.setVisible(Unknown Source)
  60. at java.awt.Window.setVisible(Unknown Source)
  61. at java.awt.Dialog.setVisible(Unknown Source)
  62. at org.javabuilders.swing.handler.event.background.SwingBackgroundProcessingHandler.doInBackground(SwingBackgroundProcessingHandler.java:95)
  63. at org.javabuilders.util.BuilderUtils.invokeCallerEventMethods(BuilderUtils.java:399)
  64. at org.javabuilders.swing.handler.event.CommonActionListenerHandler$2.actionPerformed(CommonActionListenerHandler.java:77)
  65. at javax.swing.AbstractButton.fireActionPerformed(Unknown Source)
  66. at javax.swing.AbstractButton$Handler.actionPerformed(Unknown Source)
  67. at javax.swing.DefaultButtonModel.fireActionPerformed(Unknown Source)
  68. at javax.swing.DefaultButtonModel.setPressed(Unknown Source)
  69. at javax.swing.plaf.basic.BasicButtonListener.mouseReleased(Unknown Source)
  70. at java.awt.AWTEventMulticaster.mouseReleased(Unknown Source)
  71. at java.awt.Component.processMouseEvent(Unknown Source)
  72. at javax.swing.JComponent.processMouseEvent(Unknown Source)
  73. at java.awt.Component.processEvent(Unknown Source)
  74. at java.awt.Container.processEvent(Unknown Source)
  75. at java.awt.Component.dispatchEventImpl(Unknown Source)
  76. at java.awt.Container.dispatchEventImpl(Unknown Source)
  77. at java.awt.Component.dispatchEvent(Unknown Source)
  78. at java.awt.LightweightDispatcher.retargetMouseEvent(Unknown Source)
  79. at java.awt.LightweightDispatcher.processMouseEvent(Unknown Source)
  80. at java.awt.LightweightDispatcher.dispatchEvent(Unknown Source)
  81. at java.awt.Container.dispatchEventImpl(Unknown Source)
  82. at java.awt.Window.dispatchEventImpl(Unknown Source)
  83. at java.awt.Component.dispatchEvent(Unknown Source)
  84. at java.awt.EventQueue.dispatchEventImpl(Unknown Source)
  85. at java.awt.EventQueue.access$000(Unknown Source)
  86. at java.awt.EventQueue$1.run(Unknown Source)
  87. at java.awt.EventQueue$1.run(Unknown Source)
  88. at java.security.AccessController.doPrivileged(Native Method)
  89. at java.security.AccessControlContext$1.doIntersectionPrivilege(Unknown Source)
  90. at java.security.AccessControlContext$1.doIntersectionPrivilege(Unknown Source)
  91. at java.awt.EventQueue$2.run(Unknown Source)
  92. at java.awt.EventQueue$2.run(Unknown Source)
  93. at java.security.AccessController.doPrivileged(Native Method)
  94. at java.security.AccessControlContext$1.doIntersectionPrivilege(Unknown Source)
  95. at java.awt.EventQueue.dispatchEvent(Unknown Source)
  96. at java.awt.EventDispatchThread.pumpOneEventForFilters(Unknown Source)
  97. at java.awt.EventDispatchThread.pumpEventsForFilter(Unknown Source)
  98. at java.awt.EventDispatchThread.pumpEventsForHierarchy(Unknown Source)
  99. at java.awt.EventDispatchThread.pumpEvents(Unknown Source)
  100. at java.awt.EventDispatchThread.pumpEvents(Unknown Source)
  101. at java.awt.EventDispatchThread.run(Unknown Source)
  102. Exception occurred during event dispatching:
  103. java.lang.ArrayIndexOutOfBoundsException: 11
  104. at javax.swing.plaf.basic.BasicTabbedPaneUI.paintTabArea(Unknown Source)
  105. at javax.swing.plaf.basic.BasicTabbedPaneUI.paint(Unknown Source)
  106. at javax.swing.plaf.ComponentUI.update(Unknown Source)
  107. at javax.swing.JComponent.paintComponent(Unknown Source)
  108. at javax.swing.JComponent.paint(Unknown Source)
  109. at javax.swing.JComponent.paintChildren(Unknown Source)
  110. at javax.swing.JComponent.paint(Unknown Source)
  111. at org.jdesktop.swingx.JXPanel.paint(JXPanel.java:501)
  112. at javax.swing.JComponent.paintToOffscreen(Unknown Source)
  113. at javax.swing.RepaintManager$PaintManager.paintDoubleBuffered(Unknown Source)
  114. at javax.swing.RepaintManager$PaintManager.paint(Unknown Source)
  115. at javax.swing.RepaintManager.paint(Unknown Source)
  116. at javax.swing.JComponent._paintImmediately(Unknown Source)
  117. at javax.swing.JComponent.paintImmediately(Unknown Source)
  118. at javax.swing.RepaintManager.paintDirtyRegions(Unknown Source)
  119. at javax.swing.RepaintManager.paintDirtyRegions(Unknown Source)
  120. at javax.swing.RepaintManager.prePaintDirtyRegions(Unknown Source)
  121. at javax.swing.RepaintManager.access$700(Unknown Source)
  122. at javax.swing.RepaintManager$ProcessingRunnable.run(Unknown Source)
  123. at java.awt.event.InvocationEvent.dispatch(Unknown Source)
  124. at java.awt.EventQueue.dispatchEventImpl(Unknown Source)
  125. at java.awt.EventQueue.access$000(Unknown Source)
  126. at java.awt.EventQueue$1.run(Unknown Source)
  127. at java.awt.EventQueue$1.run(Unknown Source)
  128. at java.security.AccessController.doPrivileged(Native Method)
  129. at java.security.AccessControlContext$1.doIntersectionPrivilege(Unknown Source)
  130. at java.awt.EventQueue.dispatchEvent(Unknown Source)
  131. at java.awt.EventDispatchThread.pumpOneEventForFilters(Unknown Source)
  132. at java.awt.EventDispatchThread.pumpEventsForFilter(Unknown Source)
  133. at java.awt.EventDispatchThread.pumpEventsForFilter(Unknown Source)
  134. at java.awt.Dialog$1.run(Unknown Source)
  135. at java.awt.Dialog$3.run(Unknown Source)
  136. at java.security.AccessController.doPrivileged(Native Method)
  137. at java.awt.Dialog.show(Unknown Source)
  138. at java.awt.Component.show(Unknown Source)
  139. at java.awt.Component.setVisible(Unknown Source)
  140. at java.awt.Window.setVisible(Unknown Source)
  141. at java.awt.Dialog.setVisible(Unknown Source)
  142. at org.javabuilders.swing.handler.event.background.SwingBackgroundProcessingHandler.doInBackground(SwingBackgroundProcessingHandler.java:95)
  143. at org.javabuilders.util.BuilderUtils.invokeCallerEventMethods(BuilderUtils.java:399)
  144. at org.javabuilders.swing.handler.event.CommonActionListenerHandler$2.actionPerformed(CommonActionListenerHandler.java:77)
  145. at javax.swing.AbstractButton.fireActionPerformed(Unknown Source)
  146. at javax.swing.AbstractButton$Handler.actionPerformed(Unknown Source)
  147. at javax.swing.DefaultButtonModel.fireActionPerformed(Unknown Source)
  148. at javax.swing.DefaultButtonModel.setPressed(Unknown Source)
  149. at javax.swing.plaf.basic.BasicButtonListener.mouseReleased(Unknown Source)
  150. at java.awt.AWTEventMulticaster.mouseReleased(Unknown Source)
  151. at java.awt.Component.processMouseEvent(Unknown Source)
  152. at javax.swing.JComponent.processMouseEvent(Unknown Source)
  153. at java.awt.Component.processEvent(Unknown Source)
  154. at java.awt.Container.processEvent(Unknown Source)
  155. at java.awt.Component.dispatchEventImpl(Unknown Source)
  156. at java.awt.Container.dispatchEventImpl(Unknown Source)
  157. at java.awt.Component.dispatchEvent(Unknown Source)
  158. at java.awt.LightweightDispatcher.retargetMouseEvent(Unknown Source)
  159. at java.awt.LightweightDispatcher.processMouseEvent(Unknown Source)
  160. at java.awt.LightweightDispatcher.dispatchEvent(Unknown Source)
  161. at java.awt.Container.dispatchEventImpl(Unknown Source)
  162. at java.awt.Window.dispatchEventImpl(Unknown Source)
  163. at java.awt.Component.dispatchEvent(Unknown Source)
  164. at java.awt.EventQueue.dispatchEventImpl(Unknown Source)
  165. at java.awt.EventQueue.access$000(Unknown Source)
  166. at java.awt.EventQueue$1.run(Unknown Source)
  167. at java.awt.EventQueue$1.run(Unknown Source)
  168. at java.security.AccessController.doPrivileged(Native Method)
  169. at java.security.AccessControlContext$1.doIntersectionPrivilege(Unknown Source)
  170. at java.security.AccessControlContext$1.doIntersectionPrivilege(Unknown Source)
  171. at java.awt.EventQueue$2.run(Unknown Source)
  172. at java.awt.EventQueue$2.run(Unknown Source)
  173. at java.security.AccessController.doPrivileged(Native Method)
  174. at java.security.AccessControlContext$1.doIntersectionPrivilege(Unknown Source)
  175. at java.awt.EventQueue.dispatchEvent(Unknown Source)
  176. at java.awt.EventDispatchThread.pumpOneEventForFilters(Unknown Source)
  177. at java.awt.EventDispatchThread.pumpEventsForFilter(Unknown Source)
  178. at java.awt.EventDispatchThread.pumpEventsForHierarchy(Unknown Source)
  179. at java.awt.EventDispatchThread.pumpEvents(Unknown Source)
  180. at java.awt.EventDispatchThread.pumpEvents(Unknown Source)
  181. at java.awt.EventDispatchThread.run(Unknown Source)
  182. Exception in thread "AWT-EventQueue-0" Failed to invoke method: chooseFiles. null
  183. java.lang.reflect.InvocationTargetException: null
  184. at org.javabuilders.util.BuilderUtils.invokeCallerEventMethods(BuilderUtils.java:456)
  185. at org.javabuilders.swing.handler.event.CommonActionListenerHandler$2.actionPerformed(CommonActionListenerHandler.java:77)
  186. at javax.swing.AbstractButton.fireActionPerformed(Unknown Source)
  187. at javax.swing.AbstractButton$Handler.actionPerformed(Unknown Source)
  188. at javax.swing.DefaultButtonModel.fireActionPerformed(Unknown Source)
  189. at javax.swing.DefaultButtonModel.setPressed(Unknown Source)
  190. at javax.swing.plaf.basic.BasicButtonListener.mouseReleased(Unknown Source)
  191. at java.awt.AWTEventMulticaster.mouseReleased(Unknown Source)
  192. at java.awt.Component.processMouseEvent(Unknown Source)
  193. at javax.swing.JComponent.processMouseEvent(Unknown Source)
  194. at java.awt.Component.processEvent(Unknown Source)
  195. at java.awt.Container.processEvent(Unknown Source)
  196. at java.awt.Component.dispatchEventImpl(Unknown Source)
  197. at java.awt.Container.dispatchEventImpl(Unknown Source)
  198. at java.awt.Component.dispatchEvent(Unknown Source)
  199. at java.awt.LightweightDispatcher.retargetMouseEvent(Unknown Source)
  200. at java.awt.LightweightDispatcher.processMouseEvent(Unknown Source)
  201. at java.awt.LightweightDispatcher.dispatchEvent(Unknown Source)
  202. at java.awt.Container.dispatchEventImpl(Unknown Source)
  203. at java.awt.Window.dispatchEventImpl(Unknown Source)
  204. at java.awt.Component.dispatchEvent(Unknown Source)
  205. at java.awt.EventQueue.dispatchEventImpl(Unknown Source)
  206. at java.awt.EventQueue.access$000(Unknown Source)
  207. at java.awt.EventQueue$1.run(Unknown Source)
  208. at java.awt.EventQueue$1.run(Unknown Source)
  209. at java.security.AccessController.doPrivileged(Native Method)
  210. at java.security.AccessControlContext$1.doIntersectionPrivilege(Unknown Source)
  211. at java.security.AccessControlContext$1.doIntersectionPrivilege(Unknown Source)
  212. at java.awt.EventQueue$2.run(Unknown Source)
  213. at java.awt.EventQueue$2.run(Unknown Source)
  214. at java.security.AccessController.doPrivileged(Native Method)
  215. at java.security.AccessControlContext$1.doIntersectionPrivilege(Unknown Source)
  216. at java.awt.EventQueue.dispatchEvent(Unknown Source)
  217. at java.awt.EventDispatchThread.pumpOneEventForFilters(Unknown Source)
  218. at java.awt.EventDispatchThread.pumpEventsForFilter(Unknown Source)
  219. at java.awt.EventDispatchThread.pumpEventsForHierarchy(Unknown Source)
  220. at java.awt.EventDispatchThread.pumpEvents(Unknown Source)
  221. at java.awt.EventDispatchThread.pumpEvents(Unknown Source)
  222. at java.awt.EventDispatchThread.run(Unknown Source)
  223. Caused by: java.lang.reflect.InvocationTargetException
  224. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  225. at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
  226. at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
  227. at java.lang.reflect.Method.invoke(Unknown Source)
  228. at org.javabuilders.util.BuilderUtils.invokeCallerEventMethods(BuilderUtils.java:427)
  229. ... 38 more
  230. Caused by: java.lang.ClassFormatError: Incompatible magic value 1010792557 in class file com/codeforces/contestwizard/view/component/tree/FileSystemCheckboxTree$TooManyFilesException
  231. at java.lang.ClassLoader.defineClass1(Native Method)
  232. at java.lang.ClassLoader.defineClassCond(Unknown Source)
  233. at java.lang.ClassLoader.defineClass(Unknown Source)
  234. at com.codeforces.contestwizard.RemoteClassLoader.findClass(RemoteClassLoader.java:153)
  235. at java.lang.ClassLoader.loadClass(Unknown Source)
  236. at java.lang.ClassLoader.loadClass(Unknown Source)
  237. at com.codeforces.contestwizard.view.dialog.CheckboxFileSelectionDialog$FileSystemCheckboxTreeHolder.<clinit>(CheckboxFileSelectionDialog.java:68)
  238. at com.codeforces.contestwizard.view.dialog.CheckboxFileSelectionDialog$1.createNewInstance(CheckboxFileSelectionDialog.java:36)
  239. at com.codeforces.contestwizard.view.dialog.CheckboxFileSelectionDialog$1.createNewInstance(CheckboxFileSelectionDialog.java:33)
  240. at com.codeforces.contestwizard.view.handler.ContestWizardTypeHandler.createNewInstance(ContestWizardTypeHandler.java:37)
  241. at org.javabuilders.Builder.handleType(Builder.java:608)
  242. at org.javabuilders.Builder.processDocumentNode(Builder.java:510)
  243. at org.javabuilders.Builder.handleType(Builder.java:695)
  244. at org.javabuilders.Builder.processDocumentNode(Builder.java:510)
  245. at org.javabuilders.Builder.processDocumentNode(Builder.java:543)
  246. at org.javabuilders.Builder.handleType(Builder.java:708)
  247. at org.javabuilders.Builder.processDocumentNode(Builder.java:510)
  248. at org.javabuilders.Builder.executeBuild(Builder.java:449)
  249. at org.javabuilders.Builder.buildFromString(Builder.java:324)
  250. at org.javabuilders.Builder.build(Builder.java:265)
  251. at org.javabuilders.Builder.build(Builder.java:185)
  252. at org.javabuilders.Builder.build(Builder.java:144)
  253. at org.javabuilders.swing.SwingJavaBuilder.build(SwingJavaBuilder.java:82)
  254. at com.codeforces.contestwizard.view.dialog.CheckboxFileSelectionDialog.<init>(CheckboxFileSelectionDialog.java:45)
  255. at com.codeforces.contestwizard.view.component.panel.ProblemEditPanel.chooseFiles(ProblemEditPanel.java:83)
  256. ... 43 more
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement