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 240517 - com.sun.org.apache.xerces.internal.impl.io.MalformedByteSequenceException: Invalid byte 2 of 3-byte UTF-8 sequence.
Summary: com.sun.org.apache.xerces.internal.impl.io.MalformedByteSequenceException: In...
Status: RESOLVED DUPLICATE of bug 233798
Alias: None
Product: projects
Classification: Unclassified
Component: Maven (show other bugs)
Version: 7.4
Hardware: All All
: P3 normal (vote)
Assignee: Milos Kleint
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-01-15 20:40 UTC by pangalz
Modified: 2014-01-16 07:56 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 206593


Attachments
stacktrace (2.89 KB, text/plain)
2014-01-15 20:40 UTC, pangalz
Details
TestSuite Result (167.94 KB, text/xml)
2014-01-15 20:42 UTC, pangalz
Details

Note You need to log in before you can comment on or make changes to this bug.
Description pangalz 2014-01-15 20:40:03 UTC
This bug was originally marked as duplicate of bug 173248, that is already resolved. This bug is still valid, so this seems to be another bug, but it might be related.

Build: NetBeans IDE 7.4 (Build 201310012201)
VM: Java HotSpot(TM) 64-Bit Server VM, 24.0-b56, Java(TM) SE Runtime Environment, 1.7.0_40-b43
OS: Windows 7

User Comments:
pangalz: Running Test File (TestNG)




Stacktrace: 
com.sun.org.apache.xerces.internal.impl.io.MalformedByteSequenceException: Invalid byte 2 of 3-byte UTF-8 sequence.
   at com.sun.org.apache.xerces.internal.impl.io.UTF8Reader.invalidByte(UTF8Reader.java:687)
   at com.sun.org.apache.xerces.internal.impl.io.UTF8Reader.read(UTF8Reader.java:408)
   at com.sun.org.apache.xerces.internal.impl.XMLEntityScanner.load(XMLEntityScanner.java:1753)
   at com.sun.org.apache.xerces.internal.impl.XMLEntityScanner.scanLiteral(XMLEntityScanner.java:1074)
   at com.sun.org.apache.xerces.internal.impl.XMLScanner.scanAttributeValue(XMLScanner.java:948)
   at com.sun.org.apache.xerces.internal.impl.XMLNSDocumentScannerImpl.scanAttribute(XMLNSDocumentScannerImpl.java:436)
Comment 1 pangalz 2014-01-15 20:40:05 UTC
Created attachment 144004 [details]
stacktrace
Comment 2 pangalz 2014-01-15 20:42:11 UTC
Created attachment 144005 [details]
TestSuite Result
Comment 3 Milos Kleint 2014-01-16 07:56:07 UTC
likely a duplicate of issue 233798, please see the resolution there.

*** This bug has been marked as a duplicate of bug 233798 ***