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 19779 - Resolution timeout
Summary: Resolution timeout
Status: CLOSED FIXED
Alias: None
Product: xml
Classification: Unclassified
Component: Code (show other bugs)
Version: 3.x
Hardware: PC Linux
: P3 blocker (vote)
Assignee: _ pkuzel
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2002-01-25 11:08 UTC by Martin Schovanek
Modified: 2007-09-25 01:31 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Martin Schovanek 2002-01-25 11:08:20 UTC
[Nb Build 3.3.1 RC2, jdk1.4.0-b91]

Sometime first parsing DTD causes PFE because of Resolution timeout
during parsing XML Catalogs.

org.netbeans.tax.TreeException: Resolution timeout "xstates.dtd" (null)
        at org.netbeans.tax.io.XNIBuilder.buildDocument(XNIBuilder.java:180)
        at
org.netbeans.modules.xml.core.tree.DTDParsingSupport.parse(DTDParsingSupport.java:38)
        at
org.netbeans.modules.xml.core.tree.TreeEditorCookieImpl.parseTree(TreeEditorCookieImpl.java:372)
        at
org.netbeans.modules.xml.core.tree.TreeEditorCookieImpl.access$300(TreeEditorCookieImpl.java:48)
        at
org.netbeans.modules.xml.core.tree.TreeEditorCookieImpl$1.run(TreeEditorCookieImpl.java:168)
        at org.openide.util.Task.run(Task.java:152)
        at java.lang.Thread.run(Thread.java:536)
Comment 1 _ pkuzel 2002-01-25 11:11:30 UTC
Basically we need to change the message from "Parse fatal error..." to
"Timeouted, try again...".
Comment 2 _ pkuzel 2002-02-20 15:11:04 UTC
Fixed by performing "bootstap" resolution out of timed-out block.
Comment 3 Martin Schovanek 2002-07-24 14:33:53 UTC
VERIFIED
Comment 4 Quality Engineering 2003-07-02 08:39:52 UTC
Resolved for 3.4.x or earlier, no new info since then -> closing.