Not able to configure device using Traccar on web

Neha Sharma7 years ago

I am following this tutorial https://www.traccar.org/quick-start/ to configure my device using my server http://198.211.21.XX:8082.

And also configuring my device using traccar client app with following details:

Device identifier: random int no 56745
Server address: 198.211.21.XX
Server port: 5055
Frequency: 5

I am working on linux system.

Can not getting parameters of my device and its position id to null inside device table and whole system is not working. Facing problem last 10 days but before i was able to configure my device with following settings

Kindly help me to configure my device and tell me is there any limit to configure devices on traccar.
Thanks,

Anton Tananaev7 years ago

You should check both status screen in the app, and server log file.

Traccar doesn't have any limits.

Neha Sharma7 years ago

According to my preset frequency i am getting Location update often and send failed sometimes inside the app status and receiving this 2016-11-07 16:28:14 WARN: netty warning: Failed to accept a connection. inside my server log file.

path of server logs file: /opt/traccar/logs.

Looking forward for your ans and my apologies for dup threads thanks for your precious time here.

Anton Tananaev7 years ago

Is there any stack trace? Usually it means that you reached connection limit. Check this page:

https://www.traccar.org/optimization/

Neha Sharma7 years ago

we have added these two below lines and restart server then i again add new device named htc but still no getting parameter check table below:

Added lines: root soft  nofile 50000
             root hard  nofile 50000

mysql> select * from device;
+----+-------+----------+--------+---------------------+------------+--------+
| id | name  | uniqueId | status | lastUpdate          | positionId | dataId |
+----+-------+----------+--------+---------------------+------------+--------+
| 18 | Rajiv | 966711   | NULL   | 2016-09-29 13:47:00 |      20706 |   NULL |
| 30 | htc   | 100277   | NULL   | 2016-11-10 16:24:57 |       NULL |   NULL |
+----+-------+----------+--------+---------------------+------------+--------+
2 rows in set (0.00 sec)
Anton Tananaev7 years ago

Are there any errors in the log?