Problem
Validating database alias JRSDB ...
Validating database alias JRSXML ...
Trying to connect to JRS using http://localhost:9444/jazz/ ...
Starting DB2 server...
SQL1026N The database manager is already active.
Creating database JRSDB ...
SQL1005N The database alias "JRSDB" already exists in either the local
database directory or system database directory.
Could not create the database
The initialization aborted with errors!
The operation was canceled!
How do we solve this?
Validating database alias JRSXML ...
Trying to connect to JRS using http://localhost:9444/jazz/ ...
Starting DB2 server...
SQL1026N The database manager is already active.
Creating database JRSDB ...
SQL1005N The database alias "JRSDB" already exists in either the local
database directory or system database directory.
Could not create the database
The initialization aborted with errors!
The operation was canceled!
How do we solve this?
2 answers
ok, that worked. But It cannot create the data tables for me . I get the following log
- CRJAZ1093I Service failed to activate.
- Failed to initialize the RDF Store, exception:
Unable to initialize Viper, exception:
-Error opening socket to server localhost/127.0.0.1 on port 50,000 with message: Connection refused: connect.
- CRJAZ1141I Failed to get the service "com.ibm.team.repository.service.internal.rdb.IDatabaseStateService".
14:00:00,639 ERROR com.ibm.rdm.app.config.ui.actions.InitializeServer - Could not create JRS data tables
The operation was canceled!
How do we solve this?
- CRJAZ1093I Service failed to activate.
- Failed to initialize the RDF Store, exception:
Unable to initialize Viper, exception:
-Error opening socket to server localhost/127.0.0.1 on port 50,000 with message: Connection refused: connect.
- CRJAZ1141I Failed to get the service "com.ibm.team.repository.service.internal.rdb.IDatabaseStateService".
14:00:00,639 ERROR com.ibm.rdm.app.config.ui.actions.InitializeServer - Could not create JRS data tables
The operation was canceled!
How do we solve this?
I am assuming that this is a fresh install and there is no data that needs to be kept.
It sounds like the DB2 tables were already partially created. have you tried dropping the tables and re-running the setup again for DB2?
If this doesn't work, and if possible you can also try re-installing DB2, and re-running the setup.
It sounds like the DB2 tables were already partially created. have you tried dropping the tables and re-running the setup again for DB2?
If this doesn't work, and if possible you can also try re-installing DB2, and re-running the setup.