Check your bundles.info file.
On Wed, Mar 16, 2011 at 2:43 PM, Manjula Rathnayake <[email protected]>wrote: > Hi all, > > When trying to start the carbon server, it hangs with no response. > Following is the log. > > manjula@manjula-laptop:~/trunk/carbon/core/distribution/target/wso2carbon-core-3.2.0-SNAPSHOT/bin$ > sh wso2server.sh -DosgiConsole > [2011-03-16 14:39:43,635] INFO {org.wso2.carbon.server.Main} - > Initializing system... > [2011-03-16 14:39:43,904] INFO > {org.wso2.carbon.server.TomcatCarbonWebappDeployer} - Deployed Carbon > webapp: StandardEngine[Tomcat].StandardHost[defaulthost].StandardContext[/] > [2011-03-16 14:39:44,368] INFO > {org.wso2.carbon.atomikos.TransactionFactory} - Starting Atomikos > Transaction Manager 3.7.0 > Using init file: > /home/manjula/trunk/carbon/core/distribution/target/wso2carbon-core-3.2.0-SNAPSHOT/lib/transactions.properties > OSGi console has been enabled with options: -console > > osgi> ss > > Framework is launched. > > id State Bundle > 0 ACTIVE org.eclipse.osgi_3.5.0.v20090520 > 1 ACTIVE org.wso2.carbon.osgi.security_3.2.0.SNAPSHOT > 2 ACTIVE org.eclipse.equinox.common_3.5.0.v20090520-1800 > 3 ACTIVE > org.eclipse.equinox.simpleconfigurator_1.0.100.v20090520-1905 > 7 ACTIVE org.eclipse.core.commands_3.5.0.I20090429-1800 > 8 ACTIVE org.eclipse.core.contenttype_3.4.0.v20090429-1800 > 9 ACTIVE org.eclipse.core.expressions_3.4.100.v20090429-1800 > 10 ACTIVE org.eclipse.core.jobs_3.4.100.v20090429-1800 > 11 ACTIVE org.eclipse.core.net_1.2.0.I20090522-1010 > 12 ACTIVE org.eclipse.core.runtime_3.5.0.v20090429-1800 > 13 ACTIVE > org.eclipse.core.runtime.compatibility.auth_3.2.100.v20090413 > 14 ACTIVE org.eclipse.ecf_3.0.0.v20090520-0800 > 15 ACTIVE org.eclipse.ecf.filetransfer_3.0.0.v20090520-0800 > 16 ACTIVE org.eclipse.ecf.identity_3.0.0.v20090520-0800 > 17 ACTIVE > org.eclipse.ecf.provider.filetransfer_3.0.0.v20090520-0800 > 22 ACTIVE org.eclipse.equinox.app_1.2.0.v20090520-1800 > 23 ACTIVE org.eclipse.equinox.concurrent_1.0.0.v20090520-1800 > 24 ACTIVE org.eclipse.equinox.ds_1.1.0.v20090520-1800 > 25 ACTIVE org.eclipse.equinox.frameworkadmin_1.0.100.v20090520-1905 > 26 ACTIVE > org.eclipse.equinox.frameworkadmin.equinox_1.0.100.v20090520-1905 > 27 ACTIVE org.eclipse.equinox.launcher_1.0.200.v20090520 > 28 ACTIVE > org.eclipse.equinox.p2.artifact.repository_1.0.100.v20090520-1905-wso2v1 > 29 ACTIVE > org.eclipse.equinox.p2.console_1.0.100.v20090520-1905-wso2v1 > 30 ACTIVE org.eclipse.equinox.p2.core_1.0.100.v20090520-1905 > 31 ACTIVE org.eclipse.equinox.p2.director_1.0.100.v20090520-1905 > 32 ACTIVE > org.eclipse.equinox.p2.director.app_1.0.100.v20090521-1912 > 33 ACTIVE > org.eclipse.equinox.p2.directorywatcher_1.0.100.v20090520-1905 > 34 ACTIVE org.eclipse.equinox.p2.engine_1.0.100.v20090520-1905 > 35 ACTIVE > org.eclipse.equinox.p2.exemplarysetup_1.0.100.v20090520-1905 > 36 ACTIVE > org.eclipse.equinox.p2.extensionlocation_1.0.100.v20090520-1905 > 37 ACTIVE > org.eclipse.equinox.p2.garbagecollector_1.0.100.v20090520-1905 > 38 ACTIVE > org.eclipse.equinox.p2.jarprocessor_1.0.100.v20090520-1905 > 39 ACTIVE org.eclipse.equinox.p2.metadata_1.0.100.v20090520-1905 > 40 ACTIVE > org.eclipse.equinox.p2.metadata.generator_1.0.100.v20090520-1905 > 41 ACTIVE > org.eclipse.equinox.p2.metadata.repository_1.0.100.v20090520-1905 > 42 ACTIVE org.eclipse.equinox.p2.publisher_1.0.0.v20090521-1912 > 43 ACTIVE > org.eclipse.equinox.p2.reconciler.dropins_1.0.100.v20090520-1905 > 44 ACTIVE org.eclipse.equinox.p2.repository_1.0.0.v20090520-1905 > 45 ACTIVE > org.eclipse.equinox.p2.repository.tools_1.0.0.v20090520-1905 > 46 ACTIVE > org.eclipse.equinox.p2.touchpoint.eclipse_1.0.100.v20090520-1905-wso2v1 > 47 ACTIVE > org.eclipse.equinox.p2.touchpoint.natives_1.0.100.v20090520-1905 > 48 ACTIVE org.eclipse.equinox.p2.updatechecker_1.1.0.v20090520-1905 > 49 ACTIVE org.eclipse.equinox.p2.updatesite_1.0.100.v20090520-1905 > 50 ACTIVE org.eclipse.equinox.preferences_3.2.300.v20090520-1800 > 51 ACTIVE org.eclipse.equinox.registry_3.4.100.v20090520-1800 > 52 ACTIVE org.eclipse.equinox.security_1.0.100.v20090520-1800 > 53 ACTIVE > org.eclipse.equinox.simpleconfigurator.manipulator_1.0.100.v20090520-1905 > 54 ACTIVE org.eclipse.equinox.util_1.0.100.v20090520-1800 > 55 ACTIVE org.eclipse.osgi.services_3.2.0.v20090520-1800 > 56 ACTIVE org.sat4j.core_2.1.0.v20090520 > 57 ACTIVE org.sat4j.pb_2.1.0.v20090520 > > osgi> > > Any suggestions please. > > > > Thank you. > -- > Manjula Rathnayaka > Software Engineer > WSO2, Inc. > Mobile:+94 77 743 1987 > > _______________________________________________ > Carbon-dev mailing list > [email protected] > http://mail.wso2.org/cgi-bin/mailman/listinfo/carbon-dev > > -- *Afkham Azeez* Senior Software Architect & Senior Manager; 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*
_______________________________________________ Carbon-dev mailing list [email protected] http://mail.wso2.org/cgi-bin/mailman/listinfo/carbon-dev
