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 176440

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

Description leoperezchl 2009-11-10 11:07:38 UTC
This issue was originally marked as duplicate of issue 152931, that is already resolved. This issue is still valid, so this seems to be another issue, but it might be related.

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, 5.1, x86

User Comments:
leoperezchl: Opening a UML project, and, at same time, downloading plugins updates... I just install NetBeans 6.7.1



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 2009-11-10 11:07:43 UTC
Created attachment 90734 [details]
stacktrace