[Carbon-jira] [jira] Closed: (CARBON-8339) Cannot start server when bps is deployed on tomcat
Pavithra Madurangi (JIRA)
jira at wso2.org
Wed Mar 16 01:07:24 PDT 2011
[ https://wso2.org/jira/browse/CARBON-8339?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Pavithra Madurangi closed CARBON-8339.
--------------------------------------
Resolution: Fixed
When following jars are manually added to tomcat lib, above issue does not appear.
1) xalan-2.7.0.wso2v1.jar
2) xercesImpl-2.8.1.wso2v2.jar
3) xml-apis-1.3.04.wso2v1.jar
4) geronimo-jaxws_2.2_spec-1.0.jar
Therefore closing the jira.
> Cannot start server when bps is deployed on tomcat
> --------------------------------------------------
>
> Key: CARBON-8339
> URL: https://wso2.org/jira/browse/CARBON-8339
> Project: WSO2 Carbon
> Issue Type: Bug
> Components: BPEL
> Affects Versions: 3.1.0
> Environment: wso2 business process server 2.0.2, tomcat 6.*
> Reporter: Pavithra Madurangi
> Assignee: Denis Weerasiri
> Priority: High
> Fix For: 3.2.0
>
>
> -The server is not started when BPS is deployed on tomcat. Following error in console
> [2010-12-08 21:36:58,893] INFO {org.springframework.context.support.ClassPathXmlApplicationContext} - Refreshing org.springframework.context.support.ClassPathXmlApplicationContext at 5af92541: display name [org.springframework.context.support.ClassPathXmlApplicationContext at 5af92541]; startup date [Wed Dec 08 21:36:58 IST 2010]; root of context hierarchy
> [2010-12-08 21:36:58,894] INFO {org.springframework.beans.factory.xml.XmlBeanDefinitionReader} - Loading XML bean definitions from class path resource [beans.xml]
> [2010-12-08 21:36:58,906] FATAL {org.wso2.carbon.core.init.CarbonServerManager} - WSO2 Carbon initialization Failed
> java.lang.NoClassDefFoundError: org/apache/xerces/xni/parser/XMLEntityResolver
> at org.apache.ode.store.DeploymentUnitDir.getStaticVersion(DeploymentUnitDir.java:430)
> at org.wso2.carbon.bpel.ode.integration.store.TenantProcessStoreImpl.deployBPELPackageInODE(TenantProcessStoreImpl.java:379)
> at org.wso2.carbon.bpel.ode.integration.store.TenantProcessStoreImpl.deploy(TenantProcessStoreImpl.java:158)
> at org.wso2.carbon.bpel.BPELDeployer.deploy(BPELDeployer.java:90)
> at org.apache.axis2.deployment.repository.util.DeploymentFileData.deploy(DeploymentFileData.java:136)
> at org.apache.axis2.deployment.DeploymentEngine.doDeploy(DeploymentEngine.java:815)
> at org.apache.axis2.deployment.repository.util.WSInfoList.update(WSInfoList.java:144)
> at org.apache.axis2.deployment.RepositoryListener.update(RepositoryListener.java:391)
> at org.apache.axis2.deployment.RepositoryListener.checkServices(RepositoryListener.java:254)
> at org.apache.axis2.deployment.DeploymentEngine.loadServices(DeploymentEngine.java:144)
> at org.wso2.carbon.core.CarbonAxisConfigurator.loadServices(CarbonAxisConfigurator.java:387)
> at org.apache.axis2.context.ConfigurationContextFactory.createConfigurationContext(ConfigurationContextFactory.java:95)
> at org.wso2.carbon.core.CarbonConfigurationContextFactory.createNewConfigurationContext(CarbonConfigurationContextFactory.java:65)
> at org.wso2.carbon.core.init.CarbonServerManager.initializeCarbon(CarbonServerManager.java:384)
> at org.wso2.carbon.core.init.CarbonServerManager.removePendingItem(CarbonServerManager.java:282)
> at org.wso2.carbon.core.init.PreAxis2ConfigItemListener.bundleChanged(PreAxis2ConfigItemListener.java:117)
> at org.eclipse.osgi.framework.internal.core.BundleContextImpl.dispatchEvent(BundleContextImpl.java:916)
> at org.eclipse.osgi.framework.eventmgr.EventManager.dispatchEvent(EventManager.java:220)
> at org.eclipse.osgi.framework.eventmgr.EventManager$EventThread.run(EventManager.java:330)
> Caused by: java.lang.ClassNotFoundException: org.apache.xerces.xni.parser.XMLEntityResolver
> at org.eclipse.osgi.internal.loader.BundleLoader.findClassInternal(BundleLoader.java:443)
> at org.eclipse.osgi.internal.loader.BundleLoader.findClass(BundleLoader.java:405)
> at org.eclipse.osgi.internal.loader.BundleLoader.findClass(BundleLoader.java:393)
> at org.eclipse.osgi.internal.baseadaptor.DefaultClassLoader.loadClass(DefaultClassLoader.java:105)
> at java.lang.ClassLoader.loadClass(ClassLoader.java:248)
> ... 19 more
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://wso2.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
More information about the Carbon-jira
mailing list