[SOLVED] Openhab keeps rebooting after upgrade to latest stable

Hi everyone,
Just tried to upgrade to the latest stable release because my system was running on a pretty old version. Plus I wanted to start using the Alexa TTS and I could not get it working.
Anway I now openhab keeps rebooting in the loop shown on the attached log.
I have tried clearing the temp files and cache. Tried to remove the MQTT binding and re install as it seems to start going wrong from failing to install the MQTT binding and restarting the bundles.
To be honest this is way over my head as a hardware person! Can anyone point me in a direction to go? My system runs on a raspberry pi3

2019-03-03 16:54:35.434 [INFO ] [ebuilder.internal.HomeBuilderServlet] - Started Home Builder at /homebuilder

2019-03-03 16:54:35.580 [INFO ] [ui.habmin.internal.servlet.HABminApp] - Started HABmin servlet at /habmin

2019-03-03 16:54:37.287 [ERROR] [core.karaf.internal.FeatureInstaller] - Failed installing 'openhab-action-mqtt, openhab-binding-mqtt1': Error restarting bundles:

	Exception in org.eclipse.smarthome.io.rest.sse.internal.SseActivator.start() of bundle org.eclipse.smarthome.io.rest.sse.

2019-03-03 16:54:39.652 [INFO ] [io.openhabcloud.internal.CloudClient] - Connected to the openHAB Cloud service (UUID = f40a0522-c696-4a2d-bf05-4bdd52816c08, base URL = http://localhost:8080)

2019-03-03 16:55:27.686 [INFO ] [ebuilder.internal.HomeBuilderServlet] - Stopped Home Builder

2019-03-03 16:55:27.761 [INFO ] [io.openhabcloud.internal.CloudClient] - Shutting down openHAB Cloud service connection

2019-03-03 16:55:27.853 [INFO ] [io.openhabcloud.internal.CloudClient] - Disconnected from the openHAB Cloud service (UUID = f40a0522-c696-4a2d-bf05-4bdd52816c08, base URL = http://localhost:8080)

2019-03-03 16:55:29.974 [INFO ] [io.openhabcloud.internal.CloudClient] - Connected to the openHAB Cloud service (UUID = f40a0522-c696-4a2d-bf05-4bdd52816c08, base URL = http://localhost:8080)

2019-03-03 16:55:32.088 [INFO ] [basic.internal.servlet.WebAppServlet] - Stopped Basic UI

2019-03-03 16:55:32.444 [INFO ] [ui.habmin.internal.servlet.HABminApp] - Stopped HABmin servlet

2019-03-03 16:55:32.589 [INFO ] [io.openhabcloud.internal.CloudClient] - Shutting down openHAB Cloud service connection

2019-03-03 16:55:32.601 [INFO ] [io.openhabcloud.internal.CloudClient] - Disconnected from the openHAB Cloud service (UUID = f40a0522-c696-4a2d-bf05-4bdd52816c08, base URL = http://localhost:8080)

2019-03-03 16:55:35.270 [INFO ] [ebuilder.internal.HomeBuilderServlet] - Started Home Builder at /homebuilder

2019-03-03 16:55:35.393 [INFO ] [ui.habmin.internal.servlet.HABminApp] - Started HABmin servlet at /habmin

2019-03-03 16:55:35.767 [ERROR] [org.eclipse.smarthome.io.rest.sse   ] - FrameworkEvent ERROR - org.eclipse.smarthome.io.rest.sse

org.osgi.framework.BundleException: Exception in org.eclipse.smarthome.io.rest.sse.internal.SseActivator.start() of bundle org.eclipse.smarthome.io.rest.sse.

	at org.eclipse.osgi.internal.framework.BundleContextImpl.startActivator(BundleContextImpl.java:800) ~[?:?]

	at org.eclipse.osgi.internal.framework.BundleContextImpl.start(BundleContextImpl.java:729) [?:?]

	at org.eclipse.osgi.internal.framework.EquinoxBundle.startWorker0(EquinoxBundle.java:933) ~[?:?]

	at org.eclipse.osgi.internal.framework.EquinoxBundle$EquinoxModule.startWorker(EquinoxBundle.java:309) ~[?:?]

	at org.eclipse.osgi.container.Module.doStart(Module.java:581) ~[?:?]

	at org.eclipse.osgi.container.Module.start(Module.java:449) ~[?:?]

	at org.eclipse.osgi.framework.util.SecureAction$23.run(SecureAction.java:474) ~[?:?]

	at org.eclipse.osgi.framework.util.SecureAction$23.run(SecureAction.java:1) ~[?:?]

	at java.security.AccessController.doPrivileged(Native Method) ~[?:?]

	at org.eclipse.osgi.framework.util.SecureAction.start(SecureAction.java:472) ~[?:?]

	at org.eclipse.osgi.container.ModuleContainer.start(ModuleContainer.java:750) ~[?:?]

	at org.eclipse.osgi.container.ModuleContainer.applyDelta(ModuleContainer.java:741) ~[?:?]

	at org.eclipse.osgi.container.ModuleContainer.resolveAndApply(ModuleContainer.java:511) ~[?:?]

	at org.eclipse.osgi.container.ModuleContainer.resolve(ModuleContainer.java:457) ~[?:?]

	at org.eclipse.osgi.container.ModuleContainer.refresh(ModuleContainer.java:1001) ~[?:?]

	at org.eclipse.osgi.container.ModuleContainer$ContainerWiring.dispatchEvent(ModuleContainer.java:1382) ~[?:?]

	at org.eclipse.osgi.container.ModuleContainer$ContainerWiring.dispatchEvent(ModuleContainer.java:1) ~[?:?]

	at org.eclipse.osgi.framework.eventmgr.EventManager.dispatchEvent(EventManager.java:230) [?:?]

	at org.eclipse.osgi.framework.eventmgr.EventManager$EventThread.run(EventManager.java:340) [?:?]

Caused by: java.lang.LinkageError: ClassCastException: attempting to castbundleresource://32.fwk17814944/javax/ws/rs/ext/RuntimeDelegate.class to bundleresource://32.fwk17814944/javax/ws/rs/ext/RuntimeDelegate.class

	at javax.ws.rs.ext.RuntimeDelegate.findDelegate(RuntimeDelegate.java:146) ~[?:?]

	at javax.ws.rs.ext.RuntimeDelegate.getInstance(RuntimeDelegate.java:120) ~[?:?]

	at javax.ws.rs.core.MediaType.valueOf(MediaType.java:179) ~[?:?]

	at org.glassfish.jersey.media.sse.SseFeature.<clinit>(SseFeature.java:62) ~[?:?]

	at org.eclipse.smarthome.io.rest.sse.internal.SseActivator.start(SseActivator.java:49) ~[?:?]

	at org.eclipse.osgi.internal.framework.BundleContextImpl$3.run(BundleContextImpl.java:779) ~[?:?]

	at org.eclipse.osgi.internal.framework.BundleContextImpl$3.run(BundleContextImpl.java:1) ~[?:?]

	at java.security.AccessController.doPrivileged(Native Method) ~[?:?]

	at org.eclipse.osgi.internal.framework.BundleContextImpl.startActivator(BundleContextImpl.java:772) ~[?:?]

	... 18 more

2019-03-03 16:55:37.737 [INFO ] [io.openhabcloud.internal.CloudClient] - Connected to the openHAB Cloud service (UUID = f40a0522-c696-4a2d-bf05-4bdd52816c08, base URL = http://localhost:8080)

2019-03-03 16:55:38.264 [ERROR] [core.karaf.internal.FeatureInstaller] - Failed installing 'openhab-action-mqtt, openhab-binding-mqtt1': Error restarting bundles:

	Exception in org.eclipse.smarthome.io.rest.sse.internal.SseActivator.start() of bundle org.eclipse.smarthome.io.rest.sse.

2019-03-03 16:56:27.808 [INFO ] [ebuilder.internal.HomeBuilderServlet] - Stopped Home Builder

2019-03-03 16:56:27.882 [INFO ] [io.openhabcloud.internal.CloudClient] - Shutting down openHAB Cloud service connection

2019-03-03 16:56:27.922 [INFO ] [io.openhabcloud.internal.CloudClient] - Disconnected from the openHAB Cloud service (UUID = f40a0522-c696-4a2d-bf05-4bdd52816c08, base URL = http://localhost:8080)

2019-03-03 16:56:30.525 [INFO ] [io.openhabcloud.internal.CloudClient] - Connected to the openHAB Cloud service (UUID = f40a0522-c696-4a2d-bf05-4bdd52816c08, base URL = http://localhost:8080)

2019-03-03 16:56:32.166 [INFO ] [basic.internal.servlet.WebAppServlet] - Stopped Basic UI

2019-03-03 16:56:32.560 [INFO ] [ui.habmin.internal.servlet.HABminApp] - Stopped HABmin servlet

2019-03-03 16:56:32.726 [INFO ] [io.openhabcloud.internal.CloudClient] - Shutting down openHAB Cloud service connection

2019-03-03 16:56:32.732 [INFO ] [io.openhabcloud.internal.CloudClient] - Disconnected from the openHAB Cloud service (UUID = f40a0522-c696-4a2d-bf05-4bdd52816c08, base URL = http://localhost:8080)

2019-03-03 16:56:33.992 [INFO ] [ebuilder.internal.HomeBuilderServlet] - Started Home Builder at /homebuilder

2019-03-03 16:56:34.112 [INFO ] [ui.habmin.internal.servlet.HABminApp] - Started HABmin servlet at /habmin

2019-03-03 16:56:35.036 [ERROR] [org.eclipse.smarthome.io.rest.sse   ] - FrameworkEvent ERROR - org.eclipse.smarthome.io.rest.sse


Hmmmm not sure whats going on there, I dont have any zwave devices and as far as I know I have never installed the binding…??
How do I get rid of this? Sorry my coding is limited and knowledge of linux the same.

Once I can get rid of this I will have a look at the MQTT error.

Cheers

Not the zwave part, this part:

And the second error: install mqtt1 from the legacy addon repository (enable it first -> forum search). Because mqtt1 got automatically uninstalled while upgrading.

grafik

Ah, Sorry. Its late here and I misread your post. Will give that a try.