Skip to Main Content

Java SE (Java Platform, Standard Edition)

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Java WebStart sending multiple requests for extensions mentioned in JNLP

2967383Jun 12 2015 — edited Jun 12 2015

Hi,

Currently I have the following problem from Java WebStart.

In my main JNLP file, I have some extensions(jnlp extensions) mentioned. When the main JNLP file is being executed by JWS, the JWS is asking server for extensions multiple times.

How I observed that the extensions are being asked from client multiple times is I could observe the application server logs having multiple HTTP GET requests,

This problem is happens when already application is cached. i.e. launching the application from 2nd time onwards.

So, when the extensions are being asked multiple times, the jars inside extensions are being processed multiple times, resulting application launch time too much delayed.

Does anybody come across this problem?

Regards,

Srinivas.

Comments

Locked Post
New comments cannot be posted to this locked post.

Post Details

Locked on Jul 10 2015
Added on Jun 12 2015
0 comments
723 views