problem 4.10 to 4.15

Almotra3 years ago

Hello,
I just did the update but traccar does not start anymore.
In the status I have:

● traccar.service - traccar
   Loaded: loaded (/etc/systemd/system/traccar.service; enabled; vendor preset: enabled)
   Active: activating (auto-restart) (Result: exit-code) since Sat 2022-03-12 13:41:55 UTC; 3s ago
  Process: 13747 ExecStart=/opt/traccar/jre/bin/java -jar tracker-server.jar conf/traccar.xml (code=exited, status=203/EXEC)
 Main PID: 13747 (code=exited, status=203/EXEC)

If I try to start manually I get this:

root@Jeedom:~# /opt/traccar/jre/bin/java -jar tracker-server.jar conf/traccar.xml
-bash: /opt/traccar/jre/bin/java: No such file or directory
root@Jeedom:~# cd /opt/traccar
root@Jeedom:/opt/traccar# /opt/traccar/jre/bin/java -jar tracker-server.jar conf/traccar.xml
-bash: /opt/traccar/jre/bin/java: No such file or directory
root@Jeedom:/opt/traccar# 

Any ideas ?

Anton Tananaev3 years ago

Doesn't look like you have Traccar installed. Some files are missing.

Almotra3 years ago

However, I reinstalled everything, all the files are present.
Everything was working fine before. Do you have any advice for me to find the problem ?

Anton Tananaev3 years ago

What platform are you installing it onto? Specifically what CPU architecture.

And what installer are you using?

Almotra3 years ago

I am on ARMBIAN with s905X3.
I am using traccar-linux-arm-4.15.zip
I managed to make it work, but when I put the DATA folder and the traccar.xml file back, Traccar does not start, even after reinstalling traccar, I have to reinstall ARMBIAN.
I have the same problem with the windows version.