Skip to Main Content

Java SE (Java Platform, Standard Edition)

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

unable to launch JNLP application

2964792Jun 12 2015 — edited Sep 7 2015

Hi Guys,

please help me with this problems i am unable to launch the JNLP application.I tried to install latest java versions still the problem can't be solved.

This is my launch file

launch file:

<jnlp spec="1.0+" codebase="http://10.225.2.32:8091/liveExceptions_rp/" href="liveExceptions.jnlp">

<information>

\<title>Live Exceptions\</title>

\<vendor>CA, Inc.\</vendor>

\<description>eHealth, LiveHealth\</description>

\<version>6.3.0\</version>

\<icon href="liveExceptions.gif"/>

\<icon kind="splash" href="liveExceptions.jpeg"/>

</information>

<security>

\<all-permissions/>

</security>

<resources>

\<j2se version="1.7.0\_71+" href="[http://java.sun.com/products/autodl/j2se](http://java.sun.com/products/autodl/j2se)" java-vm-args="-Xms64m -Xmx512m"/>

\<jar href="nhLiveExceptions.jar"/>

\<jar href="nhLiveLib.jar"/>

\<jar href="nhLiveUtil.jar"/>

\<jar href="rwTools.jar"/>

\<jar href="rwChart.jar"/>

\<extension href="../liveExt-RSA\_rp/liveExt-RSA.jnlp"/>

\<extension href="../liveExt-Base64\_rp/liveExt-Base64.jnlp"/>

\<property name="report.behavior" value="6.3"/>

\<property name="deployment.security.authenticator" value="false"/>

</resources>

<application-desc main-class="com.concord.apps.liveExceptions.LeApp">

\<argument>--args\</argument>

\<argument>\*\</argument>

\<argument>\*\</argument>

\<argument>\*\</argument>

\<argument>\*\</argument>

\<argument>\*\</argument>

\<argument>\*\</argument>

</application-desc>

</jnlp>

This is my exception file

Exception file:

JNLPSigningException[Failed to validate signing of launch file. The signed version does not match the downloaded version.]

at com.sun.javaws.jnl.LaunchDesc.checkSigningTemplate(Unknown Source)

at com.sun.javaws.security.JNLPSignedResourcesHelper.checkSignedLaunchDescHelper(Unknown Source)

at com.sun.javaws.security.JNLPSignedResourcesHelper.checkSignedLaunchDesc(Unknown Source)

at com.sun.javaws.security.JNLPSignedResourcesHelper.checkSignedLaunchDesc(Unknown Source)

at com.sun.javaws.Launcher.prepareResources(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)

problems.JPG

The second problem failed to validate certificate.The application can't be excecuted.

failed to V.JPG

Thanks in advanced guys.

Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Oct 5 2015
Added on Jun 12 2015
2 comments
5,137 views