Traccar not working.

Anton Tananaev8 years ago

Hostigator has a VPS option as well.

There is no easy way to check where exactly connection is blocked. You can disable firewall to see if it's the problem. If not, it means that port is not forwarded on your router. That's assuming that your ISP actually provides you with a public address.

Tracked8 years ago

Hi
Well its the windows 8 firewall if I turn off the firewall then Traccar works turn the firewall back on then it stops.

I am on the firewall page in Win 8 where it says "Allows apps to communicate through windows firewall" I do not see anything Traccar listed on the list, their is a option to "Allow another app" that opens another window allowing you to navigate to another program to add to the list
I navigated to C:\Program Files (x86)\Traccar what directory or file do I select?

Thanks.

Anton Tananaev8 years ago

I think Traccar runs as Java process, but I would recommend to explicitly allow port numbers instead of application.

Tracked8 years ago

Thanks now I am trying to figure out how to open a port for the firewall.

Anton Tananaev8 years ago

There definitely must be a way. When you figure it out, please provide info in case others have similar problem in future.

I hava installed the Traccar server on my Windows 10 machine with Firewall status set to off. I am able to login to Traccar web interface (i.e localhost:8082). I have created a device and have given the same Device indentifier (i.e. 629643) as it was generated in the Android Traccar client. I have both server as well as client in the same wifi network. Traccar client is able to communicate with the server on port 5005. But still I am getting status as "Sending Failed" after "Location Update" status on Traccar client and data is not displayed against the device on web interface. I checked the troubleshooting page, but that did not help. I have tried ports 5001 and 5005 and getting the same result. Can you please help me as why the issue is coming?

Below is the log that is getting generated.

2016-07-13 12:05:24  INFO: Operating system name: Windows 10 version: 10.0 architecture: amd64
2016-07-13 12:05:24  INFO: Java runtime name: Java HotSpot(TM) 64-Bit Server VM vendor: Oracle Corporation version: 25.91-b15
2016-07-13 12:05:24  INFO: Memory limit heap: 1799mb non-heap: 0mb
2016-07-13 12:05:24  INFO: Character encoding: UTF-8 charset: UTF-8
2016-07-13 12:05:24  INFO: Version: 3.6-SNAPSHOT
2016-07-13 12:05:27  INFO: Starting server...
2016-07-13 12:07:15  INFO: [0E5F5590] connected
2016-07-13 12:07:15 DEBUG: [0E5F5590: 5005 < 192.168.2.3] HEX: 474554202f3f69643d3632393634332674696d657374616d703d31343638333331343130266c61743d31392e3232323033343934266c6f6e3d37322e39373833343532362673706565643d302e3937313932322662656172696e673d33302e37393939393932333730363035343726616c7469747564653d34372e3026626174743d36392e3020485454502f312e310d0a557365722d4167656e743a2044616c76696b2f322e312e3020284c696e75783b20553b20416e64726f696420362e302e313b204d49203357204d4955492f362e352e3237290d0a486f73743a203139322e3136382e322e31353a353030350d0a436f6e6e656374696f6e3a204b6565702d416c6976650d0a4163636570742d456e636f64696e673a20677a69700d0a0d0a
2016-07-13 12:07:30  INFO: [0E5F5590] disconnected
2016-07-13 12:08:00  INFO: [1B758509] connected
2016-07-13 12:08:00 DEBUG: [1B758509: 5005 < 192.168.2.3] HEX: 474554202f3f69643d3632393634332674696d657374616d703d31343638333331343130266c61743d31392e3232323033343934266c6f6e3d37322e39373833343532362673706565643d302e3937313932322662656172696e673d33302e37393939393932333730363035343726616c7469747564653d34372e3026626174743d36392e3020485454502f312e310d0a557365722d4167656e743a2044616c76696b2f322e312e3020284c696e75783b20553b20416e64726f696420362e302e313b204d49203357204d4955492f362e352e3237290d0a486f73743a203139322e3136382e322e31353a353030350d0a436f6e6e656374696f6e3a204b6565702d416c6976650d0a4163636570742d456e636f64696e673a20677a69700d0a0d0a
2016-07-13 12:08:16  INFO: [1B758509] disconnected
Anton Tananaev8 years ago

Correct port for Traccar Client is 5055.

Thanks..Its working now..I really appreciate your help...

Thanks..Its working now..I really appreciate your help...

Now data is coming in Web interface..but the message still showing as "Send Failed" on android client..

Anton Tananaev8 years ago

Are you sure it shows errors for new messages, not the old ones?

Thanks now everything is working fine.