| Author |
NullPointerException when starting ANY Webstart-Application
|
M Schneider
Greenhorn
Joined: Mar 31, 2009
Posts: 2
|
|
Whenever I try to launch any JNLP-file in my browser, I get the following error:
java.lang.NullPointerException
at java.util.StringTokenizer.<init>(Unknown Source)
at java.util.StringTokenizer.<init>(Unknown Source)
at com.sun.deploy.net.proxy.NSPreferences.parseList(Unknown Source)
at com.sun.deploy.net.proxy.NSPreferences.parseFile(Unknown Source)
at com.sun.deploy.net.proxy.WFirefoxProxyConfig.getBrowserProxyInfo(Unknown Source)
at com.sun.deploy.net.proxy.WDefaultBrowserProxyConfig.getBrowserProxyInfo(Unknown Source)
at com.sun.deploy.net.proxy.DynamicProxyManager.reset(Unknown Source)
at com.sun.deploy.net.proxy.DeployProxySelector.reset(Unknown Source)
at com.sun.javaws.Main.initializeExecutionEnvironment(Unknown Source)
at com.sun.javaws.Main.continueInSecureThread(Unknown Source)
at com.sun.javaws.Main$1.run(Unknown Source)
at java.lang.Thread.run(Unknown Source)
any help is highly appreciated.
|
 |
Paul Clapham
Bartender
Joined: Oct 14, 2005
Posts: 16482
|
|
|
From the stack trace, you are using Firefox and the deployer is falling down when trying to process your proxy server settings. So have a look at them and see if there's anything peculiar. (Tools, Options, Advanced, Network, Settings.)
|
 |
M Schneider
Greenhorn
Joined: Mar 31, 2009
Posts: 2
|
|
|
Thanks, but I'm not using a proxy at all and the error is the same when I'm using IE.
|
 |
 |
|
|
subject: NullPointerException when starting ANY Webstart-Application
|
|
|