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!

jnlp issue

1047134Oct 11 2013 — edited Jan 6 2014

Hi all

I have a problem since upgrading to java 7.

I have a jnlp file that works perfectly with java 6, however because of some internal policy I had to upgrade to java 7.

Now my application does not launch anymore.

If I access the page through a web browser, I get the following error

InvalidArgumentException[ Invalid arguments supplied : { }]

    at com.sun.javaws.Main.continueInSecureThread(Unknown Source)

    at com.sun.javaws.Main.access$000(Unknown Source)

    at com.sun.javaws.Main$1.run(Unknown Source)

    at java.lang.Thread.run(Unknown Source)

If I double click on the jnlp file, java web start opens, and closes after a few seconds without any error or warning.

Now, the fun part:

if I move some properties around, then the application loads...

Any idea why? why does something that used to work doesn't?

I don't think it's related to the number of properties in the file as I have much "bigger" jnlp files that launch correctly.

Thanks

ps: since moving properties kinda solves my problem, this is not really an issue anymore but more intellectual curiosity...

Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Feb 3 2014
Added on Oct 11 2013
4 comments
3,736 views