Hi All,
I am getting following error when starting esb in trunk (Complete log
attached). First i found out that qpid is not in esb profile in
features/pom.xml. But adding qpid to esb profile of features/pom.xml
didnt solve the issue. It seems qpid is not added as a feature
artifact in esb/modules/p2-profile/pom.xml. I assume that is the cause
for following error ? If so, what is the correct action ? Should we
have qpid as a feature artifact in esb/modules/p2-profile/pom.xml ?

Feedback appreciated.

Thanks
AmilaJ

[2011-02-15 12:46:19,400] ERROR - Axis2ServiceRegistry Error building
service from bundle : Symbolic Name:
org.wso2.carbon.event.admin,Bundle Version: 3.2.0.SNAPSHOT, ID: 142
java.lang.NoClassDefFoundError:
[Lorg/wso2/carbon/qpid/commons/SubscriptionDetails;
        at java.lang.Class.getDeclaredMethods0(Native Method)
        at java.lang.Class.privateGetDeclaredMethods(Class.java:2427)
        at java.lang.Class.privateGetPublicMethods(Class.java:2547)
        at java.lang.Class.getMethods(Class.java:1410)
        at 
org.apache.axis2.description.java2wsdl.bytecode.MethodTable.loadMethods(MethodTable.java:43)
        at 
org.apache.axis2.description.java2wsdl.bytecode.MethodTable.<init>(MethodTable.java:33)
        at 
org.apache.axis2.description.java2wsdl.DefaultSchemaGenerator.<init>(DefaultSchemaGenerator.java:141)
        at 
org.apache.axis2.deployment.util.Utils.fillAxisService(Utils.java:453)
        at 
org.apache.axis2.deployment.ServiceBuilder.populateService(ServiceBuilder.java:389)
        at 
org.apache.axis2.deployment.ServiceGroupBuilder.populateServiceGroup(ServiceGroupBuilder.java:101)
        at 
org.wso2.carbon.utils.deployment.Axis2ServiceRegistry.addServices(Axis2ServiceRegistry.java:216)
        at 
org.wso2.carbon.utils.deployment.Axis2ServiceRegistry.register(Axis2ServiceRegistry.java:106)
        at 
org.wso2.carbon.utils.deployment.Axis2ServiceRegistry.register(Axis2ServiceRegistry.java:92)
        at 
org.wso2.carbon.core.init.CarbonServerManager.initializeCarbon(CarbonServerManager.java:462)
        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.wso2.carbon.qpid.commons.SubscriptionDetails
        at 
org.eclipse.osgi.internal.loader.BundleLoader.findClassInternal(BundleLoader.java:489)
        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:252)
        at java.lang.ClassLoader.loadClassInternal(ClassLoader.java:320)
        ... 19 more
[2011-02-15 12:46:19,476] ERROR - Axis2ServiceRegistry Error building
service from bundle : Symbolic Name: org.wso2.carbon.event.ws,Bundle
Version: 3.2.0.SNAPSHOT, ID: 148
org.apache.axis2.AxisFault: Two services cannot have same name.  A
service with the EventBrokerService [null] name already exists in the
system.
        at 
org.apache.axis2.engine.AxisConfiguration.addToAllServicesMap(AxisConfiguration.java:492)
        at 
org.apache.axis2.description.AxisServiceGroup.addService(AxisServiceGroup.java:110)
        at 
org.apache.axis2.deployment.DeploymentEngine.fillServiceGroup(DeploymentEngine.java:752)
        at 
org.apache.axis2.deployment.DeploymentEngine.addServiceGroup(DeploymentEngine.java:608)
        at 
org.wso2.carbon.utils.deployment.Axis2ServiceRegistry.addServices(Axis2ServiceRegistry.java:217)
        at 
org.wso2.carbon.utils.deployment.Axis2ServiceRegistry.register(Axis2ServiceRegistry.java:106)
        at 
org.wso2.carbon.utils.deployment.Axis2ServiceRegistry.register(Axis2ServiceRegistry.java:92)
        at 
