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 190040 - [69cat] IllegalStateException: The model is not initialized or is broken.
Summary: [69cat] IllegalStateException: The model is not initialized or is broken.
Status: RESOLVED DUPLICATE of bug 203551
Alias: None
Product: xml
Classification: Unclassified
Component: XDM (show other bugs)
Version: 6.x
Hardware: All All
: P3 normal (vote)
Assignee: Svata Dedic
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-08-31 18:37 UTC by athompson
Modified: 2011-10-21 11:54 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 172263


Attachments
stacktrace (3.82 KB, text/plain)
2010-08-31 18:37 UTC, athompson
Details

Note You need to log in before you can comment on or make changes to this bug.
Description athompson 2010-08-31 18:37:00 UTC
This bug was originally marked as duplicate of bug 157599, that is already resolved. This bug is still valid, so this seems to be another bug, but it might be related.

Build: NetBeans IDE Dev (Build 201008280001)
VM: Java HotSpot(TM) Client VM, 16.3-b01, Java(TM) SE Runtime Environment, 1.6.0_20-b02
OS: Windows 7

User Comments:
athompson: tried to build a project - there did not seem to be any delay at all




Stacktrace: 
java.lang.IllegalStateException: The model is not initialized or is broken.
   at org.netbeans.modules.xml.xdm.XDMModel.checkStableOrParsingState(XDMModel.java:1001)
   at org.netbeans.modules.xml.xdm.XDMModel.getDocument(XDMModel.java:839)
   at org.netbeans.modules.xml.xdm.nodes.NodeImpl.getNamespaceURI(NodeImpl.java:604)
   at org.netbeans.modules.maven.model.pom.impl.POMComponentFactoryImpl.getQName(POMComponentFactoryImpl.java:66)
   at org.netbeans.modules.maven.model.pom.impl.POMComponentFactoryImpl.create(POMComponentFactoryImpl.java:84)
   at org.netbeans.modules.maven.model.pom.impl.POMComponentFactoryImpl.create(POMComponentFactoryImpl.java:54)
Comment 1 athompson 2010-08-31 18:37:04 UTC
Created attachment 101788 [details]
stacktrace
Comment 2 Svata Dedic 2011-10-21 11:54:08 UTC
Another way how to end up with inconsistent state

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