This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 255211 - IllegalArgumentException: protocol = null host = null
Summary: IllegalArgumentException: protocol = null host = null
Status: NEW
Alias: None
Product: platform
Classification: Unclassified
Component: Proxy (show other bugs)
Version: 8.1
Hardware: All All
: P3 normal (vote)
Assignee: Libor Fischmeistr
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-09-11 12:01 UTC by Tomas Stupka
Modified: 2015-09-11 12:01 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 208402


Attachments
stacktrace (4.65 KB, text/plain)
2015-09-11 12:01 UTC, Tomas Stupka
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Tomas Stupka 2015-09-11 12:01:32 UTC
Build: NetBeans IDE Dev (Build 20150911-8bf2e3f24f48)
VM: Java HotSpot(TM) 64-Bit Server VM, 25.60-b07, Java(TM) SE Runtime Environment, 1.8.0_60-ea-b07
OS: Mac OS X

User Comments:
tstupka: new userdir -> 
main menu > report new task > create new repository

GUEST: :(

GUEST: ftp connection is succed but no file to download




Stacktrace: 
java.lang.IllegalArgumentException: protocol = null host = null
   at sun.net.spi.DefaultProxySelector.select(DefaultProxySelector.java:176)
   at org.netbeans.core.network.proxy.NbProxySelector.select(NbProxySelector.java:197)
   at org.netbeans.core.ProxySettings.analyzeProxy(ProxySettings.java:380)
   at org.netbeans.core.ProxySettings.access$100(ProxySettings.java:61)
   at org.netbeans.core.ProxySettings$NbProxyCredentialsProvider.getProxyHost(ProxySettings.java:418)
   at org.openide.util.NetworkSettings.getProxyHost(NetworkSettings.java:73)
Comment 1 Tomas Stupka 2015-09-11 12:01:34 UTC
Created attachment 156092 [details]
stacktrace