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)

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

Thanks in advanced guys.