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

Summary: [69cat] java.io.CharConversionException: Invalid UTF-8 start byte 0xfc (at char #216193, byte #215999)
Product: uml Reporter: Peter Nabbefeld <epdv>
Component: Code GenerationAssignee: issues@uml <issues>
Status: STARTED ---    
Severity: normal CC: wangcll
Priority: P3    
Version: 6.x   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter: 172325
Attachments: stacktrace

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?