It's all about the answers!

Ask a question

RAM 7.5 and external WAS 6.1 fails to populate RTC database


Mark Howell (1143) | asked Mar 07 '11, 2:36 p.m.
Hi,
I am trying to configure a RAM environment, we have a WAS cluster for deployiing RAM and a single instance for the RTC component. I have manually deployed the RAM setup application and am working through it. I have all the applications up and running and the RAM db is fine. I am falling over at the last hurdle in configuring the RTC db. I have setup a vanilla oracle instance (its all oracle on the same server) and followed the tablespace and user setup to the letter (and double checked) and i am getting an error:

CRRAM701E: Database - Error - Repo Tools CRJAZ0287I Failed to install the bundle "file:<WAS>/RTC/RTCServerDevTst01/v2002/jazz/server/update-site/plugins/com.ibm.adrenaline.core_0.6.0.I200905130131.jar". CRJAZ0288I Failed to install the profile feature "com.ibm.team.rtc.server.feature" from the update site "file:<WAS>/RTC/RTCServerDevTst01/v2002/jazz/server/update-site" referenced in the profile file "<WAS>/RTC/RTCServerDevTst01/v2002/jazz/server/conf/jazz/provision_profiles/profile.ini". CRJAZ1225I Migration failed.

NOTE:
file:<WAS>/RTC/RTCServerDevTst01/v2002/jazz/server/update-site/plugins/com.ibm.adrenaline.core_0.6.0.I200905130131.jar does not exist anywhere

Initially the profile.ini file had its update site just as:
$ cd <WAS>/RTC/RTCServerDevTst01/v2002/jazz/server/conf/jazz/provision_profiles
$ more profile.ini
url=file:../update-site
featureid=com.ibm.team.rtc.server.feature
$ ls ../
friendsconfig.rdf services.xml teamserver.oracle.properties
log4j.properties teamserver.db2.linux.properties teamserver.properties
provision_profiles teamserver.db2.win32.properties teamserver.sqlserver.properties

and in this directory, the relative path for url was invalid. This failed to "Populate the database" but i thought i had found the answer ...


after a quick find i found an update site at:
<WAS>/RTC/RTCServerDevTst01/v2002/jazz/server/update-site

and grepped for the feature it was looking for in site.xml and it matched so i changed profile.ini to have the absolute path to this update-site. I did the "Populate the database" option again and got the error show above.

Any help greatly appreciated !

2 answers



permanent link
Rajasimhan Mandayam (3811144) | answered Mar 07 '11, 3:32 p.m.
JAZZ DEVELOPER
You do not need to modify any of the ini files.

The way it works is

in your dmgrProfile/config/RTC/rtcAppServer/v2002

The RTC-Server.zip file is unzipped

You could unzip it your self to overwrite whatever is there.
Note the user running WAS has to be able to access these files.


Then synchronize nodes in WAS so that these files are pushed to other nodes.

Then go back to setup, logout/close all windows, log back in,
start from the beginning and go through setup through setup.

permanent link
Mark Howell (1143) | answered Mar 08 '11, 4:14 a.m.
You do not need to modify any of the ini files.

The way it works is

in your dmgrProfile/config/RTC/rtcAppServer/v2002

The RTC-Server.zip file is unzipped

You could unzip it your self to overwrite whatever is there.
Note the user running WAS has to be able to access these files.


Then synchronize nodes in WAS so that these files are pushed to other nodes.

Then go back to setup, logout/close all windows, log back in,
start from the beginning and go through setup through setup.



Changed the profile.ini back to its vanilla setting and started again and got the same error:

CRRAM701E: Database - Error - Repo Tools CRJAZ0287I Failed to install the bundle "file:/usr/websphere6/was61DTa_A76/AppServer/config/cells/was61DTa_A76Network/RTC/RTCServerDevTst01/v2002/jazz/server/conf/../update-site/plugins/com.ibm.adrenaline.core_0.6.0.I200905130131.jar". CRJAZ0288I Failed to install the profile feature "com.ibm.team.rtc.server.feature" from the update site "file:../update-site" referenced in the profile file "/usr/websphere6/was61DTa_A76/AppServer/config/cells/was61DTa_A76Network/RTC/RTCServerDevTst01/v2002/jazz/server/conf/jazz/provision_profiles/profile.ini". CRJAZ1225I Migration failed.

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.