Bad EOL for HttpChannelOverHttp

monsegaard8 years ago

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=}
monsegaard8 years ago

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>

Anton Tananaev8 years ago

What port did you try before?

monsegaard8 years ago

I tried 8888.