Advertisement
Guest User

OLS Exception Error

a guest
Oct 13th, 2012
155
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 7.17 KB | None | 0 0
  1. [wcunning@mycroft-holmes ols-0.9.6] $ ./run.sh
  2. Oct 13, 2012 6:34:14 PM nl.lxtreme.ols.util.internal.Activator logEnvironment
  3. INFO: LogicSniffer running on linux, 3.5.3-1.fc17.x86_64 (x86-64); Oracle Corporation, v1.7.0_06-icedtea.
  4. JGoodies Looks: I have successfully installed the 'Sky Bluer' theme.
  5. java.lang.IllegalStateException: JTermios call returned -1 at class jtermios.JTermios$JTermiosLogging line 489
  6. at purejavacomm.PureJavaSerialPort.checkReturnCode(PureJavaSerialPort.java:906)
  7. at purejavacomm.PureJavaSerialPort.setSerialPortParams(PureJavaSerialPort.java:478)
  8. at purejavacomm.PureJavaSerialPort.<init>(PureJavaSerialPort.java:722)
  9. at purejavacomm.CommPortIdentifier.open(CommPortIdentifier.java:138)
  10. at nl.lxtreme.ols.io.serial.CommConnectionFactory.getSerialPort(CommConnectionFactory.java:141)
  11. at nl.lxtreme.ols.io.serial.CommConnectionFactory.obtainSerialPort(CommConnectionFactory.java:177)
  12. at nl.lxtreme.ols.io.serial.CommConnectionFactory.createConnection(CommConnectionFactory.java:72)
  13. at nl.lxtreme.ols.io.ConnectorServiceImpl.open(ConnectorServiceImpl.java:160)
  14. at org.sump.device.logicsniffer.LogicSnifferDevice.createStreamConnection(LogicSnifferDevice.java:159)
  15. at org.sump.device.logicsniffer.LogicSnifferDetectionTask.call(LogicSnifferDetectionTask.java:82)
  16. at org.sump.device.logicsniffer.LogicSnifferDeviceProfilePanel.obtainDeviceMetadata(LogicSnifferDeviceProfilePanel.java:353)
  17. at org.sump.device.logicsniffer.LogicSnifferDeviceProfilePanel$ShowDeviceMetadataAction.actionPerformed(LogicSnifferDeviceProfilePanel.java:243)
  18. at javax.swing.AbstractButton.fireActionPerformed(AbstractButton.java:2018)
  19. at javax.swing.AbstractButton$Handler.actionPerformed(AbstractButton.java:2341)
  20. at javax.swing.DefaultButtonModel.fireActionPerformed(DefaultButtonModel.java:402)
  21. at javax.swing.DefaultButtonModel.setPressed(DefaultButtonModel.java:259)
  22. at javax.swing.plaf.basic.BasicButtonListener.mouseReleased(BasicButtonListener.java:252)
  23. at java.awt.Component.processMouseEvent(Component.java:6505)
  24. at javax.swing.JComponent.processMouseEvent(JComponent.java:3312)
  25. at java.awt.Component.processEvent(Component.java:6270)
  26. at java.awt.Container.processEvent(Container.java:2229)
  27. at java.awt.Component.dispatchEventImpl(Component.java:4861)
  28. at java.awt.Container.dispatchEventImpl(Container.java:2287)
  29. at java.awt.Component.dispatchEvent(Component.java:4687)
  30. at java.awt.LightweightDispatcher.retargetMouseEvent(Container.java:4832)
  31. at java.awt.LightweightDispatcher.processMouseEvent(Container.java:4492)
  32. at java.awt.LightweightDispatcher.dispatchEvent(Container.java:4422)
  33. at java.awt.Container.dispatchEventImpl(Container.java:2273)
  34. at java.awt.Window.dispatchEventImpl(Window.java:2719)
  35. at java.awt.Component.dispatchEvent(Component.java:4687)
  36. at java.awt.EventQueue.dispatchEventImpl(EventQueue.java:723)
  37. at java.awt.EventQueue.access$200(EventQueue.java:103)
  38. at java.awt.EventQueue$3.run(EventQueue.java:682)
  39. at java.awt.EventQueue$3.run(EventQueue.java:680)
  40. at java.security.AccessController.doPrivileged(Native Method)
  41. at java.security.ProtectionDomain$1.doIntersectionPrivilege(ProtectionDomain.java:76)
  42. at java.security.ProtectionDomain$1.doIntersectionPrivilege(ProtectionDomain.java:87)
  43. at java.awt.EventQueue$4.run(EventQueue.java:696)
  44. at java.awt.EventQueue$4.run(EventQueue.java:694)
  45. at java.security.AccessController.doPrivileged(Native Method)
  46. at java.security.ProtectionDomain$1.doIntersectionPrivilege(ProtectionDomain.java:76)
  47. at java.awt.EventQueue.dispatchEvent(EventQueue.java:693)
  48. at java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:244)
  49. at java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:163)
  50. at java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:155)
  51. at java.awt.WaitDispatchSupport$2.run(WaitDispatchSupport.java:182)
  52. at java.awt.WaitDispatchSupport$4.run(WaitDispatchSupport.java:221)
  53. at java.security.AccessController.doPrivileged(Native Method)
  54. at java.awt.WaitDispatchSupport.enter(WaitDispatchSupport.java:219)
  55. at java.awt.Dialog.show(Dialog.java:1077)
  56. at java.awt.Component.show(Component.java:1651)
  57. at java.awt.Component.setVisible(Component.java:1603)
  58. at java.awt.Window.setVisible(Window.java:1014)
  59. at java.awt.Dialog.setVisible(Dialog.java:1003)
  60. at org.sump.device.logicsniffer.LogicSnifferConfigDialog.showDialog(LogicSnifferConfigDialog.java:586)
  61. at org.sump.device.logicsniffer.LogicSnifferDevice.setupCapture(LogicSnifferDevice.java:138)
  62. at nl.lxtreme.ols.client.ClientController.captureData(ClientController.java:535)
  63. at nl.lxtreme.ols.client.action.CaptureAction.actionPerformed(CaptureAction.java:97)
  64. at javax.swing.AbstractButton.fireActionPerformed(AbstractButton.java:2018)
  65. at javax.swing.AbstractButton$Handler.actionPerformed(AbstractButton.java:2341)
  66. at javax.swing.DefaultButtonModel.fireActionPerformed(DefaultButtonModel.java:402)
  67. at javax.swing.DefaultButtonModel.setPressed(DefaultButtonModel.java:259)
  68. at javax.swing.plaf.basic.BasicButtonListener.mouseReleased(BasicButtonListener.java:252)
  69. at java.awt.AWTEventMulticaster.mouseReleased(AWTEventMulticaster.java:289)
  70. at java.awt.Component.processMouseEvent(Component.java:6505)
  71. at javax.swing.JComponent.processMouseEvent(JComponent.java:3312)
  72. at java.awt.Component.processEvent(Component.java:6270)
  73. at java.awt.Container.processEvent(Container.java:2229)
  74. at java.awt.Component.dispatchEventImpl(Component.java:4861)
  75. at java.awt.Container.dispatchEventImpl(Container.java:2287)
  76. at java.awt.Component.dispatchEvent(Component.java:4687)
  77. at java.awt.LightweightDispatcher.retargetMouseEvent(Container.java:4832)
  78. at java.awt.LightweightDispatcher.processMouseEvent(Container.java:4492)
  79. at java.awt.LightweightDispatcher.dispatchEvent(Container.java:4422)
  80. at java.awt.Container.dispatchEventImpl(Container.java:2273)
  81. at java.awt.Window.dispatchEventImpl(Window.java:2719)
  82. at java.awt.Component.dispatchEvent(Component.java:4687)
  83. at java.awt.EventQueue.dispatchEventImpl(EventQueue.java:723)
  84. at java.awt.EventQueue.access$200(EventQueue.java:103)
  85. at java.awt.EventQueue$3.run(EventQueue.java:682)
  86. at java.awt.EventQueue$3.run(EventQueue.java:680)
  87. at java.security.AccessController.doPrivileged(Native Method)
  88. at java.security.ProtectionDomain$1.doIntersectionPrivilege(ProtectionDomain.java:76)
  89. at java.security.ProtectionDomain$1.doIntersectionPrivilege(ProtectionDomain.java:87)
  90. at java.awt.EventQueue$4.run(EventQueue.java:696)
  91. at java.awt.EventQueue$4.run(EventQueue.java:694)
  92. at java.security.AccessController.doPrivileged(Native Method)
  93. at java.security.ProtectionDomain$1.doIntersectionPrivilege(ProtectionDomain.java:76)
  94. at java.awt.EventQueue.dispatchEvent(EventQueue.java:693)
  95. at java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:244)
  96. at java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:163)
  97. at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:151)
  98. at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:147)
  99. at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:139)
  100. at java.awt.EventDispatchThread.run(EventDispatchThread.java:97)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement