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 199950

Summary: WARNING [org.netbeans.core.windows.persistence]: [WinSys.TCRefParser.handleTcId] Error: Value of attribute "id" of element "tc-id" and configuration file name must be the same.
Product: platform Reporter: Jiri Skrivanek <jskrivanek>
Component: Window SystemAssignee: Stanislav Aubrecht <saubrecht>
Status: VERIFIED WORKSFORME    
Severity: normal    
Priority: P3    
Version: 7.1   
Hardware: PC   
OS: Windows XP   
Issue Type: DEFECT Exception Reporter:
Attachments: IDE log with exception stack trace.
Log of SaxException

Description Jiri Skrivanek 2011-07-07 13:50:17 UTC
Created attachment 109293 [details]
IDE log with exception stack trace.

The following exception is printed to the IDE log.

WARNING [org.netbeans.core.windows.persistence]: [WinSys.TCRefParser.handleTcId] Error: Value of attribute "id" of element "tc-id" and configuration file name must be the same.
INFO [org.netbeans.core.windows.persistence.ModeParser]
org.xml.sax.SAXException: Invalid attribute value
	at org.netbeans.core.windows.persistence.TCRefParser$PropertyHandler.handleTcId(TCRefParser.java:371)

To reproduce:

- start IDE with clean userdir
- e.g. create java project to init window system somehow
- restart IDE and the exception is printed to the IDE log

Product Version: NetBeans IDE Dev (Build 201107060600)
Java: 1.7.0; Java HotSpot(TM) Client VM 21.0-b17
System: Windows XP version 5.1 running on x86; Cp1250; en_US (nb)
Comment 1 charlweed 2011-07-09 16:43:42 UTC
Created attachment 109342 [details]
Log of SaxException

This exception is thrown again as I open a work with a Java project.
Comment 2 charlweed 2011-07-10 19:28:06 UTC
Interesting note, for me, so far the exception does not open the exception reporter, it only appears in the log.
Comment 3 Stanislav Aubrecht 2011-07-18 13:08:53 UTC
this is probably related to recent changes in debugger ui and should be fixed already.
please reopen if still reproducible in recent builds, thanks