[root@izwz9ay conf]# systemctl status traccar
● traccar.service - traccar
Loaded: loaded (/etc/systemd/system/traccar.service; enabled; vendor preset: disabled)
Active: active (running) since Sat 2022-01-29 23:34:12 CST; 2s ago
Main PID: 17643 (java)
CGroup: /system.slice/traccar.service
└─17643 /opt/traccar/jre/bin/java -jar tracker-server.jar conf/traccar.xml
Jan 29 23:34:12 izwz9ay systemd[1]: Started traccar.
Jan 29 23:34:12 izwz9ay systemd[1]: Starting traccar...
--- visit:
[root@izwz9ay ~]# cd /tmp/
[root@izwz9ay tmp]# wget myip:8082/
--2022-01-29 23:34:53-- myip:8082/
Connecting to 119.23.23.132:8082... failed: Connection timed out.
Retrying.
--2022-01-29 23:37:01-- (try: 2) myip:8082/
Connecting to 119.23.23.132:8082...
log...
[root@izwz9ay tmp]# tail -f /opt/traccar/logs/tracker-server.log
2022-01-29 23:34:24 INFO: Version: 4.15
2022-01-29 23:34:24 INFO: Starting server...
2022-01-29 23:34:24 INFO: jetty-10.0.7; built: 2021-10-06T19:34:02.766Z; git: da8a4553af9dd84080931fa0f8c678cd2d60f3d9; jvm 11.0.13+8-LTS
2022-01-29 23:34:25 INFO: Started o.t.w.@3d3930fe{/,null,AVAILABLE}
2022-01-29 23:34:25 INFO: Session workerName=node0
2022-01-29 23:34:25 WARN: JAXBContext implementation could not be found. WADL feature is disabled.
2022-01-29 23:34:26 INFO: Started o.e.j.s.ServletContextHandler#5abb7a8f{/,null,AVAILABLE}
2022-01-29 23:34:26 INFO: Started ServerConnector#671c4166{HTTP/1.1, (http/1.1)}{
x
8082}
2022-01-29 23:34:26 INFO: Started Server#49cb5030{STARTING}[10.0.7,sto=0] @14162ms
2022-01-29 23:34:26 INFO: Health check enabled with period 480000
i have look db, have auto create many tables ,but web can not visit .why ?
The server seems to be running file based on the last log fragment, so you should be able to connect to the port 8082.
Have you tried to connect locally? Maybe there's a firewall or other network issue?
Hello, I just came to report the same.
Server was working fine, but I can't access anymore since 4.15 update. Traccar seems to be up and running.
Have you checked if the port is open and the process is listening?
It would be very strange if not. It was working before, nothing changed other than updating traccar.
But will check.
i have visit on localhost 8082 or by ip ,but no response.version 4.15 and mysql db
checked if the port is open and the process is listening?===>is open and listening
That contradicts your earlier information:
Connection timed out
install after start server ,but can not visit.