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 240896 - org.xml.sax.SAXParseException; lineNumber: 1; columnNumber: 1; Content is not allowed in prolog.
Summary: org.xml.sax.SAXParseException; lineNumber: 1; columnNumber: 1; Content is not...
Status: RESOLVED INCOMPLETE
Alias: None
Product: cnd
Classification: Unclassified
Component: Project (show other bugs)
Version: 8.0
Hardware: All All
: P3 normal (vote)
Assignee: ilia
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-01-23 15:58 UTC by szmitek
Modified: 2014-02-12 06:17 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 206899


Attachments
stacktrace (2.39 KB, text/plain)
2014-01-23 15:58 UTC, szmitek
Details
Document XML project.xml that causes error (948 bytes, text/xml)
2014-01-23 16:05 UTC, szmitek
Details

Note You need to log in before you can comment on or make changes to this bug.
Description szmitek 2014-01-23 15:58:10 UTC
Build: NetBeans IDE Dev (Build 201312300942)
VM: Java HotSpot(TM) 64-Bit Server VM, 25.0-b63, Java(TM) SE Runtime Environment, 1.8.0-ea-b121
OS: Linux

User Comments:
szmitek: Background scanning of projects




Stacktrace: 
org.xml.sax.SAXParseException; lineNumber: 1; columnNumber: 1; Content is not allowed in prolog.
   at com.sun.org.apache.xerces.internal.util.ErrorHandlerWrapper.createSAXParseException(ErrorHandlerWrapper.java:203)
   at com.sun.org.apache.xerces.internal.util.ErrorHandlerWrapper.fatalError(ErrorHandlerWrapper.java:177)
   at com.sun.org.apache.xerces.internal.impl.XMLErrorReporter.reportError(XMLErrorReporter.java:441)
   at com.sun.org.apache.xerces.internal.impl.XMLErrorReporter.reportError(XMLErrorReporter.java:368)
   at com.sun.org.apache.xerces.internal.impl.XMLScanner.reportFatalError(XMLScanner.java:1436)
   at com.sun.org.apache.xerces.internal.impl.XMLDocumentScannerImpl$PrologDriver.next(XMLDocumentScannerImpl.java:999)
Comment 1 szmitek 2014-01-23 15:58:12 UTC
Created attachment 144301 [details]
stacktrace
Comment 2 szmitek 2014-01-23 16:05:46 UTC
Created attachment 144303 [details]
Document XML project.xml that causes error

/media/System/Users/Kamil Szmit/Documents/NetBeansProjects/TrafficLights/nbproject/project.xml
Comment 3 ilia 2014-02-11 14:33:44 UTC
There is an empty xml file in attachments.
Is it empty at your project folder, or it's a mis-upload?