I'm working on the stratos docker implementation, all is going quite
well, except stratos is hanging at the line shown in the output below
(default profile).
The datastore UM_USER table is getting populated, so database
connectivity is working ok. I expect some other configuration has not
applied properly.
Does anyone have an idea from the output below what may not be configured?
Many thanks,
Chris
----
JAVA_HOME environment variable is set to /usr/lib/jvm/java-7-openjdk-amd64/
CARBON_HOME environment variable is set to /apache-stratos
[2014-07-26 07:37:40,743] INFO
{org.wso2.carbon.server.extensions.PatchInstaller} - Patch changes
detected
[2014-07-26 07:37:41,973] INFO
{org.wso2.carbon.server.util.PatchUtils.console} - Backed up plugins
to patch0000
[2014-07-26 07:37:43,417] INFO
{org.wso2.carbon.server.util.PatchUtils.console} - Patch verification
started
[2014-07-26 07:37:44,034] INFO
{org.wso2.carbon.server.util.PatchUtils.console} - Patch verification
successfully completed without encountering any issues.
[2014-07-26 07:37:49,875] INFO
{org.wso2.carbon.core.internal.CarbonCoreActivator} - Starting WSO2
Carbon...
[2014-07-26 07:37:49,878] INFO
{org.wso2.carbon.core.internal.CarbonCoreActivator} - Operating
System : Linux 3.13.0-24-generic, amd64
[2014-07-26 07:37:49,878] INFO
{org.wso2.carbon.core.internal.CarbonCoreActivator} - Java Home
: /usr/lib/jvm/java-7-openjdk-amd64/jre
[2014-07-26 07:37:49,880] INFO
{org.wso2.carbon.core.internal.CarbonCoreActivator} - Java Version
: 1.7.0_55
[2014-07-26 07:37:49,880] INFO
{org.wso2.carbon.core.internal.CarbonCoreActivator} - Java VM
: OpenJDK 64-Bit Server VM 24.51-b03,Oracle Corporation
[2014-07-26 07:37:49,881] INFO
{org.wso2.carbon.core.internal.CarbonCoreActivator} - Carbon Home
: /apache-stratos
[2014-07-26 07:37:49,882] INFO
{org.wso2.carbon.core.internal.CarbonCoreActivator} - Java Temp Dir
: /apache-stratos/tmp
[2014-07-26 07:37:49,883] INFO
{org.wso2.carbon.core.internal.CarbonCoreActivator} - User
: root, en-US, Etc/UTC
[2014-07-26 07:37:50,460] WARN
{org.wso2.carbon.core.bootup.validator.util.ValidationResultPrinter} -
The default keystore (wso2carbon.jks) is currently being used. To
maximize security when deploying to a production environment,
configure a new keystore with a unique password in the production
server profile.
[2014-07-26 07:37:50,469] WARN
{org.wso2.carbon.core.bootup.validator.util.ValidationResultPrinter} -
Swap Memory size (MB): 767 of the system is below the recommended
minimum size :2048
[2014-07-26 07:37:53,503] INFO
{org.wso2.carbon.registry.core.jdbc.EmbeddedRegistryService} -
Configured Registry in 228ms
[2014-07-26 07:37:54,201] INFO
{org.wso2.carbon.registry.core.internal.RegistryCoreServiceComponent}
- Registry Mode : READ-WRITE
[2014-07-26 07:37:54,291] INFO
{org.wso2.carbon.user.core.internal.UserStoreMgtDSComponent} - Carbon
UserStoreMgtDSComponent activated successfully.
----