OpenHab2 not starting any more

So OH2 just stopped working for me and I guess that it might have something to do with me trying to enable wifi on the Raspberry Pi… perhaps it has something to do with the fact that I have both wifi and cable plugged in?

When running

sudo systemctl status openhab2.service

I get the following

● openhab2.service - The openHAB 2 Home Automation Bus Solution
   Loaded: loaded (/lib/systemd/system/openhab2.service; enabled)
   Active: failed (Result: start-limit) since Fri 2017-02-10 00:28:15 CET; 36s ago
     Docs: http://docs.openhab.org
  Process: 842 ExecStop=/bin/kill -SIGINT $MAINPID (code=exited, status=1/FAILURE)
  Process: 836 ExecStart=/user/share/openhab2/start.sh server (code=exited, status=203/EXEC)
 Main PID: 836 (code=exited, status=203/EXEC)

Feb 10 00:28:15 openHABianPi systemd[1]: openhab2.service: control process exited, code=exited status=1
Feb 10 00:28:15 openHABianPi systemd[1]: Unit openhab2.service entered failed state.
Feb 10 00:28:15 openHABianPi kill[842]: -h, --help     display this help and exit
Feb 10 00:28:15 openHABianPi kill[842]: -V, --version  output version information and exit
Feb 10 00:28:15 openHABianPi kill[842]: For more details see kill(1).
Feb 10 00:28:15 openHABianPi systemd[1]: openhab2.service holdoff time over, scheduling restart.
Feb 10 00:28:15 openHABianPi systemd[1]: Stopping The openHAB 2 Home Automation Bus Solution...
Feb 10 00:28:15 openHABianPi systemd[1]: Starting The openHAB 2 Home Automation Bus Solution...
Feb 10 00:28:15 openHABianPi systemd[1]: openhab2.service start request repeated too quickly, refusing to start.
Feb 10 00:28:15 openHABianPi systemd[1]: Failed to start The openHAB 2 Home Automation Bus Solution.
Feb 10 00:28:15 openHABianPi systemd[1]: Unit openhab2.service entered failed state.

and now I´m kind of stuck…
I have tried to update Java but no luck there.
Also tried to unplug the cable but the error remains :stuck_out_tongue:

So what should I try next? :slight_smile:

Ok so that issue seems to have been the file…

/lib/systemd/system/openhab2.service

When removing it I can start OH2 manually…
But still the wifi is not working and also now I need to hit the IP directly instead if http://openhabianpi:8080/

What do I need to do to fix that?