t-ho / textbe

Automatically exported from code.google.com/p/textbe
0 stars 0 forks source link

javax.xml.parsers.FactoryConfigurationError: Provider org.apache.xerces.jaxp.SAXParserFactoryImpl not found #1

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?

1. First visualisation of a bt will work fine
2. Second visualisation will cause this error

What is the expected output? What do you see instead?

The BE Visualiser should be updated with the new graphic but it remains 
unchanged.

Original issue reported on code.google.com by Toby.Myers@gmail.com on 11 May 2010 at 12:12

GoogleCodeExporter commented 9 years ago
Current workaround is to add xercesImpl.jar to the lib/ext directory of the 
java 
install

Original comment by Toby.Myers@gmail.com on 11 May 2010 at 12:14

GoogleCodeExporter commented 9 years ago
# Removed org.apache.xerces.jaxp from plug-in dependencies
# Removed `System.setProperty("javax.xml.parsers.SAXParserFactory", 
"org.apache.xerces.jaxp.SAXParserFactoryImpl");`

Original comment by Toby.Myers@gmail.com on 31 Aug 2010 at 10:21