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

TypeError: when logged into jazz team server of IBM RQM

Hi,

When i try to logged into JAZZ Team server of IBM Rational Quality Manger

The following error is raised in tomcat console:

12:01:26,972 ERROR ernal.webuiInitializer.WebUIInitializ
erRestService - Failed to get the IWebUIInitializer implementation from the des
criptor: ExtensionServiceElementDescriptor@35de35de, bundle="com.ibm.team.reposi
tory.service", componentId="com.ibm.team.repository", implementationClass="com.i
bm.team.repository.service.internal.webuiInitializer.ServiceVersionInitializer"
com.ibm.team.repository.common.transport.TeamServiceRegistryException: CRJAZ1126
I The service "com.ibm.team.repository.service.internal.rdb.ConnectionPoolServic
e" had some invalid configuration properties:
CRJAZ1125I The configuration property value "SQLSERVER" is not valid for
the property "db.vendor". CRJAZ0818I Unsupported or misconfigured database vend
or "SQLSERVER" for the property "com.ibm.team.repository.db.vendor". Check the
server configuration.



and i am being notified by warning messaged in UI console of IBM Rational Quality Manager:

TypeError: 'InitilizationData.get(...).currentContributor' is null ot not an object

0 votes



18 answers

Permanent link
As this error, this is a problem of Database connection error, pls check your database connection configuration. :)

0 votes


Permanent link
As this error, this is a problem of Database connection error, pls check your database connection configuration. :)



Hi,

I am using SQL Server 2005 database

I have followed all the steps mentioned in the below url:

http://publib.boulder.ibm.com/infocenter/rqmhelp/v1r0m0/index.jsp?topic=/com.ibm.rational.test.qm.install.doc/topics/c_intro_product.html
still i could able to connect to database

Please drive me for configuring Database

I would be greatful to you.

thanks in advance,
Rajesh Gottapu.

0 votes


Permanent link
rsemantic wrote:
Rucie_luluwrote:
As this error, this is a problem of Database connection error, pls
check your database connection configuration. :)


Hi,

I am using SQL Server 2005 database

I have followed all the steps mentioned in the below url:

http://publib.boulder.ibm.com/infocenter/rqmhelp/v1r0m0/index.jsp?topic=/com.ibm.rational.test.qm.install.doc/topics/c_intro_product.html
still i could able to connect to database

Please drive me for configuring Database

I would be greatful to you.

thanks in advance,
Rajesh Gottapu.


What version of RQM are you running?

0 votes


Permanent link
rsemantic wrote:
Rucie_luluwrote:
As this error, this is a problem of Database connection error, pls
check your database connection configuration. :)


Hi,

I am using SQL Server 2005 database

I have followed all the steps mentioned in the below url:

http://publib.boulder.ibm.com/infocenter/rqmhelp/v1r0m0/index.jsp?topic=/com.ibm.rational.test.qm.install.doc/topics/c_intro_product.html
still i could able to connect to database

Please drive me for configuring Database

I would be greatful to you.

thanks in advance,
Rajesh Gottapu.


What version of RQM are you running?

I think there are several points need your confirmation:
1. As Michael pointed out, which version of RQM are you using?
2. Which version of 'sqljdbc.jar' are you using?
3. Have you create 'sqlserver' folder under '<RQM>/server/' directory, and put 'sqljdbc.jar' under it?
4. As you are using Tomcat, have you add 'SQLSERVER_JDBC' which direct to 'sqljdbc.jar' dirctory in system environment? and modify server.startup.bat file?
5. Pls check 'TCP/IP' is in 'Enabled' status of 'Protocols for MSSQLSERVER' under 'SQL Server Configuration Manager'. Make sure default 1433 port is opened.
6. And I want to know, after you create database in SQLServer and modify teamserver.properties file, have you used 'repotools -CreateTables' to create tables successfully? If this step contains error, pls provide rqm.log and repotools_createTables.log file.

0 votes


Permanent link
Hi,

1. RQM Version 1.0

2. I have download sqljdbc.jar from sqljdbc_1.1.1501.101_enu.exe (sqljdbc_1.1) file which is related to SQL Server 2005

3. yes i placed sqljdbc.jar file under <RQM>/server/sqlserver folder

4. Yes i have added 'SQLSERVER_JDBC' which direct to 'sqljdbc.jar' in tomcat sartup.bat file

5. TCP/IP port is enabled


6. But when i tried the cmd 'repotools -CreateTables'

The command has failed to create database tables.


thanks,

Rajesh Gottapu.

0 votes


Permanent link
Hi,

1. RQM Version 1.0

2. I have download sqljdbc.jar from sqljdbc_1.1.1501.101_enu.exe (sqljdbc_1.1) file which is related to SQL Server 2005

3. yes i placed sqljdbc.jar file under <RQM>/server/sqlserver folder

4. Yes i have added 'SQLSERVER_JDBC' which direct to 'sqljdbc.jar' in tomcat sartup.bat file

5. TCP/IP port is enabled


6. But when i tried the cmd 'repotools -CreateTables'

The command has failed to create database tables.


thanks,

Rajesh Gottapu.

0 votes


Permanent link
Hi,

1. RQM Version 1.0

2. I have download sqljdbc.jar from sqljdbc_1.1.1501.101_enu.exe (sqljdbc_1.1) file which is related to SQL Server 2005

3. yes i placed sqljdbc.jar file under <RQM>/server/sqlserver folder

4. Yes i have added 'SQLSERVER_JDBC' which direct to 'sqljdbc.jar' in tomcat sartup.bat file

5. TCP/IP port is enabled


6. But when i tried the cmd 'repotools -CreateTables'

The command has failed to create database tables.


thanks,

Rajesh Gottapu.



In RQM onsite help 'http://publib.boulder.ibm.com/infocenter/rqmhelp/v1r0m0/index.jsp?topic=/com.ibm.rational', navigate to 'Relational databases' of 'Hardware and Software requirements',
RQM 1.0 supports 'Microsoft SQL Server 2005 SP2'.

And I think the version of MS JDBC driver is lower than needed, suggest MS JDBC 1.2 or above.

Pls try again. :) Once this still can't resolve your problem, pls paste repotools_createTables.log.

0 votes


Permanent link
Hi,

1. RQM Version 1.0

2. I have download sqljdbc.jar from sqljdbc_1.1.1501.101_enu.exe (sqljdbc_1.1) file which is related to SQL Server 2005

3. yes i placed sqljdbc.jar file under <RQM>/server/sqlserver folder

4. Yes i have added 'SQLSERVER_JDBC' which direct to 'sqljdbc.jar' in tomcat sartup.bat file

5. TCP/IP port is enabled


6. But when i tried the cmd 'repotools -CreateTables'

The command has failed to create database tables.


thanks,

Rajesh Gottapu.



In RQM onsite help 'http://publib.boulder.ibm.com/infocenter/rqmhelp/v1r0m0/index.jsp?topic=/com.ibm.rational', navigate to 'Relational databases' of 'Hardware and Software requirements',
RQM 1.0 supports 'Microsoft SQL Server 2005 SP2'.

And I think the version of MS JDBC driver is lower than needed, suggest MS JDBC 1.2 or above.

Pls try again. :) Once this still can't resolve your problem, pls paste repotools_createTables.log.


Hi,

Here is repotools_createTables.log file content


2009-04-30 11:22:39,231 repotools -createTables
2009-04-30 11:22:39,231 Repo Tools, Version 1.0 - I20080618-1642
2009-04-30 11:22:39,231 Provisioning using "C:\IBM\RQM\server\\provision_profiles".
2009-04-30 11:22:50,184 Rational Jazz Team Server (RQM) - Standard (60 day trial)
2009-04-30 11:22:50,184 Loading configuration from "file:teamserver.properties".
2009-04-30 11:22:50,887 CRJAZ1093I Service failed to activate.
com.ibm.team.repository.common.transport.TeamServiceRegistryException: CRJAZ1126I The service "com.ibm.team.repository.service.internal.rdb.ConnectionPoolService" had some invalid configuration properties:
CRJAZ1125I The configuration property value "SQLSERVER" is not valid for the property "db.vendor". CRJAZ0818I Unsupported or misconfigured database vendor "SQLSERVER" for the property "com.ibm.team.repository.db.vendor". Check the server configuration.

at com.ibm.team.repository.common.transport.internal.registry.ServiceConfiguration.getPropertiesMap(ServiceConfiguration.java:271)
at com.ibm.team.repository.common.transport.internal.registry.AbstractActivationManagerOwner.bindConfigurationProperties(AbstractActivationManagerOwner.java:181)
at com.ibm.team.repository.common.transport.internal.registry.AbstractActivationManagerOwner.doActivate(AbstractActivationManagerOwner.java:483)
at com.ibm.team.repository.common.transport.internal.registry.AbstractActivationManagerOwner.activate(AbstractActivationManagerOwner.java:135)
at org.eclipse.soda.sat.core.internal.framework.bundle.BundleActivationManager.activate(BundleActivationManager.java:280)
at org.eclipse.soda.sat.core.internal.framework.bundle.BundleActivationManager.performActivation(BundleActivationManager.java:1545)
at org.eclipse.soda.sat.core.internal.framework.bundle.BundleActivationManager.access$2(BundleActivationManager.java:1532)
at org.eclipse.soda.sat.core.internal.framework.bundle.BundleActivationManager$3.acquired(BundleActivationManager.java:552)
at org.eclipse.soda.sat.core.internal.record.container.ImportServiceRecordContainer.serviceAcquired(ImportServiceRecordContainer.java:558)
at org.eclipse.soda.sat.core.internal.record.container.ImportServiceRecordContainer.access$0(ImportServiceRecordContainer.java:545)
at org.eclipse.soda.sat.core.internal.record.container.ImportServiceRecordContainer$5.serviceAcquired(ImportServiceRecordContainer.java:343)
at org.eclipse.soda.sat.core.internal.record.ImportServiceRecord.acquire(ImportServiceRecord.java:110)
at org.eclipse.soda.sat.core.internal.record.container.ImportServiceRecordContainer$1.execute(ImportServiceRecordContainer.java:64)
at org.eclipse.soda.sat.core.internal.record.container.ServiceRecordContainer.doForService(ServiceRecordContainer.java:351)
at org.eclipse.soda.sat.core.internal.record.container.ServiceRecordContainer.doForEach(ServiceRecordContainer.java:319)
at org.eclipse.soda.sat.core.internal.record.container.ImportServiceRecordContainer.acquire(ImportServiceRecordContainer.java:300)
at org.eclipse.soda.sat.core.internal.framework.bundle.BundleActivationManager.acquireImportedServices(BundleActivationManager.java:225)
at org.eclipse.soda.sat.core.internal.framework.bundle.BundleActivationManager.acquireImportServiceRecords(BundleActivationManager.java:240)
at org.eclipse.soda.sat.core.internal.framework.bundle.BundleActivationManager.startSync(BundleActivationManager.java:1993)
at org.eclipse.soda.sat.core.internal.framework.bundle.BundleActivationManager.start(BundleActivationManager.java:1962)
at com.ibm.team.repository.common.transport.internal.registry.OsgiServicesManager.register(OsgiServicesManager.java:415)
at com.ibm.team.repository.common.transport.services.TeamServiceRegistry.registerServices(TeamServiceRegistry.java:309)
at com.ibm.team.repository.common.transport.services.TeamServiceRegistry.initialize(TeamServiceRegistry.java:279)
at com.ibm.team.repository.common.transport.services.TeamServiceRegistry.<init>(TeamServiceRegistry.java:59)
at com.ibm.team.repository.common.transport.services.TeamServiceRegistry.<clinit>(TeamServiceRegistry.java:48)
at java.lang.J9VMInternals.initializeImpl(Native Method)
at java.lang.J9VMInternals.initialize(J9VMInternals.java:194)
at com.ibm.team.repotools.rcp.internal.command.CreateTablesCommand.execute(CreateTablesCommand.java:74)
at com.ibm.team.repotools.rcp.AbstractCommand.execute(AbstractCommand.java:167)
at com.ibm.team.repotools.rcp.internal.RepositoryToolsApplication.run(RepositoryToolsApplication.java:616)
at com.ibm.team.repotools.rcp.internal.RepositoryToolsApplication.start(RepositoryToolsApplication.java:673)
at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:169)
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:106)
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:76)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:363)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:176)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:79)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:618)
at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:508)
at org.eclipse.equinox.launcher.Main.basicRun(Main.java:447)
at org.eclipse.equinox.launcher.Main.run(Main.java:1173)
at org.eclipse.equinox.launcher.Main.main(Main.java:1148)
2009-04-30 11:22:51,512 CRJAZ1126I The service "com.ibm.team.repository.service.internal.rdb.ConnectionPoolService" had some invalid configuration properties:
CRJAZ1125I The configuration property value "SQLSERVER" is not valid for the property "db.vendor". CRJAZ0818I Unsupported or misconfigured database vendor "SQLSERVER" for the property "com.ibm.team.repository.db.vendor". Check the server configuration.

2009-04-30 11:22:51,512 The database tables were not created.

0 votes


Permanent link
Hi,

1. RQM Version 1.0

2. I have download sqljdbc.jar from sqljdbc_1.1.1501.101_enu.exe (sqljdbc_1.1) file which is related to SQL Server 2005

3. yes i placed sqljdbc.jar file under <RQM>/server/sqlserver folder

4. Yes i have added 'SQLSERVER_JDBC' which direct to 'sqljdbc.jar' in tomcat sartup.bat file

5. TCP/IP port is enabled


6. But when i tried the cmd 'repotools -CreateTables'

The command has failed to create database tables.


thanks,

Rajesh Gottapu.



In RQM onsite help 'http://publib.boulder.ibm.com/infocenter/rqmhelp/v1r0m0/index.jsp?topic=/com.ibm.rational', navigate to 'Relational databases' of 'Hardware and Software requirements',
RQM 1.0 supports 'Microsoft SQL Server 2005 SP2'.

And I think the version of MS JDBC driver is lower than needed, suggest MS JDBC 1.2 or above.

Pls try again. :) Once this still can't resolve your problem, pls paste repotools_createTables.log.


Hi,

Here is repotools_createTables.log file content


2009-04-30 11:22:39,231 repotools -createTables
2009-04-30 11:22:39,231 Repo Tools, Version 1.0 - I20080618-1642
2009-04-30 11:22:39,231 Provisioning using "C:\IBM\RQM\server\\provision_profiles".
2009-04-30 11:22:50,184 Rational Jazz Team Server (RQM) - Standard (60 day trial)
2009-04-30 11:22:50,184 Loading configuration from "file:teamserver.properties".
2009-04-30 11:22:50,887 CRJAZ1093I Service failed to activate.
com.ibm.team.repository.common.transport.TeamServiceRegistryException: CRJAZ1126I The service "com.ibm.team.repository.service.internal.rdb.ConnectionPoolService" had some invalid configuration properties:
CRJAZ1125I The configuration property value "SQLSERVER" is not valid for the property "db.vendor". CRJAZ0818I Unsupported or misconfigured database vendor "SQLSERVER" for the property "com.ibm.team.repository.db.vendor". Check the server configuration.

at com.ibm.team.repository.common.transport.internal.registry.ServiceConfiguration.getPropertiesMap(ServiceConfiguration.java:271)
at com.ibm.team.repository.common.transport.internal.registry.AbstractActivationManagerOwner.bindConfigurationProperties(AbstractActivationManagerOwner.java:181)
at com.ibm.team.repository.common.transport.internal.registry.AbstractActivationManagerOwner.doActivate(AbstractActivationManagerOwner.java:483)
at com.ibm.team.repository.common.transport.internal.registry.AbstractActivationManagerOwner.activate(AbstractActivationManagerOwner.java:135)
at org.eclipse.soda.sat.core.internal.framework.bundle.BundleActivationManager.activate(BundleActivationManager.java:280)
at org.eclipse.soda.sat.core.internal.framework.bundle.BundleActivationManager.performActivation(BundleActivationManager.java:1545)
at org.eclipse.soda.sat.core.internal.framework.bundle.BundleActivationManager.access$2(BundleActivationManager.java:1532)
at org.eclipse.soda.sat.core.internal.framework.bundle.BundleActivationManager$3.acquired(BundleActivationManager.java:552)
at org.eclipse.soda.sat.core.internal.record.container.ImportServiceRecordContainer.serviceAcquired(ImportServiceRecordContainer.java:558)
at org.eclipse.soda.sat.core.internal.record.container.ImportServiceRecordContainer.access$0(ImportServiceRecordContainer.java:545)
at org.eclipse.soda.sat.core.internal.record.container.ImportServiceRecordContainer$5.serviceAcquired(ImportServiceRecordContainer.java:343)
at org.eclipse.soda.sat.core.internal.record.ImportServiceRecord.acquire(ImportServiceRecord.java:110)
at org.eclipse.soda.sat.core.internal.record.container.ImportServiceRecordContainer$1.execute(ImportServiceRecordContainer.java:64)
at org.eclipse.soda.sat.core.internal.record.container.ServiceRecordContainer.doForService(ServiceRecordContainer.java:351)
at org.eclipse.soda.sat.core.internal.record.container.ServiceRecordContainer.doForEach(ServiceRecordContainer.java:319)
at org.eclipse.soda.sat.core.internal.record.container.ImportServiceRecordContainer.acquire(ImportServiceRecordContainer.java:300)
at org.eclipse.soda.sat.core.internal.framework.bundle.BundleActivationManager.acquireImportedServices(BundleActivationManager.java:225)
at org.eclipse.soda.sat.core.internal.framework.bundle.BundleActivationManager.acquireImportServiceRecords(BundleActivationManager.java:240)
at org.eclipse.soda.sat.core.internal.framework.bundle.BundleActivationManager.startSync(BundleActivationManager.java:1993)
at org.eclipse.soda.sat.core.internal.framework.bundle.BundleActivationManager.start(BundleActivationManager.java:1962)
at com.ibm.team.repository.common.transport.internal.registry.OsgiServicesManager.register(OsgiServicesManager.java:415)
at com.ibm.team.repository.common.transport.services.TeamServiceRegistry.registerServices(TeamServiceRegistry.java:309)
at com.ibm.team.repository.common.transport.services.TeamServiceRegistry.initialize(TeamServiceRegistry.java:279)
at com.ibm.team.repository.common.transport.services.TeamServiceRegistry.<init>(TeamServiceRegistry.java:59)
at com.ibm.team.repository.common.transport.services.TeamServiceRegistry.<clinit>(TeamServiceRegistry.java:48)
at java.lang.J9VMInternals.initializeImpl(Native Method)
at java.lang.J9VMInternals.initialize(J9VMInternals.java:194)
at com.ibm.team.repotools.rcp.internal.command.CreateTablesCommand.execute(CreateTablesCommand.java:74)
at com.ibm.team.repotools.rcp.AbstractCommand.execute(AbstractCommand.java:167)
at com.ibm.team.repotools.rcp.internal.RepositoryToolsApplication.run(RepositoryToolsApplication.java:616)
at com.ibm.team.repotools.rcp.internal.RepositoryToolsApplication.start(RepositoryToolsApplication.java:673)
at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:169)
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:106)
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:76)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:363)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:176)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:79)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:618)
at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:508)
at org.eclipse.equinox.launcher.Main.basicRun(Main.java:447)
at org.eclipse.equinox.launcher.Main.run(Main.java:1173)
at org.eclipse.equinox.launcher.Main.main(Main.java:1148)
2009-04-30 11:22:51,512 CRJAZ1126I The service "com.ibm.team.repository.service.internal.rdb.ConnectionPoolService" had some invalid configuration properties:
CRJAZ1125I The configuration property value "SQLSERVER" is not valid for the property "db.vendor". CRJAZ0818I Unsupported or misconfigured database vendor "SQLSERVER" for the property "com.ibm.team.repository.db.vendor". Check the server configuration.

2009-04-30 11:22:51,512 The database tables were not created.



I saw invalid configuration properties, can you provide your teamserver.properties file?

0 votes


Permanent link
Hi,

1. RQM Version 1.0

2. I have download sqljdbc.jar from sqljdbc_1.1.1501.101_enu.exe (sqljdbc_1.1) file which is related to SQL Server 2005

3. yes i placed sqljdbc.jar file under <RQM>/server/sqlserver folder

4. Yes i have added 'SQLSERVER_JDBC' which direct to 'sqljdbc.jar' in tomcat sartup.bat file

5. TCP/IP port is enabled


6. But when i tried the cmd 'repotools -CreateTables'

The command has failed to create database tables.


thanks,

Rajesh Gottapu.



In RQM onsite help 'http://publib.boulder.ibm.com/infocenter/rqmhelp/v1r0m0/index.jsp?topic=/com.ibm.rational', navigate to 'Relational databases' of 'Hardware and Software requirements',
RQM 1.0 supports 'Microsoft SQL Server 2005 SP2'.

And I think the version of MS JDBC driver is lower than needed, suggest MS JDBC 1.2 or above.

Pls try again. :) Once this still can't resolve your problem, pls paste repotools_createTables.log.


Hi,

Here is repotools_createTables.log file content


2009-04-30 11:22:39,231 repotools -createTables
2009-04-30 11:22:39,231 Repo Tools, Version 1.0 - I20080618-1642
2009-04-30 11:22:39,231 Provisioning using "C:\IBM\RQM\server\\provision_profiles".
2009-04-30 11:22:50,184 Rational Jazz Team Server (RQM) - Standard (60 day trial)
2009-04-30 11:22:50,184 Loading configuration from "file:teamserver.properties".
2009-04-30 11:22:50,887 CRJAZ1093I Service failed to activate.
com.ibm.team.repository.common.transport.TeamServiceRegistryException: CRJAZ1126I The service "com.ibm.team.repository.service.internal.rdb.ConnectionPoolService" had some invalid configuration properties:
CRJAZ1125I The configuration property value "SQLSERVER" is not valid for the property "db.vendor". CRJAZ0818I Unsupported or misconfigured database vendor "SQLSERVER" for the property "com.ibm.team.repository.db.vendor". Check the server configuration.

at com.ibm.team.repository.common.transport.internal.registry.ServiceConfiguration.getPropertiesMap(ServiceConfiguration.java:271)
at com.ibm.team.repository.common.transport.internal.registry.AbstractActivationManagerOwner.bindConfigurationProperties(AbstractActivationManagerOwner.java:181)
at com.ibm.team.repository.common.transport.internal.registry.AbstractActivationManagerOwner.doActivate(AbstractActivationManagerOwner.java:483)
at com.ibm.team.repository.common.transport.internal.registry.AbstractActivationManagerOwner.activate(AbstractActivationManagerOwner.java:135)
at org.eclipse.soda.sat.core.internal.framework.bundle.BundleActivationManager.activate(BundleActivationManager.java:280)
at org.eclipse.soda.sat.core.internal.framework.bundle.BundleActivationManager.performActivation(BundleActivationManager.java:1545)
at org.eclipse.soda.sat.core.internal.framework.bundle.BundleActivationManager.access$2(BundleActivationManager.java:1532)
at org.eclipse.soda.sat.core.internal.framework.bundle.BundleActivationManager$3.acquired(BundleActivationManager.java:552)
at org.eclipse.soda.sat.core.internal.record.container.ImportServiceRecordContainer.serviceAcquired(ImportServiceRecordContainer.java:558)
at org.eclipse.soda.sat.core.internal.record.container.ImportServiceRecordContainer.access$0(ImportServiceRecordContainer.java:545)
at org.eclipse.soda.sat.core.internal.record.container.ImportServiceRecordContainer$5.serviceAcquired(ImportServiceRecordContainer.java:343)
at org.eclipse.soda.sat.core.internal.record.ImportServiceRecord.acquire(ImportServiceRecord.java:110)
at org.eclipse.soda.sat.core.internal.record.container.ImportServiceRecordContainer$1.execute(ImportServiceRecordContainer.java:64)
at org.eclipse.soda.sat.core.internal.record.container.ServiceRecordContainer.doForService(ServiceRecordContainer.java:351)
at org.eclipse.soda.sat.core.internal.record.container.ServiceRecordContainer.doForEach(ServiceRecordContainer.java:319)
at org.eclipse.soda.sat.core.internal.record.container.ImportServiceRecordContainer.acquire(ImportServiceRecordContainer.java:300)
at org.eclipse.soda.sat.core.internal.framework.bundle.BundleActivationManager.acquireImportedServices(BundleActivationManager.java:225)
at org.eclipse.soda.sat.core.internal.framework.bundle.BundleActivationManager.acquireImportServiceRecords(BundleActivationManager.java:240)
at org.eclipse.soda.sat.core.internal.framework.bundle.BundleActivationManager.startSync(BundleActivationManager.java:1993)
at org.eclipse.soda.sat.core.internal.framework.bundle.BundleActivationManager.start(BundleActivationManager.java:1962)
at com.ibm.team.repository.common.transport.internal.registry.OsgiServicesManager.register(OsgiServicesManager.java:415)
at com.ibm.team.repository.common.transport.services.TeamServiceRegistry.registerServices(TeamServiceRegistry.java:309)
at com.ibm.team.repository.common.transport.services.TeamServiceRegistry.initialize(TeamServiceRegistry.java:279)
at com.ibm.team.repository.common.transport.services.TeamServiceRegistry.<init>(TeamServiceRegistry.java:59)
at com.ibm.team.repository.common.transport.services.TeamServiceRegistry.<clinit>(TeamServiceRegistry.java:48)
at java.lang.J9VMInternals.initializeImpl(Native Method)
at java.lang.J9VMInternals.initialize(J9VMInternals.java:194)
at com.ibm.team.repotools.rcp.internal.command.CreateTablesCommand.execute(CreateTablesCommand.java:74)
at com.ibm.team.repotools.rcp.AbstractCommand.execute(AbstractCommand.java:167)
at com.ibm.team.repotools.rcp.internal.RepositoryToolsApplication.run(RepositoryToolsApplication.java:616)
at com.ibm.team.repotools.rcp.internal.RepositoryToolsApplication.start(RepositoryToolsApplication.java:673)
at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:169)
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:106)
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:76)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:363)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:176)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:79)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:618)
at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:508)
at org.eclipse.equinox.launcher.Main.basicRun(Main.java:447)
at org.eclipse.equinox.launcher.Main.run(Main.java:1173)
at org.eclipse.equinox.launcher.Main.main(Main.java:1148)
2009-04-30 11:22:51,512 CRJAZ1126I The service "com.ibm.team.repository.service.internal.rdb.ConnectionPoolService" had some invalid configuration properties:
CRJAZ1125I The configuration property value "SQLSERVER" is not valid for the property "db.vendor". CRJAZ0818I Unsupported or misconfigured database vendor "SQLSERVER" for the property "com.ibm.team.repository.db.vendor". Check the server configuration.

2009-04-30 11:22:51,512 The database tables were not created.



I saw invalid configuration properties, can you provide your teamserver.properties file?


Here is the teamserver.properties file content:


com.ibm.team.repository.db.vendor = SQLSERVER
com.ibm.team.repository.db.jdbc.location=//IP Address:1433;databaseName=jazz;user=jazzDBuser;password={password}
com.ibm.team.repository.db.jdbc.password=jazzDBPsw


in the above com.ibm.team.repository.db.jdbc.location the IP Address is given as SQL Server Installad Machine IP Address

Note: the remaining is everythins is commented in the teamserver.properties file.


thanks,
Rajesh Gottapu.

0 votes

1–15 items
page 1of 1 pagesof 2 pages

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

Question asked: Apr 27 '09, 2:42 a.m.

Question was seen: 17,340 times

Last updated: Apr 27 '09, 2:42 a.m.

Confirmation Cancel Confirm