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 247192 - java.util.ServiceConfigurationError: javax.xml.transform.TransformerFactory: Provider net.sf.saxon.TransformerFactoryImpl not found
Summary: java.util.ServiceConfigurationError: javax.xml.transform.TransformerFactory: ...
Status: RESOLVED FIXED
Alias: None
Product: web
Classification: Unclassified
Component: HTML Editor (show other bugs)
Version: 8.0
Hardware: All All
: P3 normal (vote)
Assignee: Milutin Kristofic
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-09-17 06:21 UTC by Exceptions Reporter
Modified: 2015-08-07 09:56 UTC (History)
8 users (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 211931


Attachments
stacktrace (4.75 KB, text/plain)
2014-09-17 06:21 UTC, Exceptions Reporter
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Exceptions Reporter 2014-09-17 06:21:27 UTC
This bug was originally marked as duplicate of bug 239852, 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.1 (Build 201408251540)
VM: Java HotSpot(TM) 64-Bit Server VM, 25.20-b23, Java(TM) SE Runtime Environment, 1.8.0_20-b26
OS: Linux

User Comments:
yoge_56: In my Netbeans i can't able to create any new project if i go to create a new project  after creating new project they display the EXCEPTION ERROR can find what is that and resolved it. Kindly do needful.  

Regards
B.Yogesh
+91 7200120365

GUEST: create web app for weblogic server




Stacktrace: 
java.util.ServiceConfigurationError: javax.xml.transform.TransformerFactory: Provider net.sf.saxon.TransformerFactoryImpl not found
   at java.util.ServiceLoader.fail(ServiceLoader.java:239)
   at java.util.ServiceLoader.access$300(ServiceLoader.java:185)
   at java.util.ServiceLoader$LazyIterator.nextService(ServiceLoader.java:372)
   at java.util.ServiceLoader$LazyIterator.access$700(ServiceLoader.java:323)
   at java.util.ServiceLoader$LazyIterator$2.run(ServiceLoader.java:407)
   at java.security.AccessController.doPrivileged(AccessController.java:0)
Comment 1 Exceptions Reporter 2014-09-17 06:21:29 UTC
Created attachment 149278 [details]
stacktrace
Comment 2 Tomas Stupka 2014-09-19 12:57:50 UTC
from messages.log

Will not load class net.sf.saxon.TransformerFactoryImpl arbitrarily from one of ModuleCL@4b7bae[org.netbeans.modules.html.validation] and ModuleCL@18354f[info.gianlucacosta.easypmd.easypmd] starting from SystemClassLoader[800 modules]; see http://wiki.netbeans.org/DevFaqModuleCCE

Will not load class net.sf.saxon.TransformerFactoryImpl arbitrarily from one of ModuleCL@4cc24a06[org.netbeans.modules.html.validation] and ModuleCL@4f5f64a6[com.eviware.soapui.netbeans.module] starting from SystemClassLoader[605 modules]; see http://wiki.netbeans.org/DevFaqModuleCCE

reassigning for further evaluation

perhaps third party 
info.gianlucacosta.easypmd.easypmd
and 
com.eviware.soapui.netbeans.module

could also do something about it
Comment 3 gary.whittington 2015-07-23 18:49:01 UTC
After deinstalled the EasyPMD plugin I was able to create new projects again.
Comment 4 emiddio 2015-08-05 18:26:54 UTC
after deactivating EasyPMD can create project.
Comment 5 hzhsun 2015-08-06 14:06:12 UTC
EasyPMD 9 upgrade caused this issue, after deactivating EasyPMD can create project. after try @emiddio method, error disappeared.
Comment 6 giancosta86 2015-08-07 01:01:44 UTC
EasyPmd 9.2 should fix this issue.

https://github.com/giancosta86/EasyPmd/releases/tag/v9.2
Comment 7 Milutin Kristofic 2015-08-07 09:56:15 UTC
Thank you giancosta86