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 156728

Summary: NullPointerException at org.netbeans.modules.xml.retriever.catalog.Utilities._getDocument
Product: xml Reporter: rafaelsantini <rafaelsantini>
Component: XAMAssignee: Svata Dedic <sdedic>
Status: RESOLVED DUPLICATE    
Severity: blocker CC: rafaelsantini
Priority: P3    
Version: 6.x   
Hardware: All   
OS: All   
URL: http://statistics.netbeans.org/exceptions/detail.do?id=145152
Issue Type: DEFECT Exception Reporter: 145152
Attachments: stacktrace

Description rafaelsantini 2009-01-13 23:43:02 UTC
Build: NetBeans IDE 6.5 (Build 200811100001)
VM: Java HotSpot(TM) Client VM, 11.0-b15, Java(TM) SE Runtime Environment, 1.6.0_10-b33
OS: Windows XP, 5.1, x86

Stacktrace: 
java.lang.NullPointerException
        at org.netbeans.modules.xml.retriever.catalog.Utilities._getDocument(Utilities.java:528)
        at org.netbeans.modules.xml.retriever.catalog.Utilities.access$000(Utilities.java:104)
        at org.netbeans.modules.xml.retriever.catalog.Utilities$1.getLookup(Utilities.java:641)
        at org.openide.util.lookup.SimpleProxyLookup.checkLookup(SimpleProxyLookup.java:77)
        at org.openide.util.lookup.SimpleProxyLookup.lookup(SimpleProxyLookup.java:152)
        at org.netbeans.modules.xml.xam.AbstractModelFactory.getEffectiveAccessProvider(AbstractModelFactory.java:116)
Comment 1 rafaelsantini 2009-01-13 23:43:13 UTC
Created attachment 75793 [details]
stacktrace
Comment 2 Svata Dedic 2011-10-26 06:55:50 UTC
Already fixed as 158468

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