[Bug 1055] New: IllegalArgumentException if proxy for required type is not specified

bugzilla-daemon at icedtea.classpath.org bugzilla-daemon at icedtea.classpath.org
Fri Jun 22 00:03:35 PDT 2012


http://icedtea.classpath.org/bugzilla/show_bug.cgi?id=1055

          Priority: P3
            Bug ID: 1055
                CC: unassigned at icedtea.classpath.org
          Assignee: omajid at redhat.com
           Summary: IllegalArgumentException if proxy for required type is
                    not specified
          Severity: normal
    Classification: Unclassified
                OS: Linux
          Reporter: nhb_web at nexgo.de
          Hardware: x86_64
            Status: NEW
           Version: unspecified
         Component: NetX (javaws)
           Product: IcedTea-Web

Created attachment 718
  --> http://icedtea.classpath.org/bugzilla/attachment.cgi?id=718&action=edit
patch.patch

BrowserAwareProxySelector throws IllegalArgument, if no socks proxy is
configured.


Steps to reproduce
------------------
* Configure a http proxy but no socks proxy in Firefox
* Go to https://stendhalgame.org, create an account and click on your character

Excepted result
---------------

A direct connection should be used and the game should start.

Actual result
-------------

ERROR [AWT-EventQueue-1] LoginDialog.java              ( 457) - unable to
connect to server stendhalgame.org:32160
java.lang.IllegalArgumentException: hostname can't be null
java.net.InetSocketAddress.<init>(InetSocketAddress.java:139)
net.sourceforge.jnlp.browser.BrowserAwareProxySelector.
            getFromBrowserConfiguration(BrowserAwareProxySelector.java:274)
net.sourceforge.jnlp.browser.BrowserAwareProxySelector.
            getFromBrowser(BrowserAwareProxySelector.java:187)
net.sourceforge.jnlp.runtime.JNLPProxySelector.
            select(JNLPProxySelector.java:208)
marauroa.client.ClientFramework.discoverProxy(ClientFramework.java:188)

-- 
You are receiving this mail because:
You are on the CC list for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://mail.openjdk.java.net/pipermail/distro-pkg-dev/attachments/20120622/9227722e/attachment.html 


More information about the distro-pkg-dev mailing list