Hi all,
I have tries a lot of things but i can't get Traccar working. It's maybe important to know that i have installed Traccar from the commmunity store at http://www.cphub.net/ .
It's installed now and looks to seems to be working fine but it's not. What i have tried:
- Reinstall Traccar
- Maria 5 DB only installed and/or Maria 10 DB only installed
- Changing port to different locations
- Testing the app to the demo server 5 (also in the Netherlands) and looks that works very well and get update etc.
- Testing inside my home network. Smartphone on wifi and in in the settings the internal ip of the Synology nas with port 55005
- Swapping the modem from a FritzBox 7490 to a ZTE ZXHN H369A and back.
Port 55005 does i found in the configuration file default.xml <entry key='t55.port'>55005</entry>
this is the default standard protocol and port for the app?
the app says continuously Sending failed...
Here is what i found in the log file:
2018-02-25 14:37:25 INFO: Operating system name: Linux version: 3.10.102 architecture: arm
2018-02-25 14:37:25 INFO: Java runtime name: OpenJDK Client VM vendor: Oracle Corporation version: 25.151-b12
2018-02-25 14:37:25 INFO: Memory limit heap: 243mb non-heap: 0mb
2018-02-25 14:37:25 INFO: Character encoding: UTF-8 charset: UTF-8
2018-02-25 14:37:25 INFO: Version: 3.15-SNAPSHOT
2018-02-25 14:37:43 INFO: Starting server...
2018-02-25 14:38:52 INFO: [597B9105] connected
2018-02-25 14:38:52 DEBUG: [597B9105: 55005 < 192.168.2.3] HEX: 504f5354202f3f69643d3534353735382674696d657374616d703d31353139353632343634266c61743d35322e37313234333732266c6f6e3d362e3436343530382673706565643d302e302662656172696e673d302e3026616c7469747564653d36352e343030303031353235383738392661636375726163793d31392e34303930303033393637323835313626626174743d39302e3020485454502f312e310d0a436f6e74656e742d547970653a206170706c69636174696f6e2f782d7777772d666f726d2d75726c656e636f6465640d0a557365722d4167656e743a2044616c76696b2f322e312e3020284c696e75783b20553b20416e64726f696420372e303b20534d2d4739353046204275696c642f4e524439304d290d0a486f73743a203139322e3136382e322e3234383a35353030350d0a436f6e6e656374696f6e3a204b6565702d416c6976650d0a4163636570742d456e636f64696e673a20677a69700d0a436f6e74656e742d4c656e6774683a20300d0a0d0a
2018-02-25 14:39:13 INFO: [597B9105] disconnected
2018-02-25 14:39:37 INFO: [4690ADC1] connected
and it goes so on and on and on...
Who can help me to fix this please??????
Edit: finaly!!! i have it working. I should use port 55055 .....
Port for Traccar Client has been 5055 for years now, so I'm not sure why you were trying 5005.
I'm also not... I think to much searched on Google and to much numbers in my head.
Oh and it looks like gettext was also not correctly installed. Also maybe it's good to change the installing instructions on https://www.traccar.org/synology/.
ipkg/bootstrap is the first priority to install. For me it was very hard to found how i should do that and how i could find the correct version. But after a long search i found this super easy way! It can be also installed from the GUI from cphub.net with the name 'Easy bootstrap installer'. It choose automaticaly the correct version for your Synology. After installing it's needen to run 'ipkg update' with ssh.
After installing ipkg the other commands are:
ipkg install coreutils
ipkg install textutils
ipkg install gettext
Then installing java8 from the synology package center.
MySQL is not availble for Synology today so you can choose for Mariadb 5.
And at last installing Traccar itself! :)
Hi all,
I have tries a lot of things but i can't get Traccar working. It's maybe important to know that i have installed Traccar from the commmunity store at http://www.cphub.net/ .
It's installed now and looks to seems to be working fine but it's not. What i have tried:
Port 55005 does i found in the configuration file default.xml
<entry key='t55.port'>55005</entry>
this is the default standard protocol and port for the app?the app says continuously Sending failed...
Here is what i found in the log file:
and it goes so on and on and on...
Who can help me to fix this please??????
Edit: finaly!!! i have it working. I should use port 55055 .....