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 255212 - IllegalArgumentException: protocol = null host = null
Summary: IllegalArgumentException: protocol = null host = null
Status: RESOLVED FIXED
Alias: None
Product: connecteddeveloper
Classification: Unclassified
Component: Issuetracking Framework (show other bugs)
Version: 8.1
Hardware: All All
: P3 normal (vote)
Assignee: Tomas Stupka
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-09-11 12:04 UTC by Tomas Stupka
Modified: 2015-09-15 01:23 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 219871


Attachments
stacktrace (4.65 KB, text/plain)
2015-09-11 12:04 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:04:31 UTC
This issue was reported manually by tstupka.
It already has 1 duplicates 


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




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:04:34 UTC
Created attachment 156093 [details]
stacktrace
Comment 2 Tomas Stupka 2015-09-11 13:08:11 UTC
fixed in jet-main #af5cf97728e8
Comment 3 Quality Engineering 2015-09-15 01:23:04 UTC
Integrated into 'main-silver', will be available in build *201509150002* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)

Changeset: http://hg.netbeans.org/main-silver/rev/af5cf97728e8
User: Tomas Stupka <tstupka@netbeans.org>
Log: Issue #255212 - IllegalArgumentException: protocol = null host = null