Issue 11016

Bug in portal 2 registry process: creating technical installations

11016
Reporter: kbraak
Assignee: trobertson
Type: Bug
Summary: Bug in portal 2 registry process: creating technical installations 
Priority: Major
Resolution: Fixed
Status: Closed
Created: 2012-03-27 10:36:10.541
Updated: 2013-12-16 17:50:16.291
Resolved: 2012-04-16 17:30:53.325
        
Description: Currently we create 1 installation per type per organization.

Take for example http://gbrds.gbif.org/browse/agent?uuid=299958e0-4c06-11d8-b290-b8a03c50a862, there are 3 DiGIR installations with different URLS.

These are represented as a single technical installation with 3 endpoints behind: http://staging.gbif.org:8080/registry-ws/technical_installation/1ea6c374-6ea2-11e1-a453-a4093f22ed41/endpoint

The rule should be: 1 installation per type per URL per Organization.

Please modify the script accordingly, checking not only DiGIR, but BioCASE and TAPIR as well.  ]]>
    


Author: kbraak@gbif.org
Comment: Same behavior for BioCASE: see http://staging.gbif.org:8080/registry-ws/technical_installation/1eaae7c4-6ea2-11e1-a453-a4093f22ed41/endpoint relating to http://gbrds.gbif.org/browse/agent?uuid=57254bd0-8256-11d8-b7ed-b8a03c50a862 
Created: 2012-03-27 10:40:36.24
Updated: 2012-03-27 10:40:36.24


Author: kbraak@gbif.org
Comment: Fix committed, but the registry db on staging must now be rebuilt. 
Created: 2012-03-27 12:05:46.547
Updated: 2012-03-27 12:05:46.547


Author: kbraak@gbif.org
Comment: Not sure if it blocks, could be a separate issue
Created: 2012-03-28 19:38:12.043
Updated: 2012-03-28 19:38:12.043


Author: trobertson@gbif.org
Created: 2012-04-16 17:30:53.368
Updated: 2012-04-16 17:30:53.368
        
This was actually reported incorrectly.
There should be 1 installation per organization per type for BioCASe and TAPIR, but for DiGIR, it should have 1 per organization per URL.  This is now fixed