0

WSO2 プライベート PaaS のガイドに従って、実行時./boot.shに、

ubuntu ユーザーとして WSO2 プライベート PaaS サーバーを起動しています...

何も起こらないでしょう。

Stratos バージョン: Apache Stratos v4.0.0-wso2v1

private-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:

これは何を意味するのでしょうか?助言がありますか?

4

1 に答える 1

1

Apache Stratos は、それ自体が OSGI ベースのフレームワークである WSO2 Carbon に基づいています。WARN メッセージから、ID プロバイダーの OSGI バンドルがロードされるのを待っているようです。サーバーの起動時に、指定された Jar ファイルが<STRATOS_HOME>/repository/components/pluginパスで使用可能かどうかを確認します。存在する場合は、その md5sum が Private PaaS で配布されているものと同じかどうかを確認します。jarファイルが壊れていてバンドルとして読み込めなかった可能性があります。

于 2015-05-07T00:42:28.147 に答える