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 252846

Summary: org.xml.sax.SAXParseException; lineNumber: 1; columnNumber: 1; Content is not allowed in prolog.
Product: updatecenters Reporter: ted52452
Component: PluginportalAssignee: matthias42
Status: VERIFIED INVALID    
Severity: normal CC: a.riggio
Priority: P3    
Version: 8.0   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter: 211885
Attachments: stacktrace

Description ted52452 2015-06-05 23:35:46 UTC
Build: NetBeans IDE 8.0.2 (Build 201411181905)
VM: Java HotSpot(TM) 64-Bit Server VM, 25.31-b07, Java(TM) SE Runtime Environment, 1.8.0_31-b13
OS: Windows 8

User Comments:
GUEST: no idea.

a.riggio: no details. Happened on start.

a.riggio: Started the program

GUEST: Just launched NetBeans a few times and the same error appeared each time.

ted52452: this error start as open Netbeans 8.2

GUEST: Opening the IDE after one week of inactivity




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 ted52452 2015-06-05 23:35:49 UTC
Created attachment 154081 [details]
stacktrace
Comment 2 Tomas Hurka 2015-06-12 13:49:00 UTC
The exception is from com.google.code.nb_ldap_explorer.ssl_certificate_exception.Installer.restored()

It looks like it is caused by com.google.code.nb_ldap_explorer.ssl_certificate_exception module hosted at https://github.com/nb-ldap-explorer/nb-ldap-explorer/
Comment 3 matthias42 2015-06-12 16:13:52 UTC
The analysis is correct - I created a corresponding bug on the projects tracker on github:

https://github.com/nb-ldap-explorer/nb-ldap-explorer/issues/3

Please follow the issue there. I'll add better error handling, that should fix it.

As a workaround remove the defect document (Before you do though, I'd like to get a look at the first line of that file):

1. locate the netbeans userdir (http://wiki.netbeans.org/FaqWhatIsUserdir)
2. remove <nbuserdir>/config/SSLVerifier/hostnameAliasMap.xml

Closing the bug as invalid on the netbeans tracker.
Comment 4 Jiri Kovalsky 2015-06-12 16:17:23 UTC
Thanks Matthias for your evaluation. Verifying then.