org.wso2.carbon.core.init.CarbonServerManager.initializeCarbon(CarbonServerManager.java:462)
        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)
[2011-02-15 12:46:20,937]  INFO - DeploymentInterceptor Deploying
Axis2 service: wso2carbon-sts {super-tenant}
2011-02-15 13:14:19,186 [-] [main]  INFO Main Initializing system...
2011-02-15 13:14:19,392 [-] [main]  INFO TomcatCarbonWebappDeployer Deployed Carbon webapp: StandardEngine[carbonEngine].StandardHost[defaulthost].StandardContext[/]
2011-02-15 13:14:27,299 [-] [Start Level Event Dispatcher]  INFO CarbonCoreActivator Starting WSO2 Carbon...
2011-02-15 13:14:27,300 [-] [Start Level Event Dispatcher]  INFO CarbonCoreActivator Operating System : Linux 2.6.35-25-generic, amd64
2011-02-15 13:14:27,300 [-] [Start Level Event Dispatcher]  INFO CarbonCoreActivator Java Home        : /home/amila/development/Tools/jdk1.6.0_13/jre
2011-02-15 13:14:27,300 [-] [Start Level Event Dispatcher]  INFO CarbonCoreActivator Java Version     : 1.6.0_13
2011-02-15 13:14:27,300 [-] [Start Level Event Dispatcher]  INFO CarbonCoreActivator Java VM          : Java HotSpot(TM) 64-Bit Server VM 11.3-b02,Sun Microsystems Inc.
2011-02-15 13:14:27,300 [-] [Start Level Event Dispatcher]  INFO CarbonCoreActivator Carbon Home      : /home/amila/development/wso2/carbon/trunk/products/esb/modules/distribution/target/wso2esb-4.0.0-SNAPSHOT
2011-02-15 13:14:27,301 [-] [Start Level Event Dispatcher]  INFO CarbonCoreActivator Java Temp Dir    : /home/amila/development/wso2/carbon/trunk/products/esb/modules/distribution/target/wso2esb-4.0.0-SNAPSHOT/tmp
2011-02-15 13:14:27,301 [-] [Start Level Event Dispatcher]  INFO CarbonCoreActivator User             : amila, en-US, Asia/Colombo
2011-02-15 13:14:28,771 [-] [Component Resolve Thread (Bundle 72)]  INFO InputOutputAdaptersComponent There is no adapters-component.conf.. Using the default configuration
2011-02-15 13:14:31,025 [-] [Start Level Event Dispatcher]  INFO RegistryCoreServiceComponent Registry Mode    : READ-WRITE
2011-02-15 13:14:31,528 [-] [Start Level Event Dispatcher]  INFO GadgetPopulator Successfully populated the default Dashboards.
2011-02-15 13:14:31,880 [-] [Start Level Event Dispatcher]  INFO GadgetPopulator Successfully populated the default Gadgets.
2011-02-15 13:14:33,116 [-] [Framework Event Dispatcher]  INFO CarbonServerManager Starting Carbon initialization...
2011-02-15 13:14:33,270 [-] [Framework Event Dispatcher]  INFO CarbonServerManager Creating super-tenant Axis2 ConfigurationContext
2011-02-15 13:14:33,405 [-] [Framework Event Dispatcher]  INFO ClusterBuilder Clustering has been disabled
2011-02-15 13:14:33,535 [-] [Framework Event Dispatcher]  INFO DeploymentInterceptor Deploying Axis2 module: sandesha2-3.20-SNAPSHOT {super-tenant}
2011-02-15 13:14:33,609 [-] [Framework Event Dispatcher]  INFO DeploymentInterceptor Deploying Axis2 module: savan-1.0-wso2v2 {super-tenant}
2011-02-15 13:14:33,630 [-] [Framework Event Dispatcher]  INFO DeploymentInterceptor Deploying Axis2 module: rampart-1.60-wso2v1 {super-tenant}
2011-02-15 13:14:33,741 [-] [Framework Event Dispatcher]  INFO DeploymentInterceptor Deploying Axis2 module: addressing-3.20-SNAPSHOT {super-tenant}
2011-02-15 13:14:33,764 [-] [Framework Event Dispatcher]  INFO DeploymentInterceptor Deploying Axis2 module: rahas-1.60-wso2v1 {super-tenant}
2011-02-15 13:14:33,796 [-] [Framework Event Dispatcher]  INFO DeploymentInterceptor Deploying Axis2 module: wso2xfer-3.20-SNAPSHOT {super-tenant}
2011-02-15 13:14:33,821 [-] [Framework Event Dispatcher]  INFO DeploymentInterceptor Deploying Axis2 module: relay-3.20-SNAPSHOT {super-tenant}
2011-02-15 13:14:33,881 [-] [Framework Event Dispatcher]  INFO DeploymentInterceptor Deploying Axis2 module: wso2throttle-3.20-SNAPSHOT {super-tenant}
2011-02-15 13:14:33,917 [-] [Framework Event Dispatcher]  INFO DeploymentInterceptor Deploying Axis2 module: wso2mex-3.20-SNAPSHOT {super-tenant}
2011-02-15 13:14:33,939 [-] [Framework Event Dispatcher]  INFO DeploymentInterceptor Deploying Axis2 module: wso2caching-3.20-SNAPSHOT {super-tenant}
2011-02-15 13:14:34,039 [-] [Framework Event Dispatcher]  INFO HttpCoreNIOSSLSender Loading Identity Keystore from : resources/security/wso2carbon.jks
2011-02-15 13:14:34,120 [-] [Framework Event Dispatcher]  INFO HttpCoreNIOSSLSender Loading Trust Keystore from : resources/security/client-truststore.jks
2011-02-15 13:14:34,190 [-] [Framework Event Dispatcher]  INFO HttpCoreNIOSender HTTPS Sender starting
2011-02-15 13:14:34,195 [-] [Framework Event Dispatcher]  INFO HttpCoreNIOSender HTTP Sender starting
2011-02-15 13:14:34,348 [-] [Framework Event Dispatcher]  INFO DeploymentInterceptor Deploying Axis2 service: version {super-tenant}
2011-02-15 13:14:34,503 [-] [Framework Event Dispatcher]  INFO DeploymentEngine Deploying Web service: Version.aar - file:/home/amila/development/wso2/carbon/trunk/products/esb/modules/distribution/target/wso2esb-4.0.0-SNAPSHOT/repository/deployment/server/axis2services/Version.aar
2011-02-15 13:14:34,673 [-] [Framework Event Dispatcher]  INFO CarbonServerManager Completed super-tenant Axis2 ConfigurationContext creation in 1.403 sec
2011-02-15 13:14:34,674 [-] [Framework Event Dispatcher]  INFO HttpCoreNIOSSLListener Loading Identity Keystore from : resources/security/wso2carbon.jks
2011-02-15 13:14:34,676 [-] [Framework Event Dispatcher]  INFO HttpCoreNIOSSLListener Loading Trust Keystore from : resources/security/client-truststore.jks
2011-02-15 13:14:34,746 [-] [Framework Event Dispatcher]  INFO ModuleDeployer Deploying module: addressing-SNAPSHOT - file:/home/amila/development/wso2/carbon/trunk/products/esb/modules/distribution/target/wso2esb-4.0.0-SNAPSHOT/repository/deployment/client/modules/addressing-SNAPSHOT.mar
2011-02-15 13:14:34,766 [-] [Framework Event Dispatcher]  INFO ModuleDeployer Deploying module: rampart-SNAPSHOT - file:/home/amila/development/wso2/carbon/trunk/products/esb/modules/distribution/target/wso2esb-4.0.0-SNAPSHOT/repository/deployment/client/modules/rampart-SNAPSHOT.mar
2011-02-15 13:14:34,772 [-] [Framework Event Dispatcher]  INFO TCPTransportSender TCP Sender started
2011-02-15 13:14:35,943 [-] [Framework Event Dispatcher] ERROR Axis2ServiceRegistry Error building service from bundle : Symbolic Name: org.wso2.carbon.event.admin,Bundle Version: 3.2.0.SNAPSHOT, ID: 142
java.lang.NoClassDefFoundError: [Lorg/wso2/carbon/qpid/commons/SubscriptionDetails;
	at java.lang.Class.getDeclaredMethods0(Native Method)
	at java.lang.Class.privateGetDeclaredMethods(Class.java:2427)
	at java.lang.Class.privateGetPublicMethods(Class.java:2547)
	at java.lang.Class.getMethods(Class.java:1410)
	at org.apache.axis2.description.java2wsdl.bytecode.MethodTable.loadMethods(MethodTable.java:43)
	at org.apache.axis2.description.java2wsdl.bytecode.MethodTable.<init>(MethodTable.java:33)
	at org.apache.axis2.description.java2wsdl.DefaultSchemaGenerator.<init>(DefaultSchemaGenerator.java:141)
	at org.apache.axis2.deployment.util.Utils.fillAxisService(Utils.java:453)
	at org.apache.axis2.deployment.ServiceBuilder.populateService(ServiceBuilder.java:389)
	at org.apache.axis2.deployment.ServiceGroupBuilder.populateServiceGroup(ServiceGroupBuilder.java:101)
	at org.wso2.carbon.utils.deployment.Axis2ServiceRegistry.addServices(Axis2ServiceRegistry.java:216)
	at org.wso2.carbon.utils.deployment.Axis2ServiceRegistry.register(Axis2ServiceRegistry.java:106)
	at org.wso2.carbon.utils.deployment.Axis2ServiceRegistry.register(Axis2ServiceRegistry.java:92)
	at org.wso2.carbon.core.init.CarbonServerManager.initializeCarbon(CarbonServerManager.java:462)
	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.wso2.carbon.qpid.commons.SubscriptionDetails
	at org.eclipse.osgi.internal.loader.BundleLoader.findClassInternal(BundleLoader.java:489)
	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:252)
	at java.lang.ClassLoader.loadClassInternal(ClassLoader.java:320)
	... 19 more
