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 182519 - IllegalArgumentException: protocol = http host = null
Summary: IllegalArgumentException: protocol = http host = null
Status: RESOLVED INCOMPLETE
Alias: None
Product: xml
Classification: Unclassified
Component: Text-Edit (show other bugs)
Version: 6.x
Hardware: All All
: P3 normal (vote)
Assignee: Svata Dedic
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-03-22 18:36 UTC by shawnallen
Modified: 2013-04-18 13:08 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 166793


Attachments
stacktrace (1.47 KB, text/plain)
2010-03-22 18:36 UTC, shawnallen
Details

Note You need to log in before you can comment on or make changes to this bug.
Description shawnallen 2010-03-22 18:36:11 UTC
Build: NetBeans IDE Dev (Build 201002152000)
VM: Java HotSpot(TM) 64-Bit Server VM, 14.2-b01, Java(TM) SE Runtime Environment, 1.6.0_16-b01
OS: Windows 7

User Comments:
shawnallen: Attempting to invoke code completion via the keyboard.




Stacktrace: 
java.lang.IllegalArgumentException: protocol = http host = null
   at sun.net.spi.DefaultProxySelector.select(DefaultProxySelector.java:151)
   at org.netbeans.core.NbProxySelector.select(NbProxySelector.java:123)
   at org.netbeans.modules.xml.retriever.impl.URLResourceRetriever.retrieveDocument(URLResourceRetriever.java:99)
   at org.netbeans.modules.xml.retriever.catalog.impl.CatalogModelImpl.getModelSource(CatalogModelImpl.java:248)
   at org.netbeans.modules.xml.retriever.catalog.impl.CatalogModelImpl.doGetModelSource(CatalogModelImpl.java:233)
   at org.netbeans.modules.xml.retriever.catalog.impl.CatalogModelImpl.getModelSource(CatalogModelImpl.java:168)
Comment 1 shawnallen 2010-03-22 18:36:15 UTC
Created attachment 95558 [details]
stacktrace
Comment 2 Svata Dedic 2013-04-18 13:08:17 UTC
I need at least he outermost element with namespace declarations in order to reproduce the defect; apparently the URL the retriever is trying to fetch the xml schema from is wrong, but I cannot see how.

Please provide the XML text fragment.