Unable to create tables (SQL Server 2005) in RTC
I've installed Jazz Team server on a MS Server 2003 box with a SQL Server 2005 as my database. when i tried running the repotools -createTables in command promt, an error such as this bellow occurs:
C:\Program Files\IBM\JazzTeamServer\server>repotools -createTab
The java class is not found: Files\IBM\JazzTeamServer\server\\
pse\plugins\org.eclipse.equinox.launcher_1.0.1.R33x_v20080118.j
om.ibm.team.repotools.rcp.repotools_application -createTables
tried locating the plugins under the repotools folder but i cant locate the "com.ibm.team.repotools.rcp.repotools_application" jar file.
C:\Program Files\IBM\JazzTeamServer\server>repotools -createTab
The java class is not found: Files\IBM\JazzTeamServer\server\\
pse\plugins\org.eclipse.equinox.launcher_1.0.1.R33x_v20080118.j
om.ibm.team.repotools.rcp.repotools_application -createTables
tried locating the plugins under the repotools folder but i cant locate the "com.ibm.team.repotools.rcp.repotools_application" jar file.
3 answers
andrea.montoya wrote:
That error message that starts like:
The java class is not found: Files\IBM\JazzTeamServer\server\\
leads me to believe that the script is having trouble with the space
character in your path. Which is strange, the script has been well
tested on Windows when Jazz is installed to a directory that contains a
space character. Can you post your repotools_createTables.log file?
In the meantime, you might try moving your Jazz installation to a
directory without a space character as a workaround.
Thanks,
Craig Chaney
Jazz server team
I've installed Jazz Team server on a MS Server 2003 box with a SQL
Server 2005 as my database. when i tried running the repotools
-createTables in command promt, an error such as this bellow occurs:
C:\Program Files\IBM\JazzTeamServer\server>repotools -createTab
The java class is not found: Files\IBM\JazzTeamServer\server\\
pse\plugins\org.eclipse.equinox.launcher_1.0.1.R33x_v20080118.j
om.ibm.team.repotools.rcp.repotools_application -createTables
That error message that starts like:
The java class is not found: Files\IBM\JazzTeamServer\server\\
leads me to believe that the script is having trouble with the space
character in your path. Which is strange, the script has been well
tested on Windows when Jazz is installed to a directory that contains a
space character. Can you post your repotools_createTables.log file?
In the meantime, you might try moving your Jazz installation to a
directory without a space character as a workaround.
Thanks,
Craig Chaney
Jazz server team
tried locating the plugins under the repotools folder but i cant
locate the
"com.ibm.team.repotools.rcp.repotools_application" jar
file.
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>
andrea.montoya wrote:
I've installed Jazz Team server on a MS Server 2003 box with a SQL
Server 2005 as my database. when i tried running the repotools
-createTables in command promt, an error such as this bellow occurs:
C:\Program Files\IBM\JazzTeamServer\server>repotools -createTab
The java class is not found: Files\IBM\JazzTeamServer\server\\
pse\plugins\org.eclipse.equinox.launcher_1.0.1.R33x_v20080118.j
om.ibm.team.repotools.rcp.repotools_application -createTables
That error message that starts like:
The java class is not found: Files\IBM\JazzTeamServer\server\\
leads me to believe that the script is having trouble with the space
character in your path. Which is strange, the script has been well
tested on Windows when Jazz is installed to a directory that contains a
space character. Can you post your repotools_createTables.log file?
In the meantime, you might try moving your Jazz installation to a
directory without a space character as a workaround.
Thanks,
Craig Chaney
Jazz server team
tried locating the plugins under the repotools folder but i cant
locate the
"com.ibm.team.repotools.rcp.repotools_application" jar
file.
Hi Craig,
the repotools_createTables.log file is existent, but theres nothing writtend in it. :cry: i tried your workaround but now im encountering a different error which is with tomcat. the path to executable service is disabled and i cannot change the correct path to where its currently residing.