Hi,
I just installed Traccar on ubuntu 14.04 server. When I try to start release.html I only have a moving circle. Nothing else happend. I have many of these errors in the end of my wrapper.log:
INFO | jvm 1 | 2016/07/23 15:06:59 | [qtp1164857634-35] WARN org.eclipse.jetty.http.HttpParser - badMessage: 400 Bad EOL for HttpChannelOverHttp@3a284bee{r=0,c=false,a=ID
LE,uri=}
I found the problem. Just set the correct web port in traccar.xml
<entry key='web.enable'>true</entry>
<entry key='web.port'>8082</entry>
<entry key='web.path'>/opt/traccar/web</entry>
What port did you try before?
Hi,
I just installed Traccar on ubuntu 14.04 server. When I try to start release.html I only have a moving circle. Nothing else happend. I have many of these errors in the end of my wrapper.log: