Problem Loading Plan in WebUI on RTC2_to_3 migrated Project
We had an OpenUP based RTC 2.0.0.2 Project Area. Migration to RTC 3.0 was done (including all existing data).
When trying to now load an existing Plan (created in RTC 2.0.0.2) in the RTC 3.0 Web UI, we get below error message, and the Plan never loads. Same when trying to create a new Plan. Note that in the Eclipse client, there is no Plan problem. Any hint why ? ---------------------- ERROR Message: ---------------------- Error - hide details Error: type argument is expected to be a type name or constructor Error("type argument is expected to be a type name or constructor")@:0 (null,,,)@https://jts-server:9447/ccm/web/_js/E:?etag=CHjPjh_en_US:483 ()@https://jts-server:9447/ccm/web/_js/E:?etag=CHjPjh_en_US:14843 ()@https://jts-server:9447/ccm/web/_js/E:?etag=CHjPjh_en_US:17 ()@https://jts-server:9447/ccm/web/_js/E:?etag=CHjPjh_en_US:351 (null)@https://jts-server:9447/ccm/web/_js/E:?etag=CHjPjh_en_US:5663 (null)@https://jts-server:9447/ccm/web/_js/E:?etag=CHjPjh_en_US:17 (null)@https://jts-server:9447/ccm/web/_js/E:?etag=CHjPjh_en_US:351 (null)@https://jts-server:9447/ccm/web/_js/E:?etag=CHjPjh_en_US:1458 (null)@https://jts-server:9447/ccm/web/_js/E:?etag=CHjPjh_en_US:17 (null)@https://jts-server:9447/ccm/web/_js/E:?etag=CHjPjh_en_US:351 ()@https://jts-server:9447/ccm/web/_js/E:?etag=CHjPjh_en_US:5728 ()@https://jts-server:9447/ccm/web/_js/E:?etag=CHjPjh_en_US:17 ()@https://jts-server:9447/ccm/web/_js/E:?etag=CHjPjh_en_US:13674 ()@https://jts-server:9447/ccm/web/_js/E:?etag=CHjPjh_en_US:3467 ((function () {_6e.doCallback(_7f(_76, _72));}),(function () {return _9;}))@https://jts-server:9447/ccm/web/_js/E:?etag=CHjPjh_en_US:2952 ()@https://jts-server:9447/ccm/web/_js/E:?etag=CHjPjh_en_US:3468 ()@https://jts-server:9447/ccm/web/_js/E:?etag=CHjPjh_en_US:13674 ()@https://jts-server:9447/ccm/web/_js/E:?etag=CHjPjh_en_US:13425 _2((function () {_11.doCallback(_12);}))@https://jts-server:9447/ccm/web/_js/E:?etag=CHjPjh_en_US:4310 _c(,,)@https://jts-server:9447/ccm/web/_js/E:?etag=CHjPjh_en_US:13424 ()@https://jts-server:9447/ccm/web/_js/E:?etag=CHjPjh_en_US:13411 ()@https://jts-server:9447/ccm/web/_js/E:?etag=CHjPjh_en_US:17 ()@https://jts-server:9447/ccm/web/_js/E:?etag=CHjPjh_en_US:17 ()@https://jts-server:9447/ccm/web/_js/E:?etag=CHjPjh_en_US:17 ()@https://jts-server:9447/ccm/web/_js/E:?etag=CHjPjh_en_US:17 ()@https://jts-server:9447/ccm/web/_js/E:?etag=CHjPjh_en_US:5689 ()@https://jts-server:9447/ccm/web/_js/E:?etag=CHjPjh_en_US:17 ()@https://jts-server:9447/ccm/web/_js/E:?etag=CHjPjh_en_US:17 ()@https://jts-server:9447/ccm/web/_js/E:?etag=CHjPjh_en_US:17 ()@https://jts-server:9447/ccm/web/_js/E:?etag=CHjPjh_en_US:17 ()@https://jts-server:9447/ccm/web/_js/E:?etag=CHjPjh_en_US:17 ()@https://jts-server:9447/ccm/web/_js/E:?etag=CHjPjh_en_US:17 (28)@https://jts-server:9447/ccm/web/_js/E:?etag=CHjPjh_en_US:17 |
2 answers
I have faced the same problem, and found a defect for that:
https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/138798 If I did the work-around described in the work item, then plan editor worked correctly. The summary of the work-around is: 1. Open process configuration source of the project area 2. Find the line: <attribute id="com.ibm.team.apt.attribute.planitem.ranking" implementation="com.ibm.team.apt.client.RankingAttribute" readOnly="false" type="RANKING"> 3. Change the implementation value to: com.ibm.team.apt.shared.client.RankingAttribute We had an OpenUP based RTC 2.0.0.2 Project Area. Migration to RTC 3.0 was done (including all existing data). |
Thanks Masaki. This indeed made the trick.
Note you must also add a name="something" in the string, so it finally looks like this: <attribute id="com.ibm.team.apt.attribute.planitem.ranking" implementation="com.ibm.team.apt.shared.client.RankingAttribute" name="something" readOnly="false" type="RANKING"> |
Your answer
Dashboards and work items are no longer publicly available, so some links may be invalid. We now provide similar information through other means. Learn more here.