Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[equinox-dev] servletbridge weblogic javax.xml.parsers.FactoryConfigurationError

Hello. 

I am developing using servletbride. 

and using the provided bridge.war http://www.eclipse.org/equinox/server/http_in_container.phphere. (change to osgi.framework is 3.5.0, osgi.equinox.update.configurator is 3.3.2) 

The following error occurred in the weblogic 12c was used. 

================================================================================================

eclipse.buildId=unknown

java.version=1.6.0_45

java.vendor=Sun Microsystems Inc.

BootLoader constants: OS=linux, ARCH=x86_64, WS=motif, NL=ko_KR

Framework arguments:  -Dlog4j.debug=true

Command-line arguments:  -consoleLog -console -Dlog4j.debug=true


!ENTRY org.eclipse.update.configurator 4 0 2014-08-13 18:34:39.895

!MESSAGE 

!STACK 0

org.osgi.framework.BundleException: Exception in org.eclipse.update.internal.configurator.ConfigurationActivator.start() of bundle org.eclipse.update.configurator.

at org.eclipse.osgi.framework.internal.core.BundleContextImpl.startActivator(BundleContextImpl.java:1018)

at org.eclipse.osgi.framework.internal.core.BundleContextImpl.start(BundleContextImpl.java:974)

at org.eclipse.osgi.framework.internal.core.BundleHost.startWorker(BundleHost.java:346)

at org.eclipse.osgi.framework.internal.core.AbstractBundle.resume(AbstractBundle.java:350)

at org.eclipse.osgi.framework.internal.core.Framework.resumeBundle(Framework.java:1118)

at org.eclipse.osgi.framework.internal.core.StartLevelManager.resumeBundles(StartLevelManager.java:631)

at org.eclipse.osgi.framework.internal.core.StartLevelManager.incFWSL(StartLevelManager.java:505)

at org.eclipse.osgi.framework.internal.core.StartLevelManager.doSetStartLevel(StartLevelManager.java:279)

at org.eclipse.osgi.framework.internal.core.StartLevelManager.dispatchEvent(StartLevelManager.java:465)

at org.eclipse.osgi.framework.eventmgr.EventManager.dispatchEvent(EventManager.java:195)

at org.eclipse.osgi.framework.eventmgr.EventManager$EventThread.run(EventManager.java:297)

Caused by: javax.xml.parsers.FactoryConfigurationError: Provider weblogic.xml.jaxp.RegistryDocumentBuilderFactory not found

at javax.xml.parsers.DocumentBuilderFactory.newInstance(DocumentBuilderFactory.java:129)

at org.eclipse.update.internal.configurator.PlatformConfiguration.saveAsXML(PlatformConfiguration.java:1216)

at org.eclipse.update.internal.configurator.PlatformConfiguration.save(PlatformConfiguration.java:644)

at org.eclipse.update.internal.configurator.PlatformConfiguration.save(PlatformConfiguration.java:574)

at org.eclipse.update.internal.configurator.PlatformConfiguration.startup(PlatformConfiguration.java:714)

at org.eclipse.update.internal.configurator.ConfigurationActivator.getPlatformConfiguration(ConfigurationActivator.java:404)

at org.eclipse.update.internal.configurator.ConfigurationActivator.initialize(ConfigurationActivator.java:136)

at org.eclipse.update.internal.configurator.ConfigurationActivator.start(ConfigurationActivator.java:69)

at org.eclipse.osgi.framework.internal.core.BundleContextImpl$2.run(BundleContextImpl.java:999)

at java.security.AccessController.doPrivileged(Native Method)

at org.eclipse.osgi.framework.internal.core.BundleContextImpl.startActivator(BundleContextImpl.java:993)

... 10 more

Root exception:

javax.xml.parsers.FactoryConfigurationError: Provider weblogic.xml.jaxp.RegistryDocumentBuilderFactory not found

at javax.xml.parsers.DocumentBuilderFactory.newInstance(DocumentBuilderFactory.java:129)

at org.eclipse.update.internal.configurator.PlatformConfiguration.saveAsXML(PlatformConfiguration.java:1216)

at org.eclipse.update.internal.configurator.PlatformConfiguration.save(PlatformConfiguration.java:644)

at org.eclipse.update.internal.configurator.PlatformConfiguration.save(PlatformConfiguration.java:574)

at org.eclipse.update.internal.configurator.PlatformConfiguration.startup(PlatformConfiguration.java:714)

at org.eclipse.update.internal.configurator.ConfigurationActivator.getPlatformConfiguration(ConfigurationActivator.java:404)

at org.eclipse.update.internal.configurator.ConfigurationActivator.initialize(ConfigurationActivator.java:136)

at org.eclipse.update.internal.configurator.ConfigurationActivator.start(ConfigurationActivator.java:69)

at org.eclipse.osgi.framework.internal.core.BundleContextImpl$2.run(BundleContextImpl.java:999)

at java.security.AccessController.doPrivileged(Native Method)

at org.eclipse.osgi.framework.internal.core.BundleContextImpl.startActivator(BundleContextImpl.java:993)

at org.eclipse.osgi.framework.internal.core.BundleContextImpl.start(BundleContextImpl.java:974)

at org.eclipse.osgi.framework.internal.core.BundleHost.startWorker(BundleHost.java:346)

at org.eclipse.osgi.framework.internal.core.AbstractBundle.resume(AbstractBundle.java:350)

at org.eclipse.osgi.framework.internal.core.Framework.resumeBundle(Framework.java:1118)

at org.eclipse.osgi.framework.internal.core.StartLevelManager.resumeBundles(StartLevelManager.java:631)

at org.eclipse.osgi.framework.internal.core.StartLevelManager.incFWSL(StartLevelManager.java:505)

at org.eclipse.osgi.framework.internal.core.StartLevelManager.doSetStartLevel(StartLevelManager.java:279)

at org.eclipse.osgi.framework.internal.core.StartLevelManager.dispatchEvent(StartLevelManager.java:465)

at org.eclipse.osgi.framework.eventmgr.EventManager.dispatchEvent(EventManager.java:195)

at org.eclipse.osgi.framework.eventmgr.EventManager$EventThread.run(EventManager.java:297)

================================================================================================

How do I know what to fix it?  Or Is able to provide examples for weblogic?

Thank you. 

(Sorry I do not speak English well.)

Back to the top