Advertisement
Guest User

Untitled

a guest
May 18th, 2011
401
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Java 2.78 KB | None | 0 0
  1.  
  2. 32350 - Classgps.connection.GPSRxTxPort
  3. Info: trying to open '/dev/ttyUSB0'
  4.  
  5. gnu.io.NoSuchPortException
  6.     at gnu.io.CommPortIdentifier.getPortIdentifier(CommPortIdentifier.java:218)
  7.     at gps.connection.GPSRxTxPort.openPort(Unknown Source)
  8.     at gps.connection.GPSrxtx.myOpenPort(Unknown Source)
  9.     at gps.connection.GPSrxtx.setFreeTextPortAndOpen(Unknown Source)
  10.     at bt747.model.Controller.openFreeTextPort(Unknown Source)
  11.     at bt747.j2se_view.BT747Main.access$300(Unknown Source)
  12.     at bt747.j2se_view.BT747Main$7.actionPerformed(Unknown Source)
  13.     at javax.swing.AbstractButton.fireActionPerformed(Unknown Source)
  14.     at javax.swing.AbstractButton$Handler.actionPerformed(Unknown Source)
  15.     at javax.swing.DefaultButtonModel.fireActionPerformed(Unknown Source)
  16.     at javax.swing.DefaultButtonModel.setPressed(Unknown Source)
  17.     at javax.swing.plaf.basic.BasicButtonListener.mouseReleased(Unknown Source)
  18.     at java.awt.Component.processMouseEvent(Unknown Source)
  19.     at javax.swing.JComponent.processMouseEvent(Unknown Source)
  20.     at java.awt.Component.processEvent(Unknown Source)
  21.     at java.awt.Container.processEvent(Unknown Source)
  22.     at java.awt.Component.dispatchEventImpl(Unknown Source)
  23.     at java.awt.Container.dispatchEventImpl(Unknown Source)
  24.     at java.awt.Component.dispatchEvent(Unknown Source)
  25.     at java.awt.LightweightDispatcher.retargetMouseEvent(Unknown Source)
  26.     at java.awt.LightweightDispatcher.processMouseEvent(Unknown Source)
  27.     at java.awt.LightweightDispatcher.dispatchEvent(Unknown Source)
  28.     at java.awt.Container.dispatchEventImpl(Unknown Source)
  29.     at java.awt.Window.dispatchEventImpl(Unknown Source)
  30.     at java.awt.Component.dispatchEvent(Unknown Source)
  31.     at java.awt.EventQueue.dispatchEventImpl(Unknown Source)
  32.     at java.awt.EventQueue.access$000(Unknown Source)
  33.     at java.awt.EventQueue$1.run(Unknown Source)
  34.     at java.awt.EventQueue$1.run(Unknown Source)
  35.     at java.security.AccessController.doPrivileged(Native Method)
  36.     at java.security.AccessControlContext$1.doIntersectionPrivilege(Unknown Source)
  37.     at java.security.AccessControlContext$1.doIntersectionPrivilege(Unknown Source)
  38.     at java.awt.EventQueue$2.run(Unknown Source)
  39.     at java.awt.EventQueue$2.run(Unknown Source)
  40.     at java.security.AccessController.doPrivileged(Native Method)
  41.     at java.security.AccessControlContext$1.doIntersectionPrivilege(Unknown Source)
  42.     at java.awt.EventQueue.dispatchEvent(Unknown Source)
  43.     at java.awt.EventDispatchThread.pumpOneEventForFilters(Unknown Source)
  44.     at java.awt.EventDispatchThread.pumpEventsForFilter(Unknown Source)
  45.     at java.awt.EventDispatchThread.pumpEventsForHierarchy(Unknown Source)
  46.     at java.awt.EventDispatchThread.pumpEvents(Unknown Source)
  47.     at java.awt.EventDispatchThread.pumpEvents(Unknown Source)
  48.     at java.awt.EventDispatchThread.run(Unknown Source)
  49. 32499 -
  50. Listing known ports:
  51. 32548 - Port opened
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement