Ola a todos, gostaria de pedir uma ajudinha em relação ao Java Web Start.
Bom, assinei todos os JARs e estou subindo uma aplicação no OC4J onde tem o arquivo .JNLP
Quando clico no link o JWS abre e é executado com sucesso, verificando os JARs e baixando os que estiverem com uma versão diferente, porem quando acaba esse processo ocorre um erro.
Segue o erro:
JNLPException[category: Launch File Error : Exception: null : LaunchDesc:
<jnlp spec="1.0+" codebase="http://localhost:8888/comercial/" href="http://localhost:8888/comercial/Comercial.jnlp">
<information>
<title>Comercial</title>
<vendor>Dev</vendor>
<homepage href="http://localhost:8888/comercial/index.jsp"/>
<description>Comercial</description>
<description kind="short">COMERCIAL</description>
<icon href="http://localhost:8888/comercial/images/icon.gif" kind="default"/>
<icon href="http://localhost:8888/comercial/images/icon.gif" kind="splash"/>
<offline-allowed/>
</information>
<security>
<all-permissions/>
</security>
<update check="timeout" policy="always"/>
<resources>
<java max-heap-size="268435456" version="1.4+"/>
<jar href="<caminho arquivo jar>" download="eager" main="false"/>
<jar href="<caminho arquivo jar>" download="eager" main="true"/>
</resources>
<application-desc main-class="<endereço completo da classe com o metodo main>"/>
</jnlp> ]
at com.sun.javaws.LaunchDownload.checkSignedResourcesHelper(Unknown Source)
at com.sun.javaws.LaunchDownload.checkSignedResources(Unknown Source)
at com.sun.javaws.Launcher.prepareLaunchFile(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$1.run(Unknown Source)
at java.lang.Thread.run(Unknown Source)
Bom, não estou conseguindo identificar o motivo do problema, caso precisem de maiores informações só enviar que responderei.
Obrigado desde ja pela ajuda.
Victor Torres