Hi, I'm guessing this has something to do with moving the initialization of the ServerConfiguration to Carbon base whereas earlier it was initialized in Carbon Core bundle. In dataservices core bundle, we need that to happen in order to avoid some complexities associated with service deployment. Sameera might be able to shed some light on this.
Regards, Prabath On Tue, Apr 3, 2012 at 3:24 PM, Nirodha Pramod <[email protected]> wrote: > Hi, > > I also got this error in AS pack from > http://wso2.org/bamboo/browse/WSO2CARBON-PRODUCTS-24/. I did not get this > when starting server for the first time, but the second and third time. Did > not get it afterwards. Note that I have created some data services and data > sources in AS. > > [2012-04-03 15:00:46,312] INFO > {org.wso2.carbon.registry.core.internal.RegistryCoreServiceComponent} - > Registry Mode : READ-WRITE > [2012-04-03 15:00:46,475] ERROR > {org.wso2.carbon.core.internal.CarbonCoreDataHolder} - Before activating > Carbon Core bundle, an instance of ServerConfigurationService should be in > existance > [2012-04-03 15:00:46,507] ERROR > {org.wso2.carbon.core.internal.CarbonCoreDataHolder} - Before activating > Carbon Core bundle, an instance of ServerConfigurationService should be in > existance > [2012-04-03 15:00:46,636] ERROR > {org.wso2.carbon.core.internal.CarbonCoreDataHolder} - Before activating > Carbon Core bundle, an instance of ServerConfigurationService should be in > existance > [2012-04-03 15:00:46,649] ERROR > {org.wso2.carbon.core.internal.CarbonCoreDataHolder} - Before activating > Carbon Core bundle, an instance of ServerConfigurationService should be in > existance > [2012-04-03 15:00:46,667] ERROR > {org.wso2.carbon.core.internal.CarbonCoreDataHolder} - Before activating > Carbon Core bundle, an instance of ServerConfigurationService should be in > existance > [2012-04-03 15:00:46,692] ERROR > {org.wso2.carbon.core.internal.CarbonCoreDataHolder} - Before activating > Carbon Core bundle, an instance of ServerConfigurationService should be in > existance > [2012-04-03 15:00:46,721] ERROR > {org.wso2.carbon.core.internal.CarbonCoreDataHolder} - Before activating > Carbon Core bundle, an instance of ServerConfigurationService should be in > existance > [2012-04-03 15:00:46,741] ERROR > {org.wso2.carbon.core.internal.CarbonCoreDataHolder} - Before activating > Carbon Core bundle, an instance of ServerConfigurationService should be in > existance > [2012-04-03 15:00:46,758] ERROR > {org.wso2.carbon.core.internal.CarbonCoreDataHolder} - Before activating > Carbon Core bundle, an instance of ServerConfigurationService should be in > existance > [2012-04-03 15:00:46,772] ERROR > {org.wso2.carbon.core.internal.CarbonCoreDataHolder} - Before activating > Carbon Core bundle, an instance of ServerConfigurationService should be in > existance > [2012-04-03 15:00:46,784] ERROR > {org.wso2.carbon.core.internal.CarbonCoreDataHolder} - Before activating > Carbon Core bundle, an instance of ServerConfigurationService should be in > existance > [2012-04-03 15:00:46,804] ERROR > {org.wso2.carbon.core.internal.CarbonCoreDataHolder} - Before activating > Carbon Core bundle, an instance of ServerConfigurationService should be in > existance > [2012-04-03 15:00:46,822] ERROR > {org.wso2.carbon.core.internal.CarbonCoreDataHolder} - Before activating > Carbon Core bundle, an instance of ServerConfigurationService should be in > existance > [2012-04-03 15:00:46,998] ERROR > {org.wso2.carbon.core.internal.CarbonCoreDataHolder} - Before activating > Carbon Core bundle, an instance of ServerConfigurationService should be in > existance > [2012-04-03 15:00:47,017] ERROR > {org.wso2.carbon.core.internal.CarbonCoreDataHolder} - Before activating > Carbon Core bundle, an instance of ServerConfigurationService should be in > existance > [2012-04-03 15:00:47,047] ERROR > {org.wso2.carbon.core.internal.CarbonCoreDataHolder} - Before activating > Carbon Core bundle, an instance of ServerConfigurationService should be in > existance > [2012-04-03 15:00:47,066] ERROR > {org.wso2.carbon.core.internal.CarbonCoreDataHolder} - Before activating > Carbon Core bundle, an instance of ServerConfigurationService should be in > existance > [2012-04-03 15:00:47,086] ERROR > {org.wso2.carbon.core.internal.CarbonCoreDataHolder} - Before activating > Carbon Core bundle, an instance of ServerConfigurationService should be in > existance > [2012-04-03 15:01:09,936] INFO > {org.apache.synapse.commons.datasource.JNDIBasedDataSourceRepository} - > DataSources will be registered in the JNDI context with provider PROP_URL > : rmi://localhost:1900 > > > > > On Mon, Mar 26, 2012 at 5:04 PM, Afkham Azeez <[email protected]> wrote: > >> This type of error cannot occur anymore since we have integration tests >> which make sure that the servers startup. >> >> On Mon, Mar 26, 2012 at 3:44 PM, Nuwan Wimalasekara <[email protected]>wrote: >> >>> Hi all, >>> DSS pack is downloaded from Bamboo artifact. Server Start failed. >>> >>> CARBON_HOME environment variable is set to >>> /home/nuwanw/svn/deployment-framework/SNAPSHOT/wso2dataservices-2.6.0-SNAPSHOT >>> [2012-03-26 15:34:16,275] INFO >>> {org.wso2.carbon.tomcat.internal.Activator} - registering the JNDI stream >>> handler >>> [2012-03-26 15:34:16,460] INFO >>> {org.wso2.carbon.transaction.manager.TransactionFactory} - Starting >>> Atomikos Transaction Manager 3.7.0 >>> [2012-03-26 15:34:16,742] INFO >>> {org.wso2.carbon.tomcat.ext.service.ExtendedStandardService} - starting >>> extended standard service : StandardService[Catalina] >>> [2012-03-26 15:34:17,510] INFO >>> {org.wso2.carbon.user.core.authorization.PermissionTree} - Newly loaded >>> permission tree from database for tenant 0 >>> [2012-03-26 15:34:17,963] INFO >>> {org.wso2.carbon.registry.core.jdbc.EmbeddedRegistryService} - Connected >>> to mount at wso2commonregistry in 147ms >>> [2012-03-26 15:34:18,221] INFO >>> {org.wso2.carbon.registry.core.jdbc.EmbeddedRegistryService} - Connected >>> to mount at wso2commonregistry in 0ms >>> [2012-03-26 15:34:18,290] INFO >>> {org.wso2.carbon.registry.core.internal.RegistryCoreServiceComponent} - >>> Registry Mode : READ-WRITE >>> [2012-03-26 15:34:39,076] INFO >>> {org.wso2.carbon.core.internal.CarbonCoreActivator} - Starting WSO2 >>> Carbon... >>> [2012-03-26 15:34:39,076] INFO >>> {org.wso2.carbon.core.internal.CarbonCoreActivator} - Operating System : >>> Linux 2.6.32-34-generic, amd64 >>> [2012-03-26 15:34:39,076] INFO >>> {org.wso2.carbon.core.internal.CarbonCoreActivator} - Java Home : >>> /home/nuwanw/software/java/jdk1.6.0_22/jre >>> [2012-03-26 15:34:39,076] INFO >>> {org.wso2.carbon.core.internal.CarbonCoreActivator} - Java Version : >>> 1.6.0_22 >>> [2012-03-26 15:34:39,076] INFO >>> {org.wso2.carbon.core.internal.CarbonCoreActivator} - Java VM : >>> Java HotSpot(TM) 64-Bit Server VM 17.1-b03,Sun Microsystems Inc. >>> [2012-03-26 15:34:39,076] INFO >>> {org.wso2.carbon.core.internal.CarbonCoreActivator} - Carbon Home : >>> /home/nuwanw/svn/deployment-framework/SNAPSHOT/wso2dataservices-2.6.0-SNAPSHOT >>> [2012-03-26 15:34:39,077] INFO >>> {org.wso2.carbon.core.internal.CarbonCoreActivator} - Java Temp Dir : >>> /home/nuwanw/svn/deployment-framework/SNAPSHOT/wso2dataservices-2.6.0-SNAPSHOT/tmp >>> [2012-03-26 15:34:39,077] INFO >>> {org.wso2.carbon.core.internal.CarbonCoreActivator} - User : >>> nuwanw, en-US, Asia/Colombo >>> [2012-03-26 15:34:40,875] ERROR >>> {org.wso2.carbon.core.internal.CarbonCoreDataHolder} - Before activating >>> Carbon Core bundle, an instance of ServerConfigurationService should be in >>> existance >>> [2012-03-26 15:34:40,938] ERROR >>> {org.wso2.carbon.core.internal.CarbonCoreDataHolder} - Before activating >>> Carbon Core bundle, an instance of ServerConfigurationService should be in >>> existance >>> [2012-03-26 15:34:40,996] ERROR >>> {org.wso2.carbon.core.internal.CarbonCoreDataHolder} - Before activating >>> Carbon Core bundle, an instance of ServerConfigurationService should be in >>> existance >>> [2012-03-26 15:34:41,055] ERROR >>> {org.wso2.carbon.core.internal.CarbonCoreDataHolder} - Before activating >>> Carbon Core bundle, an instance of ServerConfigurationService should be in >>> existance >>> [2012-03-26 15:34:41,170] ERROR >>> {org.wso2.carbon.core.internal.CarbonCoreDataHolder} - Before activating >>> Carbon Core bundle, an instance of ServerConfigurationService should be in >>> existance >>> [2012-03-26 15:34:41,292] ERROR >>> {org.wso2.carbon.core.internal.CarbonCoreDataHolder} - Before activating >>> Carbon Core bundle, an instance of ServerConfigurationService should be in >>> existance >>> [2012-03-26 15:34:41,376] ERROR >>> {org.wso2.carbon.core.internal.CarbonCoreDataHolder} - Before activating >>> Carbon Core bundle, an instance of ServerConfigurationService should be in >>> existance >>> [2012-03-26 15:34:41,510] ERROR >>> {org.wso2.carbon.core.internal.CarbonCoreDataHolder} - Before activating >>> Carbon Core bundle, an instance of ServerConfigurationService should be in >>> existance >>> [2012-03-26 15:34:41,566] ERROR >>> {org.wso2.carbon.core.internal.CarbonCoreDataHolder} - Before activating >>> Carbon Core bundle, an instance of ServerConfigurationService should be in >>> existance >>> [2012-03-26 15:34:41,644] ERROR >>> {org.wso2.carbon.core.internal.CarbonCoreDataHolder} - Before activating >>> Carbon Core bundle, an instance of ServerConfigurationService should be in >>> existance >>> [2012-03-26 15:34:41,721] ERROR >>> {org.wso2.carbon.core.internal.CarbonCoreDataHolder} - Before activating >>> Carbon Core bundle, an instance of ServerConfigurationService should be in >>> existance >>> [2012-03-26 15:34:41,793] ERROR >>> {org.wso2.carbon.core.internal.CarbonCoreDataHolder} - Before activating >>> Carbon Core bundle, an instance of ServerConfigurationService should be in >>> existance >>> [2012-03-26 15:34:41,894] ERROR >>> {org.wso2.carbon.core.internal.CarbonCoreDataHolder} - Before activating >>> Carbon Core bundle, an instance of ServerConfigurationService should be in >>> existance >>> [2012-03-26 15:34:41,909] INFO >>> {org.wso2.carbon.coordination.core.services.impl.ZKCoordinationService} - >>> Coordination service disabled. >>> [2012-03-26 15:34:41,982] ERROR >>> {org.wso2.carbon.core.internal.CarbonCoreDataHolder} - Before activating >>> Carbon Core bundle, an instance of ServerConfigurationService should be in >>> existance >>> [2012-03-26 15:34:42,048] ERROR >>> {org.wso2.carbon.core.internal.CarbonCoreDataHolder} - Before activating >>> Carbon Core bundle, an instance of ServerConfigurationService should be in >>> existance >>> >>> >>> Thanks >>> Nuwanw >>> >>> -- >>> Nuwan Wimalasekara >>> Software Engineer - Test Automation >>> WSO2, Inc.: http://wso2.com >>> lean. enterprise. middleware >>> >>> phone: +94 71 668 4620 >>> >>> >>> >>> >>> >>> _______________________________________________ >>> Dev mailing list >>> [email protected] >>> http://wso2.org/cgi-bin/mailman/listinfo/dev >>> >>> >> >> >> -- >> *Afkham Azeez* >> Director of Architecture; WSO2, Inc.; http://wso2.com >> Member; Apache Software Foundation; http://www.apache.org/ >> * <http://www.apache.org/>** >> email: **[email protected]* <[email protected]>* cell: +94 77 3320919 >> blog: **http://blog.afkham.org* <http://blog.afkham.org>* >> twitter: **http://twitter.com/afkham_azeez*<http://twitter.com/afkham_azeez> >> * >> linked-in: **http://lk.linkedin.com/in/afkhamazeez* >> * >> * >> *Lean . Enterprise . Middleware* >> >> >> _______________________________________________ >> Dev mailing list >> [email protected] >> http://wso2.org/cgi-bin/mailman/listinfo/dev >> >> > > > -- > *Nirodha Gallage* > Software Engineer, QA. > WSO2 Inc.: http://wso2.com/ > Email: [email protected] Mobile: +94716429078 > > -- Prabath Abeysekara Software Engineer WSO2 Inc. Email: [email protected] <[email protected]> Mobile: +94774171471 <http://harshana05.blogspot.com/>
_______________________________________________ Dev mailing list [email protected] http://wso2.org/cgi-bin/mailman/listinfo/dev
