Solaris: Exception while launching application through JNLP link.

Hi,

I have one application which is downloaded and launched properly on windows while accessing through JNLP link.

When I am trying the same on a Solaris machine on which JDK1.5 is already installed and my application requires to download jre_1.4.2_07, it gives me the following exception -

Exception is -

java.lang.ArrayIndexOutOfBoundsException: 0

at com.sun.deploy.net.proxy.BrowserProxyConfigCanonicalizer.canonicalizeAutoConfigProxy(BrowserProxyConfigCanonicalizer.java:58)

at com.sun.deploy.net.proxy.BrowserProxyConfigCanonicalizer.<init>(BrowserProxyConfigCanonicalizer.java:26)

at com.sun.deploy.services.MPlatformService14.getProxyConfig(MPlatformService14.java:38)

at com.sun.deploy.net.proxy.StaticProxyManager.reset(StaticProxyManager.java:44)

at com.sun.javaws.Main.initializeExecutionEnvironment(Main.java:887)

at com.sun.javaws.Main.main(Main.java:119)

this exception is not creating any problems in launching my application but a n exception windows comes every time I access the web link.

I have searched on java site and found one bug related to this which is http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=6194440

I don't understand how this problem will get resolved as this bug is fixed in mustang release.

Please help me in resolving this exception.

[1377 byte] By [asharma7aprila] at [2007-10-3 3:16:22]
# 1
This was due to the bug you noted, fixed in 6.0 in b14.The same fix was backported to 5.0 update 2 (1.5.0_02) as part of the fix for 6186650/Andy
dietz333a at 2007-7-14 21:07:47 > top of Java-index,Desktop,Deploying...