OWS Daimler Software

The public knowledge pool and discussion forum of the OWS community. Do not post confidential information here!
AVAG IT
Posts: 2
Joined: 02 Jun 2020, 10:04

OWS Daimler Software

Post by AVAG IT »

Dear Karakun Support!
we have many problems with version 1.4.0 ows and the different daimler applications. We using OWS on our terminalserver (windows server 2016) for our clients. Our clients using an dms system which opens up a different browser windows through our terminalserver (streamed). Then the client log in into xentryportal. He starting "wis" or "eva", all is starting up and at the end we just get a minimized window with an error, start up canceled. We have many clients here in austria, all are struggeling now with that problem.
I put you a screenshot in the attachments.

EWA .jnlp
https://cloud.avag.eu/index.php/s/Hm7gfnoCePj2kKm

WIS .jnlp
https://cloud.avag.eu/index.php/s/73wqwRa3ymFAMfo

Cheers Michael

Code: Select all

net.sourceforge.jnlp.LaunchException: Fatal: Initialization Error: Could not initialize application. The application has not been initialized, for more information execute javaws from the command line.
	at net.sourceforge.jnlp.Launcher.createApplication(Launcher.java:587)
	at net.sourceforge.jnlp.Launcher.launchApplication(Launcher.java:372)
	at net.sourceforge.jnlp.Launcher.access$200(Launcher.java:70)
	at net.sourceforge.jnlp.Launcher$TgThread.run(Launcher.java:654)
Caused by: java.lang.RuntimeException: java.lang.Exception: Exception while initializing extension 'https://retailfactory.mercedes-benz.com/EWA-net/jnlp/client_res/client_tools_1.34.33.52.jnlp'
	at net.sourceforge.jnlp.runtime.classloader.JNLPClassLoader.initializeExtensions(JNLPClassLoader.java:572)
	at net.sourceforge.jnlp.runtime.classloader.JNLPClassLoader.<init>(JNLPClassLoader.java:348)
	at net.sourceforge.jnlp.runtime.classloader.JNLPClassLoader.createInstance(JNLPClassLoader.java:423)
	at net.sourceforge.jnlp.runtime.classloader.JNLPClassLoader.getInstance(JNLPClassLoader.java:495)
	at net.sourceforge.jnlp.runtime.classloader.JNLPClassLoader.getInstance(JNLPClassLoader.java:468)
	at net.sourceforge.jnlp.Launcher.createApplication(Launcher.java:579)
	... 3 more
Caused by: java.lang.Exception: Exception while initializing extension 'https://retailfactory.mercedes-benz.com/EWA-net/jnlp/client_res/client_tools_1.34.33.52.jnlp'
	at net.sourceforge.jnlp.runtime.classloader.JNLPClassLoader.initializeExtensions(JNLPClassLoader.java:565)
	... 8 more
Caused by: net.sourceforge.jnlp.LaunchException: The application uses non-codebase resources, which do match its Application-Library-Allowable-Codebase Attribute, but was blocked from running by the user.
	at net.adoptopenjdk.icedteaweb.manifest.ManifestAttributesChecker.checkApplicationLibraryAllowableCodebaseAttribute(ManifestAttributesChecker.java:420)
	at net.adoptopenjdk.icedteaweb.manifest.ManifestAttributesChecker.checkAll(ManifestAttributesChecker.java:126)
	at net.sourceforge.jnlp.runtime.classloader.JNLPClassLoader.initializeResources(JNLPClassLoader.java:816)
	at net.sourceforge.jnlp.runtime.classloader.JNLPClassLoader.<init>(JNLPClassLoader.java:350)
	at net.sourceforge.jnlp.runtime.classloader.JNLPClassLoader.createInstance(JNLPClassLoader.java:423)
	at net.sourceforge.jnlp.runtime.classloader.JNLPClassLoader.getInstance(JNLPClassLoader.java:495)
	at net.sourceforge.jnlp.runtime.classloader.JNLPClassLoader.getInstance(JNLPClassLoader.java:542)
	at net.sourceforge.jnlp.runtime.classloader.JNLPClassLoader.initializeExtensions(JNLPClassLoader.java:562)
	... 8 more
Attachments
ows.png
ows.png (22.11 KiB) Viewed 3762 times

Janak Mulani
Posts: 726
Joined: 24 Mar 2020, 13:37

Re: OWS Daimler Software

Post by Janak Mulani »

Hello,

Just to clarify: Was the same jnlp application working with OWS 1.3.3 and the same application is now not working with OWS 1.4.0? Kindly confirm this.

The screen shot says that the JVM matching that specified in the jnlp file was not found on the system,. You have specified

Code: Select all

<j2se version="1.8.0_212_02257_36064 ...>
. Please make sure that a matching JVM is available on the system where the application is running.

Also from the Error Dialog message :

Code: Select all

Caused by: net.sourceforge.jnlp.LaunchException: The application uses non-codebase resources, which do match its Application-Library-Allowable-Codebase Attribute, but was blocked from running by the user.
it seems there is problem with the following attributes in the manifest of the jar specified in the jnlp.:

Code: Select all

Codebase: 
Application-Library-Allowable-Codebase: 
Please also attach your logs.

Thanks

solae
Posts: 1
Joined: 16 Jun 2020, 23:49

Re: OWS Daimler Software

Post by solae »

Hi all

We had the same Problem with the Daimler Appliactions on one of our 2012 R2 Terminal-Servers.
As of yesterday, there is a new FAQ for this specific Error on the Daimler Site:
https://xentryportal.i.daimler.com/swdi ... aq_de.html (#013)

The Problem arises if a JNLP Application is started as an Administrator (at least stated in the FAQ above).
To fix this we had to delete the File "C:\Windows\Sun\Java\Deployment\.appletTrustSettings" and OWS can start the Daimler Appliactions again.

Hope this helps.

Regards,
Michael

Janak Mulani
Posts: 726
Joined: 24 Mar 2020, 13:37

Re: OWS Daimler Software

Post by Janak Mulani »

Hello Michael,

Good to know that it is working now. However we cannot help much about https://xentryportal.i.daimler.com/swdi ... tml (#013).

For help on Daimler's set up please contact: aftersales.platform@daimler.com

Thanks

Janak

Post Reply