ここでアドバイスされているように、リモートレジストリをESB 4.5.0にマウントしようとしています:http://ajithvblogs.blogspot.com/2012/09/create-jdbc-mount-to-wso2-governance.html
すべてが指定された指示に従って実行されますが、ESBの起動中に次のエラーが発生します。
TID: [] [WSO2 Enterprise Service Bus] [2012-10-18 07:48:42,555] WARN {org.wso2.carbon.registry.core.config.RegistryConfigurationProcessor} - The instance identifier was not specified for the mount: /_system/config {org.wso2.carbon.registry.core.config.RegistryConfigurationProcessor}
TID: [] [WSO2 Enterprise Service Bus] [2012-10-18 07:48:42,557] WARN {org.wso2.carbon.registry.core.config.RegistryConfigurationProcessor} - The instance identifier was not specified for the mount: /_system/governance {org.wso2.carbon.registry.core.config.RegistryConfigurationProcessor}
追加のエラーはありません。
ESBregistry.xmlコードスニペット:
<dbconfig name="wso2registry_mounted">
<datasource>jdbc/WSO2CarbonDB_GREG</datasource>
</dbconfig>
<remoteinstance url="https://localhost:9445/registry">
<id>wso2_registry_mounted</id>
<dbconfig>wso2registry_mounted</dbconfig>
<readonly>false</readonly>
<enablecache>true</enablecache>
<registryroot>/</registryroot>
</remoteinstance>
<mount overwrite="true" path="/_system/config">
<instanceid>wso2_registry_mounted</instanceid>
<targetpath>/_system/nodes</targetpath>
</mount>
<mount overwrite="true" path="/_system/governance">
<instanceid>wso2_registry_mounted</instanceid>
<targetpath>/_system/governance</targetpath>
</mount>
誰かがここで何が悪いのかアドバイスできますか?
よろしく、ウラジミール。