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 149838 - org.xml.sax.SAXParseException: An invalid XML character (Unicode: 0x0) was found in the element content of the document.
Summary: org.xml.sax.SAXParseException: An invalid XML character (Unicode: 0x0) was fo...
Status: RESOLVED WORKSFORME
Alias: None
Product: javaee
Classification: Unclassified
Component: Code (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker (vote)
Assignee: Trey Spiva
URL: http://statistics.netbeans.org/except...
Keywords:
Depends on:
Blocks:
 
Reported: 2008-10-10 22:56 UTC by Lukas Hasik
Modified: 2009-01-19 12:11 UTC (History)
2 users (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 125076


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Lukas Hasik 2008-10-10 22:56:37 UTC
Build: NetBeans IDE Dev (Build 200810031942)
VM: Java HotSpot(TM) Client VM, 10.0-b19, Java(TM) SE Runtime Environment, 1.6.0_05-b13
OS: Windows XP, 5.1, x86
User comments: 
STACKTRACE: (first 10 lines)
org.xml.sax.SAXParseException: An invalid XML character (Unicode: 0x0) was found in the element content of the document.
        at com.sun.org.apache.xerces.internal.parsers.DOMParser.parse(DOMParser.java:239)
        at com.sun.org.apache.xerces.internal.jaxp.DocumentBuilderImpl.parse(DocumentBuilderImpl.java:283)
        at javax.xml.parsers.DocumentBuilder.parse(DocumentBuilder.java:124)
        at org.netbeans.modules.web.client.tools.common.dbgp.Message.getNode(Message.java:342)
        at org.netbeans.modules.web.client.tools.common.dbgp.Message.create(Message.java:131)
        at org.netbeans.modules.web.client.tools.common.dbgp.DebuggerProxy$MessageHandler.run(DebuggerProxy.java:409)
Comment 1 Ken Frank 2008-10-19 18:16:29 UTC
will be helpful to know if any non basic ascii or multibyte is in paths or dir names
of
where nb installed, userdir, name of project or project files,
file contents or string or comment values, etc

also the regional setting nb is running under

and the project encoding of the project in which exception was generated.

ken.frank@sun.com
Comment 2 Trey Spiva 2008-11-18 19:12:28 UTC
What file add this exception?  Can you tell us how you created the file?  Can you tell us how the file was modified?  Any step to reproduce the problem?
Comment 3 Martin Fousek 2008-12-08 08:06:18 UTC
Reporter didn't provided required information for more than 14 days. 
I'm closing this issue as worksforme, as we are not able to reproduce it with available information. 
Please, feel free to reopen when you face the problem again but attach the additional info.

thank you for report