Jazz Forum Welcome to the Jazz Community Forum Connect and collaborate with IBM Engineering experts and users

missing dependency feature

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!

0 votes



2 answers

Permanent link
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!

0 votes


Permanent link
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."

0 votes

Your answer

Register or log in 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.

Search context
Follow this question

By Email: 

Once you sign in you will be able to subscribe for any updates here.

By RSS:

Answers
Answers and Comments
Question details
× 10,954

Question asked: May 24 '11, 7:10 p.m.

Question was seen: 4,661 times

Last updated: May 24 '11, 7:10 p.m.

Confirmation Cancel Confirm