Hello tout le monde,

Je suis en train d'essayer d'écrire un tutoriel permettant d'écrire une application de type HelloWorld qui sera déployée en tant que client lourd Java Web Start. Cette application sera développée sous Windows, avec l'EDI Glassfish Tools Bundle, une distribution Eclipse distribuée par Sun/Oracle, et sera déployée sur un serveur Glassfish v3.

Malheureusement, je suis heurté à un problème de déploiement au moment de lancer l'application JWS. J'accède à l'écran de validation de sécurité (faire confiance à localhost), puis à une fenêtre d'erreur JWS :

console :
Code : Sélectionner tout - Visualiser dans une fenêtre à part
1
2
3
4
5
6
7
8
9
 
Reading certificates from 1822 http://localhost:8084/___JWSappclient/___app/HelloWorld/HelloWorldClient/HelloWorldClientClient.jar | C:\Documents and Settings\Olivier\Application Data\Sun\Java\Deployment\cache\6.0\8\7104bac8-6be9f849.idx
Reading certificates from 1832 http://localhost:8084/___JWSappclient/___app/HelloWorld/HelloWorldClient.jar | C:\Documents and Settings\Olivier\Application Data\Sun\Java\Deployment\cache\6.0\15\18233f4f-3134357f.idx
Reading certificates from 2540 http://localhost:8084/___JWSappclient/___app/HelloWorld/glassfish/modules/gf-client.jar | C:\Documents and Settings\Olivier\Application Data\Sun\Java\Deployment\cache\6.0\1\24f041c1-7777ff5e.idx
Reading certificates from 18850 http://localhost:8084/___JWSappclient/___app/HelloWorld/glassfish/modules/gf-client-module.jar | C:\Documents and Settings\Olivier\Application Data\Sun\Java\Deployment\cache\6.0\47\299b3b6f-39bc7e5c.idx
Reading certificates from 1832 http://localhost:8084/___JWSappclient/___app/HelloWorld/HelloWorldClient/HelloWorldClient.jar | C:\Documents and Settings\Olivier\Application Data\Sun\Java\Deployment\cache\6.0\57\47a196f9-28f7a272.idx
Reading certificates from 11 file:/D:/ws_gtb-1/.metadata/.plugins/com.sun.enterprise.jst.server.sunappsrv92/domain1/generated/xml/HelloWorld/HelloWorldClient_jar/HelloWorldClient.jar | C:\Documents and Settings\Olivier\Application Data\Sun\Java\Deployment\cache\6.0\21\2d2f7c15-260fdbd5.idx
#### Java Web Start Error:
#### Détection d'une entrée non signée dans la ressource : file:/D:/ws_gtb-1/.metadata/.plugins/com.sun.enterprise.jst.server.sunappsrv92/domain1/generated/xml/HelloWorld/HelloWorldClient_jar/HelloWorldClient.jar

Server.log :
Code : Sélectionner tout - Visualiser dans une fenêtre à part
1
2
3
4
 
GRAVE: Adapter[/___JWSappclient/___system] glassfish/lib/install/applications/jmsra/imqjmsra.jar
java.io.IOException: Une connexion établie a été abandonnée par un logiciel de votre ordinateur hôte
...
J'aimerais que quelqu'un relise si possible les différentes étapes que j'ai écrites dans mon tuto et me dire où je pèche. J'aimerais arriver à avoir une documentation "minimale" en termes d'étapes à effectuer pour arriver à faire tourner un Java Web Start correctement avec Glassfish v3 ; sachant qu'à terme j'aimerais arriver à publier ce tuto sur developpez.com.

En vous remerciant de votre soutien et de votre aide.

Lien du pdf