Issues

 
36 of 36

missing umiac.updateUrl setting for ctools server config

Fixed

Description

Since CTools 2.9F release, we removed the "umiac.updateUrl" setting from all cluster.properties (in AWI's control) from all non-prod and prod servers.

However, there is no such setting in the instance.properties file for production server, which results in failure of updating roster url since F release.

Details

Assignee

Reporter

Components

Fix versions

Affects versions

Priority

Created August 21, 2013 at 10:15 PM
Updated August 30, 2013 at 10:36 AM
Resolved August 22, 2013 at 12:23 AM

Activity

Jeff A ZieglerAugust 22, 2013 at 3:24 PM

Linking to original Jira.

Zhen QianAugust 22, 2013 at 12:23 AM

fixed in r128887 for trunk and r128888 for 2.9.x branch

Zhen QianAugust 21, 2013 at 10:24 PM
Edited

In order to make this change into https://source.sakaiproject.org/svn/msub/umich.edu/ctools/ctools-reference/branches/2.9.x, in preparation for H release, we need to

1. revert all post-G svn checkins in that branch:
svn merge -r128866:128190 https://source.sakaiproject.org/svn/msub/umich.edu/ctools/ctools-reference/branches/2.9.x

Here are all svn logs for those changes (128190 < r <=128866)
------------------------------------------------------------------------
r128866 | phaggood@umich.edu | 2013-08-21 15:06:25 -0400 (Wed, 21 Aug 2013) | 2 lines

NOJIRA test-center scripts for ctools-2.9G_to_2.9I.sql

------------------------------------------------------------------------
r128851 | kentfitz@umich.edu | 2013-08-21 08:54:41 -0400 (Wed, 21 Aug 2013) | 1 line

Created 2.9I directory for conversion scripts
------------------------------------------------------------------------
r128515 | phaggood@umich.edu | 2013-08-15 13:14:28 -0400 (Thu, 15 Aug 2013) | 2 lines

NOJIRA updates for affiliates

------------------------------------------------------------------------
r128465 | phaggood@umich.edu | 2013-08-14 09:39:32 -0400 (Wed, 14 Aug 2013) | 2 lines

removed requested user from PHARMSCI

------------------------------------------------------------------------
r128464 | phaggood@umich.edu | 2013-08-14 09:34:12 -0400 (Wed, 14 Aug 2013) | 2 lines

removed affiliates from JS department

------------------------------------------------------------------------
r128436 | phaggood@umich.edu | 2013-08-13 11:24:00 -0400 (Tue, 13 Aug 2013) | 2 lines

update Kinesiology with affilate 'HF'

------------------------------------------------------------------------
r128410 | phaggood@umich.edu | 2013-08-12 15:21:44 -0400 (Mon, 12 Aug 2013) | 2 lines

user added to bschool affiliates

2. add "umiac.updateUrl=true" change to ctools/instance.properties

3. re-apply the previous post-G changes:
svn merge -r128866:128190 https://source.sakaiproject.org/svn/msub/umich.edu/ctools/ctools-reference/branches/2.9.x

We will then use the revision number after step 2 for H release.