check the log again and give me this error
ERROR: Thread exception - For input string: "" - NumberForma tException (... < Config:114 < PropertiesProvider:53 < MailManager:49 < ...)
2019-05-01 17:34:59 ERROR: Thread exception - For input string: "" - NumberForma tException (... < Config:114 < PropertiesProvider:53 < MailManager:49 < ...)
I have had the same issue, web interface was not responding anymore with nothing special in the logs, it printed an error about the connection. This happened about 15 minutes after upgrading to 4.4.
Have you checked browser console?
Unfortunately, no, I first tried to reload the page, which failed. I had to restart the whole traccar process to get the page again. If/when I get this again, I will check the browser console.
Popup window that appears: Error: Communication failure
From browser console, I get:
unreachable code after return statement[Learn More] ext-all.js:22:366125
Firefox can’t establish a connection to the server at wss://traccar.arnor.org/api/socket.
app.min.js:462:467
Device movements are still appearing in logs after that crash.
Traccar app is also unable to connect, so that's really the whole web interface which is down, not only for one session.
BTW, I am using MariaDB and had to change the connection parameter.
<entry key='database.url'>jdbc:mysql://127.0.0.1:3306/traccar?serverTimezone=UTC&useSSL=false&
amp;allowMultiQueries=true&autoReconnect=true&useUnicode=yes&characterEncoding=UTF-8&a
mp;sessionVariables=sql_mode=''</entry>
What happens to the network calls? Are APIs still responsive?
I have started it on the console directly with "/usr/local/jdk-1.8.0/bin/java -XX:-UsePerfData -jar /usr/local/share/traccar/tracker-server.jar /etc/traccar/traccar.xml" and there is nothing special printed in the output.
Do you have an example of what you want me to test?
I am currently trying with debug.html
Unfortunately, debug.html didn't give better results :(
Firefox can’t establish a connection to the server at wss://traccar.arnor.org/api/socket. Root.js:197:17
I am now trying to run it with the websocket libraries used in 4.3 (websocket-*-9.4.14.v20181114.jar)
Have a look here: https://github.com/eclipse/jetty.project/issues/3615
running it only with older websocket libs made it last longer, but it still hangs. I am now trying with all jetty libs.
I need a little help, I just updated to version 4.4 of traccar and it does not allow me to load the web interface I restart the service and it starts working again but 10 minutes later it fails again and what makes me strange is that in the log it does not aparaece nothing