2011-02-15 13:14:36,017 [-] [Framework Event Dispatcher] ERROR Axis2ServiceRegistry Error building service from bundle : Symbolic Name: org.wso2.carbon.event.ws,Bundle Version: 3.2.0.SNAPSHOT, ID: 148
org.apache.axis2.AxisFault: Two services cannot have same name.  A service with the EventBrokerService [null] name already exists in the system.
	at org.apache.axis2.engine.AxisConfiguration.addToAllServicesMap(AxisConfiguration.java:492)
	at org.apache.axis2.description.AxisServiceGroup.addService(AxisServiceGroup.java:110)
	at org.apache.axis2.deployment.DeploymentEngine.fillServiceGroup(DeploymentEngine.java:752)
	at org.apache.axis2.deployment.DeploymentEngine.addServiceGroup(DeploymentEngine.java:608)
	at org.wso2.carbon.utils.deployment.Axis2ServiceRegistry.addServices(Axis2ServiceRegistry.java:217)
	at org.wso2.carbon.utils.deployment.Axis2ServiceRegistry.register(Axis2ServiceRegistry.java:106)
	at org.wso2.carbon.utils.deployment.Axis2ServiceRegistry.register(Axis2ServiceRegistry.java:92)
	at org.wso2.carbon.core.init.CarbonServerManager.initializeCarbon(CarbonServerManager.java:462)
	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)
