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 - 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 (show other bugs)
Version: 6.x
Hardware: All All
: P3 normal (vote)
Assignee: issues@uml
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-11-10 11:07 UTC by leoperezchl
Modified: 2009-11-10 11:07 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 161752


Attachments
stacktrace (5.38 KB, text/plain)
2009-11-10 11:07 UTC, leoperezchl
Details

Note You need to log in before you can comment on or make changes to this bug.
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