Sponsored links

Go Back   MP3Car.com > Mp3Car Technical > GPS


Reply
 
Share Thread Tools Display Modes
Old 11-02-2009, 02:31 PM   #151
Variable Bitrate
 
lambosprit's Avatar
 
Join Date: Sep 2006
Location: UK
Posts: 447
lambosprit is on a distinguished road
Quote: Originally Posted by boelle View Post
the client is now happy and it got a solid fix, checked the ini but the server is not getting any data... what could be wrong? the firewall is opened and i'm testing on local lan for the moment

EDIT: it says 600000 next to the server ip... and it displays the external server ip... how do i know which ip it uses?

you're correct , picture path is only used by the client. The server stores them in the database.

The server ini is stored in C:\Documents and Settings\All Users\Application Data\GPSTracker. This is because it is not user specific.

The 600000 is the number of minutes you've set in your client ini file for retry period. Its retry because for some reason the service hasn't been found. Check in the windows services (go to control panel>administrative tools>services) that the gpsservice is started.

Also check that your GPSTracker.ini for the server has the internal ipaddress set to 127.0.0.1 and has the same port number as your client
lambosprit is offline   Reply With Quote
Sponsored links
Advertisement
 
Advertisement
Old 11-02-2009, 03:15 PM   #152
Variable Bitrate
 
lambosprit's Avatar
 
Join Date: Sep 2006
Location: UK
Posts: 447
lambosprit is on a distinguished road
just had another brain wave. You said it was seeing external ip but you where on internal network. This means that your ssid setting has not been set right. The way the client decides what Ip address to use is by determining whether the network is a local or remote one. It does this by checking the ssid of the network and compares it to the setting in the client ini file. I think its even case sensitive.


So check your ssid or set the external ip address to be the same as the internal while you test on the same machine.
lambosprit is offline   Reply With Quote
Old 11-07-2009, 06:30 AM   #153
Variable Bitrate
 
Join Date: Oct 2008
Posts: 237
boelle is an unknown quantity at this point
the server and client pc are running on the internal network by cable but i have set up the same ip for internal and external at the client end and they do communicate... but when the server needs to redraw the map (almost instant) i get this error thing:


Last edited by boelle; 11-07-2009 at 09:24 AM.
boelle is offline   Reply With Quote
Old 11-07-2009, 04:52 PM   #154
Variable Bitrate
 
lambosprit's Avatar
 
Join Date: Sep 2006
Location: UK
Posts: 447
lambosprit is on a distinguished road
Quote: Originally Posted by boelle View Post
the server and client pc are running on the internal network by cable but i have set up the same ip for internal and external at the client end and they do communicate... but when the server needs to redraw the map (almost instant) i get this error thing:


any chance of a translation or at least the language its in?
lambosprit is offline   Reply With Quote
Old 11-07-2009, 05:46 PM   #155
Variable Bitrate
 
Join Date: Oct 2008
Posts: 237
boelle is an unknown quantity at this point
its in danish.. as you have figured there is a script error at line 143... but i cant figure out whats wrong... if i just start the client thing used to display where the car are but i do not do anything other there are no error.... the error comes as soon i select a car to track
boelle is offline   Reply With Quote
Old 11-09-2009, 06:33 PM   #156
Variable Bitrate
 
lambosprit's Avatar
 
Join Date: Sep 2006
Location: UK
Posts: 447
lambosprit is on a distinguished road
well according to the error message its when its loading the geofence data. Have you checked the debug log to see what it says?
You could try renaming the tracking.db3 file so everything is created from scratch again just to see if it works. If it does you could send me the db3 file to have a look at for errors.
lambosprit is offline   Reply With Quote
Old 11-10-2009, 10:15 AM   #157
Variable Bitrate
 
Join Date: Oct 2008
Posts: 237
boelle is an unknown quantity at this point
you are right about geofence... just deletede the log and got this in the new one:

Code:
10-11-2009 16:12:45:Info : GPSTracker server version :3.0.3562.41321 10-11-2009 16:12:45:Info : Default User ID to display is denblaa 10-11-2009 16:12:45:Info : Available users are denblaa 10-11-2009 16:12:45:Info : Speed units set to KPH 10-11-2009 16:12:49:Warning: Exception caught while reading geofence data :System.Data.SQLite.SQLiteException: SQLite error no such column: user ved System.Data.SQLite.SQLite3.Prepare(SQLiteConnection cnn, String strSql, SQLiteStatement previous, UInt32 timeoutMS, String& strRemain) ved System.Data.SQLite.SQLiteCommand.BuildNextCommand() ved System.Data.SQLite.SQLiteCommand.GetStatement(Int32 index) ved System.Data.SQLite.SQLiteDataReader.NextResult() ved System.Data.SQLite.SQLiteDataReader..ctor(SQLiteCommand cmd, CommandBehavior behave) ved System.Data.SQLite.SQLiteCommand.ExecuteReader(CommandBehavior behavior) ved System.Data.SQLite.SQLiteCommand.ExecuteReader() ved VirtualEarth.DatabaseProcessor.loadGeoPoints(String id) 10-11-2009 16:13:27:Info : GPSTracker server version :3.0.3562.41321 10-11-2009 16:13:27:Info : Default User ID to display is denblaa 10-11-2009 16:13:27:Info : Available users are denblaa 10-11-2009 16:13:27:Info : Speed units set to KPH