2011-02-15 13:14:37,546 [-] [Framework Event Dispatcher]  INFO DeploymentInterceptor Deploying Axis2 service: wso2carbon-sts {super-tenant}
2011-02-15 13:14:37,749 [-] [Framework Event Dispatcher]  INFO DeploymentEngine Deploying Web service: org.wso2.carbon.sts - 
2011-02-15 13:14:37,953 [-] [Framework Event Dispatcher]  INFO DeploymentEngine Deploying Web service: org.wso2.carbon.tryit - 
2011-02-15 13:14:38,096 [-] [Framework Event Dispatcher]  INFO DeploymentInterceptor Deploying Axis2 service: XKMS {super-tenant}
2011-02-15 13:14:38,367 [-] [Framework Event Dispatcher]  INFO DeploymentEngine Deploying Web service: org.wso2.carbon.xkms - 
2011-02-15 13:14:38,382 [-] [Framework Event Dispatcher]  INFO DeploymentEngine Deploying Web service: org.wso2.carbon.xkms.mgt - 
2011-02-15 13:14:38,516 [-] [Framework Event Dispatcher]  INFO CarbonServerManager Repository       : /home/amila/development/wso2/carbon/trunk/products/esb/modules/distribution/target/wso2esb-4.0.0-SNAPSHOT/repository/deployment/server/
2011-02-15 13:14:38,544 [-] [Framework Event Dispatcher]  INFO EmbeddedRegistryBasedSubscriptionManager Connection established with the registry
2011-02-15 13:14:38,597 [-] [Framework Event Dispatcher]  INFO ServiceBusInitializer Starting ESB...
2011-02-15 13:14:39,079 [-] [Framework Event Dispatcher]  INFO ServiceBusInitializer Initializing Apache Synapse...
2011-02-15 13:14:39,085 [-] [Framework Event Dispatcher]  INFO SynapseControllerFactory Using Synapse home : /home/amila/development/wso2/carbon/trunk/products/esb/modules/distribution/target/wso2esb-4.0.0-SNAPSHOT/.
2011-02-15 13:14:39,085 [-] [Framework Event Dispatcher]  INFO SynapseControllerFactory Using synapse.xml location : /home/amila/development/wso2/carbon/trunk/products/esb/modules/distribution/target/wso2esb-4.0.0-SNAPSHOT/././repository/deployment/server/synapse-configs/default
2011-02-15 13:14:39,085 [-] [Framework Event Dispatcher]  INFO SynapseControllerFactory Using server name : localhost
2011-02-15 13:14:39,091 [-] [Framework Event Dispatcher]  INFO SynapseControllerFactory The timeout handler will run every : 15s
2011-02-15 13:14:39,144 [-] [Framework Event Dispatcher]  INFO Axis2SynapseController Initializing Synapse at : Tue Feb 15 13:14:39 IST 2011
2011-02-15 13:14:39,145 [-] [Framework Event Dispatcher]  INFO Axis2SynapseController Loading mediator extensions...
2011-02-15 13:14:39,151 [-] [Framework Event Dispatcher]  INFO CarbonSynapseController Loading the mediation configuration from the file system
2011-02-15 13:14:39,154 [-] [Framework Event Dispatcher]  INFO MultiXMLConfigurationBuilder Building synapse configuration from the synapse artifact repository at : ././repository/deployment/server/synapse-configs/default
2011-02-15 13:14:39,154 [-] [Framework Event Dispatcher]  INFO XMLConfigurationBuilder Generating the Synapse configuration model by parsing the XML configuration
2011-02-15 13:14:39,321 [-] [Framework Event Dispatcher]  INFO SynapseConfigurationBuilder Loaded Synapse configuration from the artifact repository at : ././repository/deployment/server/synapse-configs/default
2011-02-15 13:14:39,323 [-] [Framework Event Dispatcher]  INFO RegistryBasedSynapseConfigSerializer Persisting the SynapseConfiguration to the registry...
2011-02-15 13:14:39,391 [-] [Framework Event Dispatcher]  INFO Axis2SynapseController Deploying the Synapse service...
2011-02-15 13:14:39,396 [-] [Framework Event Dispatcher]  INFO Axis2SynapseController Deploying Proxy services...
2011-02-15 13:14:39,396 [-] [Framework Event Dispatcher]  INFO Axis2SynapseController Deploying EventSources...
2011-02-15 13:14:39,402 [-] [Framework Event Dispatcher]  INFO ServerManager Server ready for processing...
2011-02-15 13:14:39,666 [-] [Framework Event Dispatcher]  INFO PermissionUpdater Permission cache updated for tenant 0
2011-02-15 13:14:39,667 [-] [Framework Event Dispatcher]  INFO CarbonServerManager ConfigurationContextService registered in 1151ms
2011-02-15 13:14:39,678 [-] [Framework Event Dispatcher]  WARN ListenerManager ConfigurationContext provided for the ListenerManager initialization is null. ListenerManager will not be initialized
2011-02-15 13:14:39,711 [-] [Framework Event Dispatcher]  INFO HttpCoreNIOListener HTTPS Listener started on port : 8243
2011-02-15 13:14:39,716 [-] [Framework Event Dispatcher]  INFO HttpCoreNIOListener HTTP Listener started on port : 8280
2011-02-15 13:14:40,547 [-] [Framework Event Dispatcher]  INFO RegistryEventingServiceComponent Successfully Initialized Eventing on Registry
2011-02-15 13:14:43,220 [-] [Framework Event Dispatcher]  INFO CarbonUIServiceComponent Mgt Console URL  : https://10.100.0.131:9443/carbon/
2011-02-15 13:14:43,230 [-] [Framework Event Dispatcher]  INFO StartupFinalizerServiceComponent Started Transport Listener Manager
2011-02-15 13:14:43,231 [-] [Framework Event Dispatcher]  INFO StartupFinalizerServiceComponent Server           :  WSO2 ESB-4.0.0-SNAPSHOT
2011-02-15 13:14:43,231 [-] [Framework Event Dispatcher]  INFO StartupFinalizerServiceComponent WSO2 Carbon started in 23 sec
2011-02-15 13:17:23,513 [-] [Thread-17]  INFO CarbonServerManager Gracefully shutting down WSO2 ESB...
2011-02-15 13:17:23,516 [-] [Thread-17]  INFO ServerManagement Starting to switch to maintenance mode...
2011-02-15 13:17:23,519 [-] [HttpCoreNIOListener]  INFO HttpCoreNIOListener HTTPS Listener Shutdown
2011-02-15 13:17:23,522 [-] [HttpCoreNIOListener]  INFO HttpCoreNIOListener HTTP Listener Shutdown
2011-02-15 13:17:23,526 [-] [Thread-17]  INFO ServerManagement Stopped all transport listeners
2011-02-15 13:17:23,527 [-] [Thread-17]  INFO ServerManagement Waiting for deployment completion...
2011-02-15 13:17:23,529 [-] [Thread-17]  INFO ServerManagement All deployment tasks have been completed.
2011-02-15 13:17:23,529 [-] [Thread-17]  INFO ServerManagement Waiting for request service completion...
2011-02-15 13:17:23,530 [-] [Thread-17]  INFO ServerManagement All requests have been served.
2011-02-15 13:17:23,530 [-] [Thread-17]  INFO CarbonServerManager Shutting down WSO2 ESB...
2011-02-15 13:17:23,532 [-] [HttpCoreNIOSender]  INFO HttpCoreNIOSender HTTPS Sender Shutdown
2011-02-15 13:17:23,533 [-] [HttpCoreNIOSender]  INFO HttpCoreNIOSender HTTP Sender Shutdown
2011-02-15 13:17:23,536 [-] [Thread-17]  INFO CarbonServerManager Shutting down OSGi framework...
2011-02-15 13:17:23,686 [-] [Thread-17]  INFO SynapseTaskManager Shutting down the task manager
2011-02-15 13:17:23,854 [-] [Thread-17]  INFO CarbonServerManager Stopping CarbonServerManager...
2011-02-15 13:17:25,210 [-] [Thread-17]  INFO CarbonServerManager Shutdown complete
2011-02-15 13:17:25,210 [-] [Thread-17]  INFO CarbonServerManager Halting JVM
_______________________________________________
Carbon-dev mailing list
Carbon-dev@wso2.org
http://mail.wso2.org/cgi-bin/mailman/listinfo/carbon-dev

Reply via email to