It's all about the answers!

Ask a question

missing dependency feature


Majid I (2664) | asked May 24 '11, 7:10 p.m.
FORUM ADMINISTRATOR / FORUM MODERATOR
After upgrading RTC server from 2.0.0.2 to 3.0, we are seeing this error below related to a custom service plug-in our team developed that works fine in 2.0.0.2 but cause the error during provisioning in 3.0. have you seen this error before?


CRJAZ0282I The feature "com.ibm.res.ratlc.rtc.server.feature_1.0.2" is missing dependency feature "com.ibm.team.process.server.feature".

Thanks for your help!

2 answers



permanent link
Majid I (2664) | answered May 25 '11, 12:06 p.m.
FORUM ADMINISTRATOR / FORUM MODERATOR
Thanks Shivank.
I don't see a dependency on com.ibm.team.process.server.feature in the feature.xml to replace. I am posting the content of feature.xml below ( I removed all angle brackets so the content can be shown here) :

?xml version="1.0" encoding="UTF-8"?
feature
id="com.ibm.res.ratlc.rtc.server.feature"
label="RATLC RTC Advisor"
version="1.0.1"
provider-name="IBM"

description url="http://www.example.com/description"

description

copyright url="http://www.example.com/copyright"

copyright

license url="http://www.example.com/license"

license

plugin
id="com.ibm.res.ratlc.rtc.service"
download-size="0"
install-size="0"
version="1.0.1"
unpack="false"

feature

Our jazz administrator noticed the following:


"And here are the locations of the 'default' server feature:

OLD(2.0):
../server/update-site/features/com.ibm.team.process.server.feature_1.0.200.I200910221812-7C7EE9x_VQCFjCnKdDPQY3.jar


NEW(3.0):
../server/conf/jts/sites/update-site/features/com.ibm.team.process.server.jfs.feature_1.1.0.v20101110_2242.jar
../server/conf/jazz/sites/update-site/features/com.ibm.team.process.server.jfs.feature_1.1.0.v20101110_2242.jar

Note the bold entries, it was renamed, moved, and split into two locations for the new 3.0 RTC."

permanent link
Shivank Arya (19141) | answered May 25 '11, 2:40 a.m.
JAZZ DEVELOPER
Hi,

In your custom feature, replace the dependency on com.ibm.team.process.server.feature with com.ibm.team.process.server.jfs.feature.

You can do this in Included Features tab of Feature editor or by directly modifying feature.xml.

I hope it helps.

Regards,
Shivank
Jazz Development Team


After upgrading RTC server from 2.0.0.2 to 3.0, we are seeing this error below related to a custom service plug-in our team developed that works fine in 2.0.0.2 but cause the error during provisioning in 3.0. have you seen this error before?


CRJAZ0282I The feature "com.ibm.res.ratlc.rtc.server.feature_1.0.2" is missing dependency feature "com.ibm.team.process.server.feature".

Thanks for your help!

Your answer


Register or to post 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.