boelle is offline   Reply With Quote
Old 11-10-2009, 10:20 AM   #158
Variable Bitrate
 
Join Date: Oct 2008
Posts: 237
boelle is an unknown quantity at this point
the log from the service:

Code:
10-11-2009 16:18:43:Info : Service stopping 10-11-2009 16:18:43:Error : Unable to start listener. Check GPSTracker not already running in task manager and that the IP address is correct 10-11-2009 16:18:43:Info : Service stopped 10-11-2009 16:18:43:Error : Error message :System.Net.Sockets.SocketException: En blokeringshandling blev afbrudt af et kald til WSACancelBlockingCall ved System.Net.Sockets.Socket.Accept() ved System.Net.Sockets.TcpListener.AcceptTcpClient() ved GPSTracker.GPSTracker.ListenForConnections() 10-11-2009 16:18:45:Info : GPSTracker server version :3.0.3563.41970 10-11-2009 16:18:45:Info : Server IP address is 127.0.0.1 10-11-2009 16:18:45:Info : Server is pingable: False 10-11-2009 16:18:45:Info : Server port is 6000 10-11-2009 16:18:45:Info : Sms is enabled: False 10-11-2009 16:18:45:Info : Sms numbers are : +000000000 10-11-2009 16:18:45:Info : GPSTracker service started

boelle is offline   Reply With Quote
Sponsored links
Advertisement
 
Advertisement
Old 11-10-2009, 10:22 AM   #159
Variable Bitrate
 
Join Date: Oct 2008
Posts: 237
boelle is an unknown quantity at this point
need a valid fix before i can try more.. i renamed the tracking db file but it cant create more than the initial file before there are a valid fix
boelle is offline   Reply With Quote
Old 11-10-2009, 06:09 PM   #160
Low Bitrate
 
Join Date: May 2007
Posts: 88
Toxic0n is an unknown quantity at this point
Just installed the client in the car when I got home and now I'm installing the server on my PC. I did not know the MAC address of the server while I was in the car so I left it blank- hopefully it will be OK; will test it out tomorrow
Toxic0n is offline   Reply With Quote
Old 11-11-2009, 10:32 AM   #161
Low Bitrate
 
Join Date: May 2007
Posts: 88
Toxic0n is an unknown quantity at this point
Quote: Originally Posted by Toxic0n View Post
Just installed the client in the car when I got home and now I'm installing the server on my PC. I did not know the MAC address of the server while I was in the car so I left it blank- hopefully it will be OK; will test it out tomorrow

It seems to have worked. I just drove to work and used remote desktop to connect to my home PC. I can see one pushpin right outside my work. Is it not supposed to show my car's track?
Toxic0n is offline   Reply With Quote
Old 11-11-2009, 05:51 PM   #162
Variable Bitrate
 
Join Date: Oct 2008
Posts: 237
boelle is an unknown quantity at this point
hmm.. for some funny reason i dont get a valid fix....will try some more on sunday
boelle is offline   Reply With Quote
Old 11-12-2009, 07:03 AM   #163
Variable Bitrate
 
Join Date: Mar 2005
Posts: 234
sxott is on a distinguished road
BTW I finally installed this. The vehicle it is going to go in though has registration issues (it is owned by the university and they haven't renewed it so I can't drive it on public streets right now ). I will probably test it out in another car first.

Questions for Lambo:
Where will it save the files locally? (Eventually I will set up a server probably)
Does tracking and retry period refer to milliseconds between updates? So a 5Hz rate would be 200?

Thanks
__________________
My Install
sxott is offline   Reply With Quote
Old 11-12-2009, 05:17 PM   #164
Variable Bitrate
 
Join Date: Oct 2008
Posts: 237
boelle is an unknown quantity at this point
Quote: Originally Posted by lambosprit View Post
The 600000 is the number of minutes you've set in your client ini file for retry period.

boelle is offline   Reply With Quote
Old 11-14-2009, 06:56 AM   #165
Variable Bitrate
 
