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 250592 - org.xml.sax.SAXParseException; lineNumber: 1; columnNumber: 1; Premature end of file.
Summary: org.xml.sax.SAXParseException; lineNumber: 1; columnNumber: 1; Premature end ...
Status: RESOLVED FIXED
Alias: None
Product: cnd
Classification: Unclassified
Component: Project (show other bugs)
Version: 8.0
Hardware: All All
: P3 normal (vote)
Assignee: Alexander Simon
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-02-20 20:25 UTC by davidcsi
Modified: 2015-07-22 04:36 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 215569


Attachments
stacktrace (2.38 KB, text/plain)
2015-02-20 20:25 UTC, davidcsi
Details

Note You need to log in before you can comment on or make changes to this bug.
Description davidcsi 2015-02-20 20:25:00 UTC
This bug was originally marked as duplicate of bug 240896, that is already resolved. This bug is still valid, so this seems to be another bug, but it might be related.

Build: NetBeans IDE 8.0.2 (Build 201411181905)
VM: Java HotSpot(TM) 64-Bit Server VM, 24.45-b08, Java(TM) SE Runtime Environment, 1.7.0_45-b18
OS: Mac OS X

User Comments:
davidcsi: started a new project on a new remote debian 7




Stacktrace: 
org.xml.sax.SAXParseException; lineNumber: 1; columnNumber: 1; Premature end of file.
   at com.sun.org.apache.xerces.internal.util.ErrorHandlerWrapper.createSAXParseException(ErrorHandlerWrapper.java:198)
   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:1019)
Comment 1 davidcsi 2015-02-20 20:25:02 UTC
Created attachment 152125 [details]
stacktrace
Comment 2 Alexander Simon 2015-07-21 09:16:37 UTC
Show warning instead of error, change set:
http://hg.netbeans.org/cnd-main/rev/8618eaa2a2ed
Comment 3 Quality Engineering 2015-07-22 04:36:59 UTC
Integrated into 'main-silver', will be available in build *201507220303* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)

Changeset: http://hg.netbeans.org/main-silver/rev/8618eaa2a2ed
User: Alexander Simon <alexvsimon@netbeans.org>
Log: fixed Bug #250592 org.xml.sax.SAXParseException; lineNumber: 1; columnNumber: 1; Premature end of file.