Ver Mensaje Individual
  #5 (permalink)  
Antiguo 14/03/2011, 17:39
juani_ala
 
Fecha de Ingreso: enero-2009
Ubicación: santa fe
Mensajes: 15
Antigüedad: 15 años, 3 meses
Puntos: 0
Respuesta: Problemas con Java Web Start

Ok..el jnlp es el siguiente:


<?xml version="1.0" encoding="UTF-8"?>
<jnlp codebase="http://svrdesa:8080/JavaWebStart" href="launch.jnlp" spec="1.0+">
<information>
<title>WebStart</title>
<vendor>jalarcon</vendor>
<homepage href=""/>
<description>WebStart</description>
<description kind="short">WebStart</description>


<icon href="justicia.png" kind="default"/>
</information>
<security>
<all-permissions/>
</security>
<resources>
<j2se version="1.5+"/>
<jar eager="true" href="http://svrdesa:8080/JavaWebStart/WebStart.jar" main="true"/>
<jar href="http://svrdesa:8080/JavaWebStart/WEB-INF/lib/swing-layout-1.0.3.jar"/>
</resources>
<application-desc main-class="activelearning.WebStartDemo">

</application-desc>
</jnlp>

y la excepcion:

com.sun.deploy.net.FailedDownloadException: No se puede cargar el recurso: http://svrdesa:8080/JavaWebStart/WEB-INF/lib/swing-layout-1.0.3.jar
at com.sun.deploy.net.DownloadEngine.actionDownload(U nknown Source)
at com.sun.deploy.net.DownloadEngine.getCacheEntry(Un known Source)
at com.sun.deploy.net.DownloadEngine.getCacheEntry(Un known Source)
at com.sun.deploy.net.DownloadEngine.getResourceCache Entry(Unknown Source)
at com.sun.deploy.net.DownloadEngine.getResourceCache Entry(Unknown Source)
at com.sun.deploy.net.DownloadEngine.getResource(Unkn own Source)
at com.sun.javaws.LaunchDownload$DownloadTask.call(Un known Source)
at java.util.concurrent.FutureTask$Sync.innerRun(Unkn own Source)
at java.util.concurrent.FutureTask.run(Unknown Source)
at java.util.concurrent.ThreadPoolExecutor$Worker.run Task(Unknown Source)
at java.util.concurrent.ThreadPoolExecutor$Worker.run (Unknown Source)
at java.lang.Thread.run(Unknown Source)


y su envoltura:

java.io.FileNotFoundException: http://svrdesa:8080/JavaWebStart/WEB-INF/lib/swing-layout-1.0.3.jar
at sun.reflect.GeneratedConstructorAccessor2.newInsta nce(Unknown Source)
at sun.reflect.DelegatingConstructorAccessorImpl.newI nstance(Unknown Source)
at java.lang.reflect.Constructor.newInstance(Unknown Source)
at sun.net.www.protocol.http.HttpURLConnection$6.run( Unknown Source)
at java.security.AccessController.doPrivileged(Native Method)
at sun.net.www.protocol.http.HttpURLConnection.getCha inedException(Unknown Source)
at sun.net.www.protocol.http.HttpURLConnection.getInp utStream(Unknown Source)
at com.sun.deploy.net.BasicHttpRequest.doRequest(Unkn own Source)
at com.sun.deploy.net.BasicHttpRequest.doRequest(Unkn own Source)
at com.sun.deploy.net.BasicHttpRequest.doGetRequest(U nknown Source)
at com.sun.deploy.net.DownloadEngine.actionDownload(U nknown Source)
at com.sun.deploy.net.DownloadEngine.getCacheEntry(Un known Source)
at com.sun.deploy.net.DownloadEngine.getCacheEntry(Un known Source)
at com.sun.deploy.net.DownloadEngine.getResourceCache Entry(Unknown Source)
at com.sun.deploy.net.DownloadEngine.getResourceCache Entry(Unknown Source)
......

Gracias por tenderme una mano...saludos