Hi Edgar,
Thanks for your prompt concern. I did not receive the Java commAPI attachment
you sent but the one I loaded seems to be working as GPS Track tab is seen in
the Options window and test also yeilds some output(indoors)within that window.
However, the error message persists on launching OJ and Iam herewith attaching
the detailed error message
I have added the folder name 'ext'containing gps.conf and other jar files
within the main 'ext" to the classpath (in jumpworkbench.bat)by writing
";%LIB%/ext/ext"
Please suggest how to overcome this error.
Aneel
On Tue, 30 Oct 2007 [EMAIL PROTECTED] wrote :
>did you receive this mail? your mail server seems to reject the attachment..
>
>Hi aneel,
>
>sorry for the inconvenience. To solve this error, you have to add the
>folder containing gps.conf to the classpath (in jumpworkbench.bat) or
>move the file into a folder in the classpath (Im not sure that there is
>one actually ;). While developing the extension I always had the
>plugindir added to the classpath.
>
>Just to help you I attach the Java Com API I used in that time and which
>is no more downloadable at sun.com.
>
>Hint: You can check if the communication is working in a field in the
>options panel / gps tab. If the serial settings are right you can see
>the data from the mouse.
>
>does this help you out? .. ede
>--
>> Dear Edgar,
>>In continuation of RaviKumar's request, I tried your plugin with Java
>>Communication API version 2 to get connectivity from serial port to my Garmin
>>GPS. While I could see related menu in view and edit of oj Ver 1.2D, The
>>error message (not exact-as I am writing from home)I get is "GPS tracker
>>could not be read from gps.conf-Hint add to the class path". Does the plugin
>>work with 1.2D and which is the suitable JRE Ver for it to work on WIN XP. I
>>hope with the above info, you can suggest something or I can get back with
>>correct error message soon.
>>------------------------------------
>>Edgar Soldin edgar.soldin at web.de
>>Mon Oct 1 12:31:19 PDT 2007 Hi Ravi,
>>
>>how are you trying to connect to the gps mouse. Are you using my plugin? If
>>you are using windows and are willing to experiment i could help you setup my
>>gps extension for jump. It might prove difficult as it needs some binary
>>libraries but it is capable of tracking a live gps data stream from a serial
>>device.
>>
>>check install.txt,readme.txt in
>>http://soldin.de/about/2004-jump_plugins/gt2jump.gps-0.1a.zip
>>for further hints.
>>
>>Please describe exactly your problems, so that i can specifically support you
>>:).
>>
>>regards ede
>>--
>>
>>>Hi,
>>> have used the GPS plugin downloaded. I have problems connecting OJ with
>>> GPS.
>>> 1. How to receive TRACK from GPS.
>>> 2. How to connect to a LIVE GPS and note the GPS coordinates.
>>> Ex You pedal on a road and record the road on OJ. Pl give some
>>> suggestions any documentation available ?
>>> Cheers
>>> Ravi Kumar
>>>
>
>
>-- public class WhoDidIt{ // A comment. I love comments
> private static Person sender;
>
> public static void main (String[] foo){
>
> sender = new Person();
> sender.setName(new String[]{"Edgar", "Soldin"});
>
> Address address = new Address();
> address.setStreet("Stadtweg 119");
> address.setZip(39116);
> address.setCity("Magdeburg");
> address.setCountry("Germany");
>
> sender.setAddress(address);
>
> sender.setMobilePhone(" +49(0)171-2782880 ");
> sender.setWebSiteUrl(" http://www.soldin.de ");
> sender.setEmail(" [EMAIL PROTECTED] ");
> sender.setPGPPublicKey(" http://www.soldin.de/edgar_soldin.asc ");
> sender.setGender(true);
>
> System.out.println(sender.toString());
> }
>}
>
>
" error window when OJ is launched"
java.io.FileNotFoundException: Can't find settings file 'gps.conf' for plugin
'GPS Tracker'. Hint: Put it in the classpath!
at
de.soldin.gt2jump.gps.GPSTrackerPlugin.writeFile(GPSTrackerPlugin.java:608)
at
de.soldin.gt2jump.gps.GPSTrackerPlugin.actionPerformed(GPSTrackerPlugin.java:416)
at javax.swing.AbstractButton.fireActionPerformed(Unknown Source)
at javax.swing.AbstractButton$Handler.actionPerformed(Unknown Source)
at javax.swing.DefaultButtonModel.fireActionPerformed(Unknown Source)
at javax.swing.DefaultButtonModel.setPressed(Unknown Source)
at javax.swing.plaf.basic.BasicButtonListener.mouseReleased(Unknown
Source)
at java.awt.Component.processMouseEvent(Unknown Source)
at javax.swing.JComponent.processMouseEvent(Unknown Source)
at java.awt.Component.processEvent(Unknown Source)
at java.awt.Container.processEvent(Unknown Source)
at java.awt.Component.dispatchEventImpl(Unknown Source)
at java.awt.Container.dispatchEventImpl(Unknown Source)
at java.awt.Component.dispatchEvent(Unknown Source)
at java.awt.LightweightDispatcher.retargetMouseEvent(Unknown Source)
at java.awt.LightweightDispatcher.processMouseEvent(Unknown Source)
at java.awt.LightweightDispatcher.dispatchEvent(Unknown Source)
at java.awt.Container.dispatchEventImpl(Unknown Source)
at java.awt.Window.dispatchEventImpl(Unknown Source)
at java.awt.Component.dispatchEvent(Unknown Source)
at java.awt.EventQueue.dispatchEvent(Unknown Source)
at java.awt.EventDispatchThread.pumpOneEventForFilters(Unknown Source)
at java.awt.EventDispatchThread.pumpEventsForFilter(Unknown Source)
at java.awt.EventDispatchThread.pumpEventsForFilter(Unknown Source)
at java.awt.Dialog$1.run(Unknown Source)
at java.awt.Dialog$3.run(Unknown Source)
at java.security.AccessController.doPrivileged(Native Method)
at java.awt.Dialog.show(Unknown Source)
at java.awt.Component.show(Unknown Source)
at java.awt.Component.setVisible(Unknown Source)
at java.awt.Window.setVisible(Unknown Source)
at java.awt.Dialog.setVisible(Unknown Source)
at
com.vividsolutions.jump.workbench.ui.plugin.OptionsPlugIn.execute(OptionsPlugIn.java:53)
at
com.vividsolutions.jump.workbench.plugin.AbstractPlugIn$1.actionPerformed(AbstractPlugIn.java:130)
at
com.vividsolutions.jump.workbench.ui.plugin.FeatureInstaller$6$1.run(FeatureInstaller.java:553)
at java.awt.event.InvocationEvent.dispatch(Unknown Source)
at java.awt.EventQueue.dispatchEvent(Unknown Source)
at java.awt.EventDispatchThread.pumpOneEventForFilters(Unknown Source)
at java.awt.EventDispatchThread.pumpEventsForFilter(Unknown Source)
at java.awt.EventDispatchThread.pumpEventsForHierarchy(Unknown Source)
at java.awt.EventDispatchThread.pumpEvents(Unknown Source)
at java.awt.EventDispatchThread.pumpEvents(Unknown Source)
at java.awt.EventDispatchThread.run(Unknown Source)
"when GPS tracker is checked"
java.lang.NullPointerException
at javax.swing.ImageIcon.<init>(Unknown Source)
at de.soldin.gt2jump.gps.GPSTracker.addMarker(GPSTracker.java:103)
at de.soldin.gt2jump.gps.GPSTracker.setViewport(GPSTracker.java:93)
at de.soldin.gt2jump.gps.GPSTracker.<init>(GPSTracker.java:86)
at
de.soldin.gt2jump.gps.GPSTrackerPlugin.execute(GPSTrackerPlugin.java:291)
at
com.vividsolutions.jump.workbench.plugin.AbstractPlugIn$1.actionPerformed(AbstractPlugIn.java:130)
at javax.swing.AbstractButton.fireActionPerformed(Unknown Source)
at javax.swing.AbstractButton$Handler.actionPerformed(Unknown Source)
at javax.swing.DefaultButtonModel.fireActionPerformed(Unknown Source)
at javax.swing.JToggleButton$ToggleButtonModel.setPressed(Unknown
Source)
at javax.swing.AbstractButton.doClick(Unknown Source)
at javax.swing.plaf.basic.BasicMenuItemUI.doClick(Unknown Source)
at javax.swing.plaf.basic.BasicMenuItemUI$Handler.mouseReleased(Unknown
Source)
at java.awt.Component.processMouseEvent(Unknown Source)
at javax.swing.JComponent.processMouseEvent(Unknown Source)
at java.awt.Component.processEvent(Unknown Source)
at java.awt.Container.processEvent(Unknown Source)
at java.awt.Component.dispatchEventImpl(Unknown Source)
at java.awt.Container.dispatchEventImpl(Unknown Source)
at java.awt.Component.dispatchEvent(Unknown Source)
at java.awt.LightweightDispatcher.retargetMouseEvent(Unknown Source)
at java.awt.LightweightDispatcher.processMouseEvent(Unknown Source)
at java.awt.LightweightDispatcher.dispatchEvent(Unknown Source)
at java.awt.Container.dispatchEventImpl(Unknown Source)
at java.awt.Window.dispatchEventImpl(Unknown Source)
at java.awt.Component.dispatchEvent(Unknown Source)
at java.awt.EventQueue.dispatchEvent(Unknown Source)
at java.awt.EventDispatchThread.pumpOneEventForFilters(Unknown Source)
at java.awt.EventDispatchThread.pumpEventsForFilter(Unknown Source)
at java.awt.EventDispatchThread.pumpEventsForHierarchy(Unknown Source)
at java.awt.EventDispatchThread.pumpEvents(Unknown Source)
at java.awt.EventDispatchThread.pumpEvents(Unknown Source)
at java.awt.EventDispatchThread.run(Unknown Source)
"when set task to track is selected"
java.lang.NullPointerException
at
de.soldin.gt2jump.gps.GPSTrackerPlugin.setViewport(GPSTrackerPlugin.java:309)
at
de.soldin.gt2jump.gps.SetTaskPlugin.execute(GPSTrackerPlugin.java:741)
at
com.vividsolutions.jump.workbench.plugin.AbstractPlugIn$1.actionPerformed(AbstractPlugIn.java:130)
at javax.swing.AbstractButton.fireActionPerformed(Unknown Source)
at javax.swing.AbstractButton$Handler.actionPerformed(Unknown Source)
at javax.swing.DefaultButtonModel.fireActionPerformed(Unknown Source)
at javax.swing.DefaultButtonModel.setPressed(Unknown Source)
at javax.swing.AbstractButton.doClick(Unknown Source)
at javax.swing.plaf.basic.BasicMenuItemUI.doClick(Unknown Source)
at javax.swing.plaf.basic.BasicMenuItemUI$Handler.mouseReleased(Unknown
Source)
at java.awt.Component.processMouseEvent(Unknown Source)
at javax.swing.JComponent.processMouseEvent(Unknown Source)
at java.awt.Component.processEvent(Unknown Source)
at java.awt.Container.processEvent(Unknown Source)
at java.awt.Component.dispatchEventImpl(Unknown Source)
at java.awt.Container.dispatchEventImpl(Unknown Source)
at java.awt.Component.dispatchEvent(Unknown Source)
at java.awt.LightweightDispatcher.retargetMouseEvent(Unknown Source)
at java.awt.LightweightDispatcher.processMouseEvent(Unknown Source)
at java.awt.LightweightDispatcher.dispatchEvent(Unknown Source)
at java.awt.Container.dispatchEventImpl(Unknown Source)
at java.awt.Window.dispatchEventImpl(Unknown Source)
at java.awt.Component.dispatchEvent(Unknown Source)
at java.awt.EventQueue.dispatchEvent(Unknown Source)
at java.awt.EventDispatchThread.pumpOneEventForFilters(Unknown Source)
at java.awt.EventDispatchThread.pumpEventsForFilter(Unknown Source)
at java.awt.EventDispatchThread.pumpEventsForHierarchy(Unknown Source)
at java.awt.EventDispatchThread.pumpEvents(Unknown Source)
at java.awt.EventDispatchThread.pumpEvents(Unknown Source)
at java.awt.EventDispatchThread.run(Unknown Source)
_______________________________________________
jump-users mailing list
[email protected]
http://lists.refractions.net/mailman/listinfo/jump-users