Problem with WebUI login
Hi,
We recently ported to RTC server 2.0. Currently logging in with the Web UI gives the following error.
TypeError: InitializationData.get("com.ibm.team.repository.service.currentContributorInitializer") is undefined
File: https://localhost:9443/jazz/web/com.ibm.epm.web.core/app/internal/BasicEPMApplication.js?debug=true (Line: 62)
I verified from the server side and I see that the following is not registered in the ProxyServelet.java in org.eclipse.equinox.http.servlet.internal package and so a get query for this resource does not handle request.
/secure/service/com.ibm.team.repository.service.internal.webuiInitializer.IWebUIInitializerRestService/initializationData
Also the following error is logged.
ERROR ernal.webuiInitializer.WebUIInitializerRestService - Failed to get the IWebUIInitializer implementation from the descriptor: ExtensionServiceElementDescriptor@8680868, bundle="com.ibm.team.repository.service", componentId="com.ibm.team.repository", implementationClass="com.ibm.team.repository.service.internal.webuiInitializer.CurrentContributorInitializer"
com.ibm.team.repository.common.transport.TeamServiceRegistryException: CRJAZ1135I Failed to find the service "com.ibm.team.repository.service.internal.rdb.IDatabaseStateService" with a matching filter "(databaseExists=true)".
at com.ibm.team.repository.common.transport.internal.registry.ServiceProviderActivationManagerOwner.getService(ServiceProviderActivationManagerOwner.java:142)
I'm a little lost and if anybody can give me a few pointers, it will be helpful.
thanks,
Ujjvala
We recently ported to RTC server 2.0. Currently logging in with the Web UI gives the following error.
TypeError: InitializationData.get("com.ibm.team.repository.service.currentContributorInitializer") is undefined
File: https://localhost:9443/jazz/web/com.ibm.epm.web.core/app/internal/BasicEPMApplication.js?debug=true (Line: 62)
I verified from the server side and I see that the following is not registered in the ProxyServelet.java in org.eclipse.equinox.http.servlet.internal package and so a get query for this resource does not handle request.
/secure/service/com.ibm.team.repository.service.internal.webuiInitializer.IWebUIInitializerRestService/initializationData
Also the following error is logged.
ERROR ernal.webuiInitializer.WebUIInitializerRestService - Failed to get the IWebUIInitializer implementation from the descriptor: ExtensionServiceElementDescriptor@8680868, bundle="com.ibm.team.repository.service", componentId="com.ibm.team.repository", implementationClass="com.ibm.team.repository.service.internal.webuiInitializer.CurrentContributorInitializer"
com.ibm.team.repository.common.transport.TeamServiceRegistryException: CRJAZ1135I Failed to find the service "com.ibm.team.repository.service.internal.rdb.IDatabaseStateService" with a matching filter "(databaseExists=true)".
at com.ibm.team.repository.common.transport.internal.registry.ServiceProviderActivationManagerOwner.getService(ServiceProviderActivationManagerOwner.java:142)
I'm a little lost and if anybody can give me a few pointers, it will be helpful.
thanks,
Ujjvala