JNLP XML error 2022.03.0

Hi,
we just installed the new 2022.03.0 version on our test server and we have a problem.
We use smart client and we just downloaded the jnlp.
Opening it we get this error:

JNLParseException[ Impossibile analizzare il file di avvio. Errore alla riga 0.]
at com.sun.javaws.jnl.XMLFormat.decode(Unknown Source)
at com.sun.javaws.jnl.XMLFormat.parse(Unknown Source)
at com.sun.javaws.jnl.LaunchDescFactory.buildDescriptor(Unknown Source)
at com.sun.javaws.jnl.LaunchDescFactory.buildDescriptor(Unknown Source)
at com.sun.javaws.LaunchDownload._downloadExtensionsHelper(Unknown Source)
at com.sun.javaws.LaunchDownload.downloadExtensionsHelper(Unknown Source)
at com.sun.javaws.LaunchDownload._downloadExtensionsHelper(Unknown Source)
at com.sun.javaws.LaunchDownload.downloadExtensionsHelper(Unknown Source)
at com.sun.javaws.LaunchDownload.downloadExtensions(Unknown Source)
at com.sun.javaws.Launcher.prepareLaunchFile(Unknown Source)
at com.sun.javaws.Launcher.prepareAllResources(Unknown Source)
at com.sun.javaws.Launcher.prepareToLaunch(Unknown Source)
at com.sun.javaws.Launcher.prepareToLaunch(Unknown Source)
at com.sun.javaws.Launcher.launch(Unknown Source)
at com.sun.javaws.Main.launchApp(Unknown Source)
at com.sun.javaws.Main.continueInSecureThread(Unknown Source)
at com.sun.javaws.Main.access$000(Unknown Source)
at com.sun.javaws.Main$1.run(Unknown Source)
at java.lang.Thread.run(Unknown Source)
Caused by: java.io.EOFException: encoding.error.not.xml
at com.sun.deploy.xml.XMLEncoding.decodeXML(Unknown Source)
… 19 more

And this is the XML content:

<?xml version="1.0" encoding="utf-8"?> Servoy Client Servoy Database client system.property.apple.laf.useScreenMenuBar:true

How should we fix it?

hard to say, somewhere in all those plugins (jnlp files) there is some kind of error

What happens if you test it with a basic install without any 3rd party plugins.

I had the same error. But also the following error in Servoy log:

com.sun.org.apache.xml.internal.serializer.utils.WrappedRuntimeException: Could not load the propery file 'output_xml.properties' for output method 'xml' (check CLASSPATH)
...

Turned out that it was due to a Java update on the server (and not restarting Tomcat).
Restarting Tomcat and clearing the java cache on the client solved the issue.

Hope this helps.