Advertisement
Guest User

Untitled

a guest
Jul 26th, 2013
85
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.82 KB | None | 0 0
  1. Traceback (most recent call last):
  2. File "<event:actionPerformed>", line 18, in <module>
  3. IndexError: index out of range: 1
  4.  
  5. at org.python.core.PyException.fillInStackTrace(PyException.java:70)
  6. at java.lang.Throwable.<init>(Throwable.java:181)
  7. at java.lang.Exception.<init>(Unknown Source)
  8. at java.lang.RuntimeException.<init>(Unknown Source)
  9. at org.python.core.PyException.<init>(PyException.java:46)
  10. at org.python.core.PyException.<init>(PyException.java:43)
  11. at org.python.core.PyException.<init>(PyException.java:61)
  12. at org.python.core.Py.IndexError(Py.java:250)
  13. at org.python.core.SequenceIndexDelegate.checkIdxAndGetItem(SequenceIndexDelegate.java:63)
  14. at org.python.core.PySequence.seq___getitem__(PySequence.java:305)
  15. at org.python.core.PySequence.__getitem__(PySequence.java:301)
  16. at org.python.pycode._pyx45.f$0(<event:actionPerformed>:15)
  17. at org.python.pycode._pyx45.call_function(<event:actionPerformed>)
  18. at org.python.core.PyTableCode.call(PyTableCode.java:165)
  19. at org.python.core.PyCode.call(PyCode.java:18)
  20. at org.python.core.Py.runCode(Py.java:1275)
  21. at com.inductiveautomation.ignition.common.script.ScriptManager.runCode(ScriptManager.java:552)
  22. at com.inductiveautomation.factorypmi.application.binding.action.ActionAdapter.runActions(ActionAdapter.java:155)
  23. at com.inductiveautomation.factorypmi.application.binding.action.ActionAdapter.invoke(ActionAdapter.java:266)
  24. at com.inductiveautomation.factorypmi.application.binding.action.RelayInvocationHandler.invoke(RelayInvocationHandler.java:55)
  25. at $Proxy18.actionPerformed(Unknown Source)
  26. at javax.swing.AbstractButton.fireActionPerformed(Unknown Source)
  27. at javax.swing.AbstractButton$Handler.actionPerformed(Unknown Source)
  28. at javax.swing.DefaultButtonModel.fireActionPerformed(Unknown Source)
  29. at javax.swing.DefaultButtonModel.setPressed(Unknown Source)
  30. at javax.swing.plaf.basic.BasicButtonListener.mouseReleased(Unknown Source)
  31. at java.awt.Component.processMouseEvent(Unknown Source)
  32. at javax.swing.JComponent.processMouseEvent(Unknown Source)
  33. at java.awt.Component.processEvent(Unknown Source)
  34. at java.awt.Container.processEvent(Unknown Source)
  35. at java.awt.Component.dispatchEventImpl(Unknown Source)
  36. at java.awt.Container.dispatchEventImpl(Unknown Source)
  37. at java.awt.Component.dispatchEvent(Unknown Source)
  38. at java.awt.LightweightDispatcher.retargetMouseEvent(Unknown Source)
  39. at java.awt.LightweightDispatcher.processMouseEvent(Unknown Source)
  40. at java.awt.LightweightDispatcher.dispatchEvent(Unknown Source)
  41. at java.awt.Container.dispatchEventImpl(Unknown Source)
  42. at java.awt.Window.dispatchEventImpl(Unknown Source)
  43. at java.awt.Component.dispatchEvent(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.security.AccessControlContext$1.doIntersectionPrivilege(Unknown Source)
  51. at java.awt.EventQueue$2.run(Unknown Source)
  52. at java.awt.EventQueue$2.run(Unknown Source)
  53. at java.security.AccessController.doPrivileged(Native Method)
  54. at java.security.AccessControlContext$1.doIntersectionPrivilege(Unknown Source)
  55. at java.awt.EventQueue.dispatchEvent(Unknown Source)
  56. at java.awt.EventDispatchThread.pumpOneEventForFilters(Unknown Source)
  57. at java.awt.EventDispatchThread.pumpEventsForFilter(Unknown Source)
  58. at java.awt.EventDispatchThread.pumpEventsForHierarchy(Unknown Source)
  59. at java.awt.EventDispatchThread.pumpEvents(Unknown Source)
  60. at java.awt.EventDispatchThread.pumpEvents(Unknown Source)
  61. at java.awt.EventDispatchThread.run(Unknown Source)
  62.  
  63. Ignition v7.6.1 (b2278)
  64. Java: Sun Microsystems Inc. 1.6.0_31
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement