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 262864 - Every time I attempt to run/build any of my projects I immediately get error "XML parser factory has not been configured correctly: Provider for class javax.xml.parsers.SAXParserFactory cannot be created"
Summary: Every time I attempt to run/build any of my projects I immediately get error ...
Status: RESOLVED INVALID
Alias: None
Product: ide
Classification: Unclassified
Component: Code (show other bugs)
Version: 8.0.2
Hardware: PC Windows 7
: P3 normal (vote)
Assignee: issues@ide
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-07-18 17:37 UTC by donema
Modified: 2016-07-30 12:03 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
IDE log (67.96 KB, text/plain)
2016-07-18 17:37 UTC, donema
Details
Screen shot of error (133.07 KB, image/jpeg)
2016-07-30 12:01 UTC, donema
Details
Example project (14.43 KB, application/x-zip-compressed)
2016-07-30 12:03 UTC, donema
Details

Note You need to log in before you can comment on or make changes to this bug.
Description donema 2016-07-18 17:37:54 UTC
Product Version = NetBeans IDE 8.0.2 (Build 201411181905)
Operating System = Windows 7 version 6.1 running on amd64
Java; VM; Vendor = 1.8.0_71
Runtime = Java HotSpot(TM) 64-Bit Server VM 25.71-b15
Comment 1 donema 2016-07-18 17:37:57 UTC
Created attachment 160434 [details]
IDE log
Comment 2 markiewb 2016-07-27 21:37:09 UTC
Use NB 8.1. Your code seems to be faulty. Check the dependencies.
Comment 3 donema 2016-07-28 10:43:34 UTC
My code my indeed by faulty but I'm getting the same error on all my projects.  I started a new project with just one line of code and get the same error.  The error happens immediately when trying to build, not at execution.   I have upgraded to 8.1 as suggested -- same error.  Your suggestion to check dependencies -- any more detail you can give.  Is that NetBeans IDE dependencies?  How do I check?   Thanks for any help.
Comment 4 markiewb 2016-07-30 11:34:19 UTC
@donema: 
a) Have you tried NB8.1? Does the same issue occur?
a) Can you please provide such a project? Put it as an attachment here or post at github! I will give it a try/
Comment 5 donema 2016-07-30 12:01:15 UTC
Created attachment 161499 [details]
Screen shot of error
Comment 6 donema 2016-07-30 12:03:41 UTC
Created attachment 161500 [details]
Example project

Thanks for your help.  Yes I have installed NB 8.1, same error.  Here is a brand new project with same error.  I'm sure it is something with my configuration because everything was working, now nothing is working.