Enterprises are inherently complex, comprising of hundreds of applications with completely different semantics. Some of these applications are custom built, where as some are acquired from third parties and some even can be a combination of both and they can be operating in different system environments.
WSO2 VMware Images helps you to try our products inside your virtualized environments without having to go through the trouble of installation and configuration. Download an image and get your hands on cutting edge, lightweight SOA middleware right away!
WSO2 Governance Registry is a product from WSO2 that facilitates you to govern the SOA platform of your organization by helping you store and manage SOA meta data. The product is free and open source with Apache licence and you can download it from http://wso2.org/projects/governance-registry
Re: 2 instances of G-reg share with one dattabase
Hi Tony,
Yes you can run two instances against the same database. Have you also made sure that the database instances which are pointed to from the user management (found in conf/user-mgt.xml) are the same as well?
More information can be found at [1].
[1] http://wso2.org/project/registry/3.0.2/docs/installation_guide/db_oracle.html#Setup-Conf
Thanks,
Senaka.
I found out the problem.
I found out the problem. Both of my instances are pointing to the same oracle DB (I updated the registry.xml and user-mgt.xml) but no luck. Then, I started out another brand new installation (unzip the zip file to a new directory on both machines). Then, I modified the registry.xml and user-mgt.xml before STARTING the registry. it worked now. Somehow, if I started the registry using H2 first, it caused the unexpected problem even though I used the wso2server -cleanCache.
Anyways, the second problem is still here, the Admin does not have the permission to browse the resource / on both instances? See exception below.
[2009-12-31 09:43:32,157] INFO - 'admin' logged out at [2009-12-31 09:43:32,01
57]
[2009-12-31 09:43:37,438] INFO - 'admin' logged in at [2009-12-31 09:43:37,043
8] from IP address 10.1.3.28
[2009-12-31 09:43:39,782] ERROR - User admin is not authorized to read the resources /.
Once I shutdown one instance and restart the second one, admin user can browse the resource /.
Re: I found out the problem.
Senaka, Thanks for the
Re: Senaka, Thanks for the