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 190121 - [69cat] java.io.CharConversionException: Invalid UTF-8 start byte 0xfc (at char #216193, byte #215999)
Summary: [69cat] java.io.CharConversionException: Invalid UTF-8 start byte 0xfc (at ch...
Status: STARTED
Alias: None
Product: uml
Classification: Unclassified
Component: Code Generation (show other bugs)
Version: 6.x
Hardware: All All
: P3 normal (vote)
Assignee: issues@uml
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-09-03 06:18 UTC by Peter Nabbefeld
Modified: 2010-12-22 13:26 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 172325


Attachments
stacktrace (4.42 KB, text/plain)
2010-09-03 06:18 UTC, Peter Nabbefeld
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Peter Nabbefeld 2010-09-03 06:18:18 UTC
Build: NetBeans IDE Dev (Build 201009010001)
VM: Java HotSpot(TM) Client VM, 11.0-b16, Java(TM) SE Runtime Environment, 1.6.0_11-b03
OS: Windows XP

User Comments:
epdv: Opening an outdated UML project - probably character set should be autodetected




Stacktrace: 
java.io.CharConversionException: Invalid UTF-8 start byte 0xfc (at char #216193, byte #215999)
   at com.ctc.wstx.io.UTF8Reader.reportInvalidInitial(UTF8Reader.java:299)
   at com.ctc.wstx.io.UTF8Reader.read(UTF8Reader.java:185)
   at com.ctc.wstx.io.ReaderSource.readInto(ReaderSource.java:84)
   at com.ctc.wstx.io.BranchingReaderSource.readInto(BranchingReaderSource.java:57)
   at com.ctc.wstx.sr.StreamScanner.loadMore(StreamScanner.java:967)
   at com.ctc.wstx.sr.StreamScanner.loadMore(StreamScanner.java:1009)
Comment 1 Peter Nabbefeld 2010-09-03 06:18:23 UTC
Created attachment 101843 [details]
stacktrace
Comment 2 Peter Nabbefeld 2010-09-03 06:43:15 UTC
The report should be qulified as component "contrib" subcomponent "UML" (which doesn't exist, yet).
Comment 3 javydreamercsw 2010-12-22 13:26:52 UTC
Can you attach a zip of your outdated project?