Join Date: Oct 2008
Posts: 237
boelle is an unknown quantity at this point
getting loads of valid fix's i got a new problem... the client is not contacting the server....

i even disabled both firewalls and deleted all logs to start from scratch

how do i proceed in troubleshooting?

client debug log:

Code:
14-11-2009 12:53:33:Info : GPSTracker client version :3.0.3565.30116 14-11-2009 12:53:33:Info : External Server IP address is 192.168.1.2 14-11-2009 12:53:33:Info : Internal Server IP address is 192.168.1.2 14-11-2009 12:53:33:Info : Home SSID is ******** 14-11-2009 12:53:33:Info : Server port is 6000 14-11-2009 12:53:33:Info : Server pingable is True 14-11-2009 12:53:33:Info : Client will send GPS co-ords every 1Secs 14-11-2009 12:53:33:Info : Client will try to resend GPS co-ords every 600 Secs when no network connection 14-11-2009 12:53:33:Info : Client will send tracking data to your home server?: True 14-11-2009 12:53:33:Info : User ID is denblaa 14-11-2009 12:53:33:Info : Path to your pictures is: c:\gpspic 14-11-2009 12:53:33:Info : Wake on Lan disabled 14-11-2009 12:53:33:Info : Speed multiplier set to 1,85 14-11-2009 12:53:33:Info : GPS com port set to COM8 14-11-2009 12:53:33:Info : GPS baud rate set to 4800 14-11-2009 12:53:33:Info : GPS data bits set to 8 14-11-2009 12:53:33:Info : GPS data bits set to 6 14-11-2009 12:53:33:Info : Client will send anonamous mapping data to MP3car.com.True 14-11-2009 12:53:33:Info : Client will delete at least 0 points. 14-11-2009 12:53:33:Info : Client will upload mapping data automatically to MP3Car.com. 14-11-2009 12:53:33:Info : Your secure user id is 6f0d7d01-89b0-4280-987d-beb3ed166778 14-11-2009 12:53:33:Info : Client will send mapping data to MP3car.com via a proxy.False 14-11-2009 12:53:33:Info : Proxy IP address is 127.0.0.1 14-11-2009 12:53:33:Info : Proxy port number is 8080 14-11-2009 12:53:33:Info : Proxy log in name is User to log into proxy 14-11-2009 12:53:33:Info : Proxy password is Password to log into proxy

service log:

Code:
14-11-2009 13:02:18:Info : Service stopping 14-11-2009 13:02:18:Error : Unable to start listener. Check GPSTracker not already running in task manager and that the IP address is correct 14-11-2009 13:02:18:Info : Service stopped 14-11-2009 13:02:18:Error : Error message :System.Net.Sockets.SocketException: En blokeringshandling blev afbrudt af et kald til WSACancelBlockingCall ved System.Net.Sockets.Socket.Accept() ved System.Net.Sockets.TcpListener.AcceptTcpClient() ved GPSTracker.GPSTracker.ListenForConnections() 14-11-2009 13:02:19:Info : GPSTracker server version :3.0.3563.41970 14-11-2009 13:02:19:Info : Server IP address is 127.0.0.1 14-11-2009 13:02:19:Info : Server is pingable: True 14-11-2009 13:02:19:Info : Server port is 6000 14-11-2009 13:02:19:Info : Sms is enabled: False 14-11-2009 13:02:19:Info : Sms numbers are : +000000000 14-11-2009 13:02:19:Info : GPSTracker service started

it's sure this one but not sure.... and a rough translate of the dansih (red text) part would be: a blockingactions was canceled by a call to

i did try to uninstall and itstall the server again but still the same error.. i did check that another server was not running..

Last edited by boelle; 11-14-2009 at 07:12 AM.
boelle is offline   Reply With Quote
Sponsored links
Advertisement
 
Advertisement
Reply

Bookmarks

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
it works.. auto syncing when you arrive home collegeboyslive General MP3Car Discussion 4 11-29-2007 07:36 PM
Home stasik-a4 Map Monkey 1 06-01-2007 01:55 AM
Image server qwertylol Software & Software Development 1 01-10-2007 04:02 AM
MS Server 2003 help nappyjim Off Topic 3 05-25-2006 05:22 PM
winxp crashed, can I repair with my home pc? cw42 Newbie 2 10-08-2005 04:01 PM



All times are GMT -5. The time now is 03:35 PM.


Powered by vBulletin® Version 3.8.4
Copyright ©2000 - 2009, Jelsoft Enterprises Ltd.
Content Relevant URLs by vBSEO 3.3.2
Copyright © 1999 - 2008 Mp3Car.com Inc.Ad Management by RedTyger
Message Board Statistics