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

Summary: java.io.UTFDataFormatException: Invalid byte 1 of 1-byte UTF-8 sequence.
Product: uml Reporter: leoperezchl <leoperezchl>
Component: General DiagramAssignee: issues@uml <issues>
Status: NEW ---    
Severity: normal CC: fredofg41
Priority: P3    
Version: 6.x   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter: 144288
Attachments: stacktrace

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