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 181248 - NullPointerException at java.net.URI$Parser.parse
Summary: NullPointerException at java.net.URI$Parser.parse
Status: RESOLVED DUPLICATE of bug 182518
Alias: None
Product: xml
Classification: Unclassified
Component: Retriever (show other bugs)
Version: 6.x
Hardware: All All
: P3 normal (vote)
Assignee: Svata Dedic
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-02-25 22:38 UTC by zhujinyue
Modified: 2012-02-13 09:31 UTC (History)
4 users (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 165424


Attachments
stacktrace (1.38 KB, text/plain)
2010-02-25 22:38 UTC, zhujinyue
Details

Note You need to log in before you can comment on or make changes to this bug.
Description zhujinyue 2010-02-25 22:38:03 UTC
Build: NetBeans IDE Dev (Build 201002152000)
VM: Java HotSpot(TM) 64-Bit Server VM, 16.0-b13, Java(TM) SE Runtime Environment, 1.6.0_18-b07
OS: Linux

User Comments:
GUEST: Opened bundle-context.xml file (ala servicemix / camel environment) and attempted to add <sm:services> when smx namespace was not defined.  Subsequent attempts to edit the xml file including creating a new line for addition of the namespace gave same error.




Stacktrace: 
java.lang.NullPointerException
   at java.net.URI$Parser.parse(URI.java:3003)
   at java.net.URI.<init>(URI.java:578)
   at org.netbeans.modules.xml.retriever.impl.FileResourceRetriever.retrieveDocument(FileResourceRetriever.java:94)
   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 zhujinyue 2010-02-25 22:38:08 UTC
Created attachment 94541 [details]
stacktrace
Comment 2 Svata Dedic 2012-02-13 09:31:19 UTC
Fixed in 2010

*** This bug has been marked as a duplicate of bug 182518 ***