Hi, I had the same issue! Can you check your jetty log?
In my case jetty could not bind to port 8080, another deamon was running on the same port. Does 'netstat -tulpn | grep :8080' show another process bind to the port? You can switch the port by changing the following line: /etc/jetty9/start.ini: jetty.port=8080 Maybe it solves your problem .... Best regards, Kai