Hi
This issue originally was posted on GlassFish forum, from which was redirected to Grizzly forum and from there was redirected here.
I create simple EAR application with single Application Client module, which simply outputs "hello" to console. When I deploy this application on GlassFish v3.0.1 and it launch second time (that is, when it is already present in the cache), I see following exceptions in GlassFish log:
java.io.IOException: An established connection was aborted by the software in your host machine
for every library referenced from generated jnlp file, for example:
[#|2010-08-19T14:10:02.804+0200|SEVERE|glassfish3.0.1|javax.enterprise.system.container.appclient.org.glassfish.appclient.server.core.jws|_ThreadID=28;_ThreadName=Thread-1;|Adapter[/___JWSappclient/___system] s1as/glassfish/modules/glassfish-corba-orb.jar
java.io.IOException: An established connection was aborted by the software in your host machine
Furthermore, amount of traffic between client and the server is about 5-6MB. When I deploy this simple EAR project on GlassFish v*2*, there are no exceptions during startup and amount of traffic between client and server during Java Web Start startup (when application is already present in the cache) is about 50KB.
Any ideas?
Detailed problem description on Stack Overflow:
[http://stackoverflow.com/questions/3458986/application-client-traffic-overhead-in-glassfish-v3|http://stackoverflow.com/questions/3458986/application-client-traffic-overhead-in-glassfish-v3]
The link to discussion on Grizzly forum:
[http://old.nabble.com/Grizzly-Bug--ts29410297.html|http://old.nabble.com/Grizzly-Bug--ts29410297.html]
Best regards,
Maksim Sorokin
[http://maksim.sorokin.dk/it|http://maksim.sorokin.dk/it]