missing dependency feature
![](http://jazz.net/_images/myphoto/71940866ba3e9948c0df9bd6c6284a46.jpg)
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!
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
![](http://jazz.net/_images/myphoto/71940866ba3e9948c0df9bd6c6284a46.jpg)
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
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!
![](http://jazz.net/_images/myphoto/71940866ba3e9948c0df9bd6c6284a46.jpg)
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."
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/
../server/conf/jazz/sites/
Note the bold entries, it was renamed, moved, and split into two locations for the new 3.0 RTC."