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 171360

Summary: NullPointerException at org.netbeans.modules.xml.schema.model.impl.resolver.ResolveSession.checkAllDependingModelsLoaded
Product: xml Reporter: moilejter <moilejter>
Component: Schema ModelAssignee: Svata Dedic <sdedic>
Status: RESOLVED FIXED    
Severity: blocker CC: dcherk, hmichel, unr303
Priority: P3    
Version: 6.x   
Hardware: All   
OS: All   
URL: http://statistics.netbeans.org/exceptions/detail.do?id=157765
Issue Type: DEFECT Exception Reporter: 157765
Attachments: stacktrace
stacktrace
stacktrace
stacktrace
stacktrace
stacktrace

Description moilejter 2009-09-02 21:39:12 UTC
Build: NetBeans IDE Dev (Build 200908022240)
VM: Java HotSpot(TM) 64-Bit Server VM, 11.3-b02-83, Java(TM) SE Runtime Environment, 1.6.0_13-b03-211
OS: Mac OS X, 10.5.8, x86_64

User Comments:
moilejter: Clicked on check/validateXML...

moilejter: Editing XML file, sometimes the properties pane seems to miss an update, and shows an error.  I kept typing, and it updated the properties pane - but then resulted in this exception.



Stacktrace: 
java.lang.NullPointerException
        at org.netbeans.modules.xml.schema.model.impl.resolver.ResolveSession.checkAllDependingModelsLoaded(ResolveSession.java:243)
        at org.netbeans.modules.xml.schema.model.impl.resolver.ResolveSession.getInclusionGraph(ResolveSession.java:162)
        at org.netbeans.modules.xml.schema.model.impl.resolver.IncludeResolver.getMegaIncludedModels(IncludeResolver.java:200)
        at org.netbeans.modules.xml.schema.model.impl.resolver.IncludeResolver.resolveUpwards(IncludeResolver.java:137)
        at org.netbeans.modules.xml.schema.model.impl.resolver.ImportResolver.findInIncludedImportsUpwards(ImportResolver.java:216)
        at org.netbeans.modules.xml.schema.model.impl.resolver.ChamelionResolver.resolve(ChamelionResolver.java:109)
Comment 1 moilejter 2009-09-02 21:39:17 UTC
Created attachment 87008 [details]
stacktrace
Comment 2 Exceptions Reporter 2009-11-10 21:10:09 UTC
This issue already has 5 duplicates 
see http://statistics.netbeans.org/exceptions/detail.do?id=157765
Comment 3 dcherk 2009-11-11 20:19:09 UTC
Created attachment 90860 [details]
stacktrace
Comment 4 Exceptions Reporter 2009-11-11 20:19:14 UTC
This issue already has 6 duplicates 
see http://statistics.netbeans.org/exceptions/detail.do?id=157765
Comment 5 Exceptions Reporter 2010-01-19 01:43:06 UTC
Created attachment 93397 [details]
stacktrace

in BPEL mapper I was unfolding an output variable.
Comment 6 Michel Graciano 2010-09-15 17:32:49 UTC
Created attachment 102033 [details]
stacktrace
Comment 7 Michel Graciano 2010-09-15 20:11:50 UTC
Created attachment 102036 [details]
stacktrace
Comment 8 Michel Graciano 2010-09-16 17:17:57 UTC
Created attachment 102052 [details]
stacktrace
Comment 9 Svata Dedic 2012-03-26 09:24:34 UTC
Changeset: 9db525d05cba
Author:    Svata Dedic <sdedic@netbeans.org>
Date:      2012-03-26 11:24
Message:   Issue #171360 - NullPointerException at org.netbeans.modules.xml.schema.model.impl.resolver.ResolveSession.checkAllDependingModelsLoaded: fixed
Avoided potential NPE
Comment 10 Quality Engineering 2012-03-27 16:58:12 UTC
Integrated into 'main-golden', will be available in build *201203271056* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main-golden/rev/9db525d05cba
User: Svata Dedic <sdedic@netbeans.org>
Log: Issue #171360 - NullPointerException at org.netbeans.modules.xml.schema.model.impl.resolver.ResolveSession.checkAllDependingModelsLoaded: fixed
Avoided potential NPE