Getting this in my log file, seems like it's starting up and shutting down for no reason... port is available. What am i missing
WARNING|wrapper|Service traccar|18-01-02 13:35:19|YAJSW: yajsw-stable-12.11
WARNING|wrapper|Service traccar|18-01-02 13:35:19|OS : Windows 10/10.0/amd64
WARNING|wrapper|Service traccar|18-01-02 13:35:19|JVM : Oracle Corporation/9.0.1/C:\Program Files\Java\jre-9.0.1/64
INFO|wrapper|Service traccar|18-01-02 13:35:22|start delay: 0
INFO|wrapper|Service traccar|18-01-02 13:35:23|started process with pid 6004
INFO|wrapper|Service traccar|18-01-02 13:35:26|calling onStop
INFO|wrapper|Service traccar|18-01-02 13:35:26|Win service stop - timeout: 30000
INFO|wrapper|Service traccar|18-01-02 13:35:26|Win service wrapper.control -> stopping application
INFO|wrapper|Service traccar|18-01-02 13:35:26|Win service stop - after shutdown
INFO|wrapper|Service traccar|18-01-02 13:35:26|Win service stop - before notify
INFO|wrapper|Service traccar|18-01-02 13:35:26|Win service terminated
Don't use Java 9. Use Java 8.
Thanks, JAVA 8 works perfect.
Getting this in my log file, seems like it's starting up and shutting down for no reason... port is available. What am i missing