遵循WSO2专用PaaS指南,在运行./boot.sh时,
启动WSO2专用PaaS服务器作为ubuntu用户..。
不会有什么事发生的。
Stratos版本: v4.0.0-wso2v1
在私有-paas /install/apache-stratos-default/repository/logs目录中:提供重复消息的wso2carbon.log如下:
[2015-05-06 10:27:38,573] WARN {org.wso2.carbon.core.init.CarbonServerManager} - Carbon initialization is delayed due to the following unsatisfied items:
[2015-05-06 10:27:38,574] WARN {org.wso2.carbon.core.init.CarbonServerManager} - Waiting for required OSGiAxis2Service: org.wso2.carbon.identity.provider-4.2.1
[2015-05-06 10:28:38,574] WARN {org.wso2.carbon.core.init.CarbonServerManager} - Carbon initialization is delayed due to the following unsatisfied items:这是什么意思?有什么建议吗?
发布于 2015-05-07 00:42:28
Apache是基于WSO2 Carbon的,它本身就是一个基于OSGI的框架。从警告消息来看,它似乎在等待身份提供者OSGI包的加载。检查服务器启动期间<STRATOS_HOME>/repository/components/plugin路径中是否有指定的Jar文件。如果有,请检查它的md5sum是否与使用私有PaaS分发的相同。有可能jar文件已损坏,无法作为包加载。
https://stackoverflow.com/questions/30074284
复制相似问题