configure CLM 4.0.4 with NO DW? help [SOLVED]
we installed an almost mirror of our production system, we call it our User Acceptance Test environment.
we do not want or need the DW.. so we didn't configure it. (using Oracle as the DB).
unfortunately it seems you MUST configure something, cause today we cannot create new projects due to some missing service that appears to depend on the DW config..
help..
Caused by: com.ibm.team.repository.common.transport.TeamServiceRegistryException: CRJAZ1126I The service "com.ibm.team.datawarehouse.service.internal.RemoteDatabaseService" has some invalid configuration properties.
CRJAZ1125I The configuration property value "null" is not valid for the property "db.base.folder". The DB base folder must be set.
at com.ibm.team.repository.common.transport.internal.registry.ServiceConfiguration.assertValidProperties(ServiceConfiguration.java:276)
at com.ibm.team.repository.common.transport.internal.registry.AbstractActivationManagerOwner.bindConfigurationProperties(AbstractActivationManagerOwner.java:262)
at com.ibm.team.repository.common.transport.internal.registry.AbstractActivationManagerOwner.performActivation(AbstractActivationManagerOwner.java:682)
at com.ibm.team.repository.common.transport.internal.registry.AbstractActivationManagerOwner.doActivate(AbstractActivationManagerOwner.java:745)
at com.ibm.team.repository.common.transport.internal.registry.ServiceProviderActivationManagerOwner.getService(ServiceProviderActivationManagerOwner.java:129)
at com.ibm.team.repository.common.transport.internal.registry.OsgiServicesManager.getService(OsgiServicesManager.java:282)
at com.ibm.team.repository.common.transport.internal.registry.OsgiServicesManager.getService(OsgiServicesManager.java:291)
at com.ibm.team.repository.common.transport.internal.registry.AbstractActivationManagerOwner.buildServicesMap(AbstractActivationManagerOwner.java:356)
... 125 more
2014-03-04 11:35:30,909 [WebContainer : 2 @@ 11:35 sam.detweiler@sd.com /ccm/service/com.ibm.team.process.internal.service.web.IProcessWebUIService/projectArea] ERROR com.ibm.team.process.common - CRJAZ6011E The operation participant cannot be created because an exception occurred. For more information, see the exception.
com.ibm.team.repository.common.transport.TeamServiceRegistryException: CRJAZ1972E The "com.ibm.team.reports.service.internal.process.ReportsProjectParticipant" service failed to activate because a service that it depends on, "com.ibm.team.reports.common.service.IReportService", failed to be activated.
at com.ibm.team.repository.common.transport.internal.registry.AbstractActivationManagerOwner.buildServicesMap(AbstractActivationManagerOwner.java:367)
|
Accepted answer
Hi Sam,
Did you try commenting dw entries in teamserver.properties according to http://www-01.ibm.com/support/docview.wss?uid=swg21616034? sam detweiler selected this answer as the correct answer
Comments
sam detweiler
commented Mar 05 '14, 9:18 a.m.
Thanks.. we decided to configure the DW anyhow |
One other answer
You can always configure the data warehouse to run on Derby and later switch an enterprise setup.
Comments
sam detweiler
commented Mar 04 '14, 4:26 p.m.
does that mean I cannot have NO configuration for the DW? I think in this case you half configured the data warehouse. You basically specified a database vendor of Oracle but you left one of the required properties for Oracle empty: the base folder.
this is a multi-server deployment. each app component on its on machine
JTS, CCM, RM, QM
so the install is a bit different than usual
but yes, we edited the properties.
adding the base folder got rid of the errors reported on the ccm admin overview page
but still can't save or init a project area.. (need to see the ccm.log for that, but can't access the server console)
I'll talk to the folks tomorrow to see how they want to get out of this
|
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.