Installation Error Creating Tables in DB2
Hi
Trying to install Team Server 2.0 and using DB2 9.5 Enterprise and getting the error message:
CRJAZ1093I Service failed to activate.
CRJAZ1141I Failed to get the service "com.ibm.team.repository.service.internal.rdb.IDatabaseStateService".
One other anomaly was the service port number vs service name in the file teamserver.properties file.
The line:
com.ibm.team.repository.db.jdbc.location=//localhost:db2c_DB2/JAZZ:user=db2admin;password={password}
If I used localhost:50000 the script would indicate that there was a parsing error in this line. If used the service name (which was placed in the services file) The script would process this line and end up with the error message above. Note: DB2 is using the default port number 50000
Below is the complete error message
D:\IBM\JazzTeamServer\server>repotools -createTables
Repo Tools
Jazz Foundation Server, Version 1.0 (I20090618-1753)
Rational Team Concert, Version 2.0 (I20090618-1753)
Provisioning using "D:\IBM\JazzTeamServer\server\conf\jazz\provision_profiles".
Rational Jazz Team Server - Standard
CRJAZ1363I Loading configuration from "file:conf/jazz/teamserver.properties".
CRJAZ1365I Attempting Initial Database Connection Using
Db Name/Location: //localhost:db2c_DB2/JAZZ:user=xxxxxxxx;password=xxxxxxxx;
CRJAZ1093I Service failed to activate.
CRJAZ1141I Failed to get the service "com.ibm.team.repository.service.internal.r
db.IDatabaseStateService".
CRJAZ1203I Could not determine the database location.
CRJAZ1306I The service "com.ibm.team.repository.service.internal.rdb.IDatabaseSt
ateService" is not available.
Creating the tables for the database "//localhost:db2c_DB2/JAZZ:user=xxxxxxxx;pa
ssword=xxxxxxxx;" with indices.
CRJAZ1141I Failed to get the service "com.ibm.team.repository.service.internal.r
db.IDatabaseCreationService".
CRJAZ1309I The database connectivity service is not ready.
The database tables were not created.
D:\IBM\JazzTeamServer\server>
Trying to install Team Server 2.0 and using DB2 9.5 Enterprise and getting the error message:
CRJAZ1093I Service failed to activate.
CRJAZ1141I Failed to get the service "com.ibm.team.repository.service.internal.rdb.IDatabaseStateService".
One other anomaly was the service port number vs service name in the file teamserver.properties file.
The line:
com.ibm.team.repository.db.jdbc.location=//localhost:db2c_DB2/JAZZ:user=db2admin;password={password}
If I used localhost:50000 the script would indicate that there was a parsing error in this line. If used the service name (which was placed in the services file) The script would process this line and end up with the error message above. Note: DB2 is using the default port number 50000
Below is the complete error message
D:\IBM\JazzTeamServer\server>repotools -createTables
Repo Tools
Jazz Foundation Server, Version 1.0 (I20090618-1753)
Rational Team Concert, Version 2.0 (I20090618-1753)
Provisioning using "D:\IBM\JazzTeamServer\server\conf\jazz\provision_profiles".
Rational Jazz Team Server - Standard
CRJAZ1363I Loading configuration from "file:conf/jazz/teamserver.properties".
CRJAZ1365I Attempting Initial Database Connection Using
Db Name/Location: //localhost:db2c_DB2/JAZZ:user=xxxxxxxx;password=xxxxxxxx;
CRJAZ1093I Service failed to activate.
CRJAZ1141I Failed to get the service "com.ibm.team.repository.service.internal.r
db.IDatabaseStateService".
CRJAZ1203I Could not determine the database location.
CRJAZ1306I The service "com.ibm.team.repository.service.internal.rdb.IDatabaseSt
ateService" is not available.
Creating the tables for the database "//localhost:db2c_DB2/JAZZ:user=xxxxxxxx;pa
ssword=xxxxxxxx;" with indices.
CRJAZ1141I Failed to get the service "com.ibm.team.repository.service.internal.r
db.IDatabaseCreationService".
CRJAZ1309I The database connectivity service is not ready.
The database tables were not created.
D:\IBM\JazzTeamServer\server>