Problem with first setup on ubuntu 16.04

Have some issues about setting openhab up on ubuntu 16,04,
i get the following error msgs; and i dont even know where to start looking for solution to this, thankfull for help.
Johan

sudo /etc/init.d/openhab status
● openhab.service - Starts and stops the openHAB Home Automation Bus
Loaded: loaded (/usr/lib/systemd/system/openhab.service; disabled; vendor preset: enabled)
Active: failed (Result: exit-code) since fre 2016-06-10 22:16:19 CEST; 6s ago
Docs: http://www.openhab.org
Process: 3604 ExecStart=/usr/share/openhab/bin/openhab.sh -o (code=exited, status=2)
Process: 3557 ExecStartPre=/usr/share/openhab/bin/setpermissions.sh (code=exited, status=0/SUCCESS)
Main PID: 3604 (code=exited, status=2)

jun 10 22:16:19 johan-desktop setpermissions.sh[3557]: setting owner openhab:openhab recursively for /var/lib/openhab
jun 10 22:16:19 johan-desktop setpermissions.sh[3557]: setting permissions and owner openhab:openhab recursively for /var/log/openhab
jun 10 22:16:19 johan-desktop setpermissions.sh[3557]: setting permissions and owner openhab:openhab recursively for /etc/openhab/configurations
jun 10 22:16:19 johan-desktop setpermissions.sh[3557]: setting permissions and owner openhab:openhab for /usr/share/openhab/webapps/static
jun 10 22:16:19 johan-desktop setpermissions.sh[3557]: setting permissions and owner openhab:openhab for /etc/openhab/jetty/etc/keystore
jun 10 22:16:19 johan-desktop setpermissions.sh[3557]: setting permissions and owner openhab:openhab for /etc/openhab/configurations/users.cfg
jun 10 22:16:19 johan-desktop systemd[1]: Started Starts and stops the openHAB Home Automation Bus.
jun 10 22:16:19 johan-desktop systemd[1]: openhab.service: Main process exited, code=exited, status=2/INVALIDARGUMENT
jun 10 22:16:19 johan-desktop systemd[1]: openhab.service: Unit entered failed state.
jun 10 22:16:19 johan-desktop systemd[1]: openhab.service: Failed with result ‘exit-code’.

First, on Ubuntu 16 you will get more information by using systemctl rather than running init.d scripts. In fact, not all services even have a script in init.d any longer.

Second, look in /var/log/openhab/openhab.log and see what is preventing OH from starting. I’m going to guess right now that it is a Bind exception which indicates that you already have something running on port 8080, 8443, or 5555 which are ports OH uses.