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 - 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.
Summary: WARNING [org.netbeans.core.windows.persistence]: [WinSys.TCRefParser.handleTc...
Status: VERIFIED WORKSFORME
Alias: None
Product: platform
Classification: Unclassified
Component: Window System (show other bugs)
Version: 7.1
Hardware: PC Windows XP
: P3 normal with 1 vote (vote)
Assignee: Stanislav Aubrecht
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-07-07 13:50 UTC by Jiri Skrivanek
Modified: 2011-08-02 10:03 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
IDE log with exception stack trace. (32.23 KB, text/x-log)
2011-07-07 13:50 UTC, Jiri Skrivanek
Details
Log of SaxException (7.78 KB, application/octet-stream)
2011-07-09 16:43 UTC, charlweed
Details

Note You need to log in before you can comment on or make changes to this bug.
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