OH 5.2.0 Jetty Error after update from 5.1.4 in docker

Hi,
im using oh in docker and just did the upgrade from 5.1.4 to 5.2.0.
But then i got

2026-07-25 15:44:44.774 [WARN ] [g.eclipse.jetty.xml.XmlConfiguration] - Config error at <Call name="addConnector"><Arg>
			<New class="org.eclipse.jetty.server.ServerConnector" id="sslConnectorId"><Arg name="server">
					<Ref refid="Server"/>
				</Arg><Arg name="factories">
					<Array type="org.eclipse.jetty.server.ConnectionFactory"><Item>
							<New class="org.eclipse.jetty.server.SslConnectionFactory"><Arg name="sslContextFactory">
									<Ref refid="sslContextFactory"/>
								</Arg><Arg name="next">alpn</Arg></New>
						</Item><Item>
							<New class="org.eclipse.jetty.alpn.server.ALPNServerConnectionFactory"><Arg>h2,http/1.1</Arg></New>
						</Item><Item>
							<New class="org.eclipse.jetty.http2.server.HTTP2ServerConnectionFactory"><Arg name="config">
									<Ref refid="httpConfig"/>
								</Arg></New>
						</Item><Item>
							<New class="org.eclipse.jetty.server.HttpConnectionFactory"><Arg name="config">
									<Ref refid="httpConfig"/>
								</Arg></New>
						</Item></Array>
				</Arg><Set name="name">
					<SystemProperty name="jetty.host" default="0.0.0.0"/>:<SystemProperty name="org.osgi.service.http.port.secure" default="8443"/>
				</Set><Set name="host">
					<SystemProperty name="jetty.host"/>
				</Set><Set name="port">
					<SystemProperty name="org.osgi.service.http.port.secure" default="8443"/>
				</Set><Set name="idleTimeout">
					<SystemProperty name="https.timeout" default="30000"/>
				</Set></New>
		</Arg></Call>
2026-07-25 15:44:44.834 [WARN ] [ce.jetty.internal.JettyServerWrapper] - Problem parsing file:///openhab/runtime/etc/jetty.xml: null
java.lang.reflect.InvocationTargetException

But the jetty.xml is existing inside the container.
The update itself it told me SUCCESS: openHAB updated from 5.1.4 to 5.2.0

Former i had never as i remember such jetty problem.

Is there something what i missed on updating? Would be nice if someone coud give me a hint…

If this is your first startup after upgrading, give it 10-15 minutes, then restart OH. There are a lot of components it needs to sort out the first startup, that can lead to “strange errors”.

hi,
That was the hint!
I did restarted after some minutes and now it works fine (no more jetty-problems).

Best thanks and regards