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.

