Note that there are some explanatory texts on larger screens.

plurals
  1. PORemote Registry fails to mount on WSO2 ESB 4.5.0
    primarykey
    data
    text
    <p>I'm trying to mount remote registry on to ESB 4.5.0 as advised here: <a href="http://ajithvblogs.blogspot.com/2012/09/create-jdbc-mount-to-wso2-governance.html" rel="nofollow">http://ajithvblogs.blogspot.com/2012/09/create-jdbc-mount-to-wso2-governance.html</a></p> <p>Everything is done according to given instructions - however I'm getting the follwoing errors during ESB start up:</p> <pre><code>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} </code></pre> <p>with no more additional errors.</p> <p>ESB registry.xml code snippet:</p> <pre><code>&lt;dbconfig name="wso2registry_mounted"&gt; &lt;datasource&gt;jdbc/WSO2CarbonDB_GREG&lt;/datasource&gt; &lt;/dbconfig&gt; &lt;remoteinstance url="https://localhost:9445/registry"&gt; &lt;id&gt;wso2_registry_mounted&lt;/id&gt; &lt;dbconfig&gt;wso2registry_mounted&lt;/dbconfig&gt; &lt;readonly&gt;false&lt;/readonly&gt; &lt;enablecache&gt;true&lt;/enablecache&gt; &lt;registryroot&gt;/&lt;/registryroot&gt; &lt;/remoteinstance&gt; &lt;mount overwrite="true" path="/_system/config"&gt; &lt;instanceid&gt;wso2_registry_mounted&lt;/instanceid&gt; &lt;targetpath&gt;/_system/nodes&lt;/targetpath&gt; &lt;/mount&gt; &lt;mount overwrite="true" path="/_system/governance"&gt; &lt;instanceid&gt;wso2_registry_mounted&lt;/instanceid&gt; &lt;targetpath&gt;/_system/governance&lt;/targetpath&gt; &lt;/mount&gt; </code></pre> <p>Could someone advise what's wrong here?</p> <p>Best Regards, Vladimir.</p>
    singulars
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload