It's all about the answers!

Ask a question

M2 repotools not working


Bryan Hunt (4463213) | asked Mar 02 '09, 11:48 a.m.
The 2.0 M2 repotools are not working for me. Any idea what is going on here?

-bash-3.00$ ./repotools.sh -dropTables
Repo Tools, Version 2.0 M2 - I20090227-1422
Provisioning using "./provision_profiles".
Rational Jazz Team Server - Standard
Loading configuration from "file:teamserver.properties".
Attempting Initial Database Connection Using
Db Name/Location:
//some.hostname:50000/JAZZ:fullyMaterializeLobData=false;user=xxxxxxxx;password=xxxxxxxx;
CRJAZ0503I

Failed to connect to the database: "
java.util.Properties object passed to java.sql.Driver.connect() cannot
be overridden by URL:
jdbc:db2://some.hostname:50000/JAZZ:fullyMaterializeLobData=false;user=user;password=password;."


Db Name/Location:
"//some.hostname:50000/JAZZ:fullyMaterializeLobData=false;user=xxxxxxxx;password=xxxxxxxx;"
CRJAZ1093I

Service failed to activate.
CRJAZ1141I Failed to get the service
"com.ibm.team.repository.service.internal.rdb.IDatabaseStateService".
CRJAZ1203I Could not determine the database location.
CRJAZ1306I The service
"com.ibm.team.repository.service.internal.rdb.IDatabaseStateService" is
not available.
CRJAZ1204I The database
"//some.hostname:50000/JAZZ:fullyMaterializeLobData=false;user=xxxxxxxx;password=xxxxxxxx;"
does not exist or the database user does not have the required
privileges to access the database.

2 answers



permanent link
Craig Chaney (9212) | answered Mar 02 '09, 3:38 p.m.
JAZZ DEVELOPER
Bryan Hunt wrote:
The 2.0 M2 repotools are not working for me. Any idea what is going on
here?

You are being bitten by bug 70523. Fortunately, the solution is simple:
remove the "fullyMaterializeLobData=false" from your connection spec in
teamserver.properties.

Thanks,
Craig Chaney
Jazz Server team

-bash-3.00$ ./repotools.sh -dropTables
Repo Tools, Version 2.0 M2 - I20090227-1422
Provisioning using "./provision_profiles".
Rational Jazz Team Server - Standard
Loading configuration from "file:teamserver.properties".
Attempting Initial Database Connection Using
Db Name/Location:
//some.hostname:50000/JAZZ:fullyMaterializeLobData=false;user=xxxxxxxx;password=xxxxxxxx;

CRJAZ0503I
Failed to connect to the database: "
java.util.Properties object passed to java.sql.Driver.connect() cannot
be overridden by URL:
jdbc:db2://some.hostname:50000/JAZZ:fullyMaterializeLobData=false;user=user;password=password;."



Db Name/Location:
"//some.hostname:50000/JAZZ:fullyMaterializeLobData=false;user=xxxxxxxx;password=xxxxxxxx;"

CRJAZ1093I
Service failed to activate.
CRJAZ1141I Failed to get the service
"com.ibm.team.repository.service.internal.rdb.IDatabaseStateService".
CRJAZ1203I Could not determine the database location.
CRJAZ1306I The service
"com.ibm.team.repository.service.internal.rdb.IDatabaseStateService" is
not available.
CRJAZ1204I The database
"//some.hostname:50000/JAZZ:fullyMaterializeLobData=false;user=xxxxxxxx;password=xxxxxxxx;"
does not exist or the database user does not have the required
privileges to access the database.

permanent link
Bryan Hunt (4463213) | answered Mar 02 '09, 4:18 p.m.
Craig,

Thanks, that worked around the problem.

Bryan

On 2009-03-02 14:37:57 -0600, Craig Chaney <craigcw> said:

Bryan Hunt wrote:
The 2.0 M2 repotools are not working for me. Any idea what is going on
here?

You are being bitten by bug 70523. Fortunately, the solution is simple:
remove the "fullyMaterializeLobData=false" from your connection spec in
teamserver.properties.

Thanks,
Craig Chaney
Jazz Server team

-bash-3.00$ ./repotools.sh -dropTables
Repo Tools, Version 2.0 M2 - I20090227-1422
Provisioning using "./provision_profiles".
Rational Jazz Team Server - Standard
Loading configuration from "file:teamserver.properties".
Attempting Initial Database Connection Using
Db Name/Location:
//some.hostname:50000/JAZZ:fullyMaterializeLobData=false;user=xxxxxxxx;password=xxxxxxxx;

CRJAZ0503I
Failed

to connect to the database: "
java.util.Properties object passed to java.sql.Driver.connect() cannot
be overridden by URL:
jdbc:db2://some.hostname:50000/JAZZ:fullyMaterializeLobData=false;user=user;password=password;."



Db

Name/Location:
"//some.hostname:50000/JAZZ:fullyMaterializeLobData=false;user=xxxxxxxx;password=xxxxxxxx;"

CRJAZ1093I
Service

failed to activate.
CRJAZ1141I Failed to get the service
"com.ibm.team.repository.service.internal.rdb.IDatabaseStateService".
CRJAZ1203I Could not determine the database location.
CRJAZ1306I The service
"com.ibm.team.repository.service.internal.rdb.IDatabaseStateService" is
not available.
CRJAZ1204I The database
"//some.hostname:50000/JAZZ:fullyMaterializeLobData=false;user=xxxxxxxx;password=xxxxxxxx;"
does

not exist or the database user does not have the required
privileges to access the database.

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.