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 183196 - java.io.UTFDataFormatException: Invalid byte 1 of 1-byte UTF-8 sequence.
Summary: java.io.UTFDataFormatException: Invalid byte 1 of 1-byte UTF-8 sequence.
Status: NEW
Alias: None
Product: uml
Classification: Unclassified
Component: General Diagram (show other bugs)
Version: 6.x
Hardware: All All
: P3 normal (vote)
Assignee: issues@uml
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-03-30 14:15 UTC by leoperezchl
Modified: 2010-03-31 07:35 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 144288


Attachments
stacktrace (4.86 KB, text/plain)
2010-03-30 14:15 UTC, leoperezchl
Details

Note You need to log in before you can comment on or make changes to this bug.
Description leoperezchl 2010-03-30 14:15:15 UTC
Build: NetBeans IDE 6.7.1 (Build 200907230233)
VM: Java HotSpot(TM) Client VM, 11.3-b02, Java(TM) SE Runtime Environment, 1.6.0_13-b03
OS: Windows XP

User Comments:
leoperezchl: Opening  a UML (plataform independent) project, with a references problems (some files or components missing)
Was a old version of a project that previously migrated to actual version of UML, but I try to open the old backup.




Stacktrace: 
java.io.UTFDataFormatException: Invalid byte 1 of 1-byte UTF-8 sequence.
   at com.sun.xml.stream.xerces.impl.io.UTF8Reader.invalidByte(UTF8Reader.java:755)
   at com.sun.xml.stream.xerces.impl.io.UTF8Reader.read(UTF8Reader.java:624)
   at com.sun.xml.stream.XMLEntityReaderImpl.load(XMLEntityReaderImpl.java:1739)
   at com.sun.xml.stream.XMLEntityReaderImpl.scanLiteral(XMLEntityReaderImpl.java:1049)
   at com.sun.xml.stream.XMLScanner.scanAttributeValue(XMLScanner.java:810)
   at com.sun.xml.stream.XMLNSDocumentScannerImpl.scanAttribute(XMLNSDocumentScannerImpl.java:511)
Comment 1 leoperezchl 2010-03-30 14:15:19 UTC
Created attachment 96354 [details]
stacktrace