Cannot be able to create Life cycle project. Error is: Error instantiating the template: com.ibm.team.repository.common.TeamRepositoryException: CRJCA0132E
Error instantiating the template: com.ibm.team.repository.common.TeamRepositoryException: CRJCA0132E The request to create an artifact container in the application at https://localhost:9443/ccm/process/project-areas failed with an internal server error response.
Error Stacktrace:
com.ibm.team.lpa.automation.TaskException: com.ibm.team.repository.common.TeamRepositoryException: CRJCA0132E The request to create an artifact container in the application at https://localhost:9443/ccm/process/project-areas failed with an internal server error response.
at com.ibm.team.lpa.common.tasks.CreateProjectTask.runTask(CreateProjectTask.java:181)
at com.ibm.team.lpa.common.tasks.AbstractTask.run(AbstractTask.java:48)
at com.ibm.team.lpa.automation.CompositeTask.run(CompositeTask.java:208)
at com.ibm.team.lpa.automation.CompositeTask$MonitoredSubTask.run(CompositeTask.java:124)
at com.ibm.team.lpa.automation.CompositeTask.run(CompositeTask.java:208)
at com.ibm.team.lpa.common.tasks.LoggingCompositeTask.run(LoggingCompositeTask.java:37)
at com.ibm.team.lpa.automation.AsyncTask$TaskRunner.run(AsyncTask.java:40)
at java.lang.Thread.run(Thread.java:761)
Caused by: com.ibm.team.repository.common.TeamRepositoryException: CRJCA0132E The request to create an artifact container in the application at https://localhost:9443/ccm/process/project-areas failed with an internal server error response.
at com.ibm.team.lpa.common.tasks.CreateProjectTask$1.processResponse(CreateProjectTask.java:176)
at com.ibm.team.repository.service.internal.oauth.shared.AuthenticatingClientService$Operation.send(AuthenticatingClientService.java:501)
at com.ibm.team.repository.service.internal.oauth.shared.AuthenticatingClientService$Operation.access$2(AuthenticatingClientService.java:406)
at com.ibm.team.repository.service.internal.oauth.shared.AuthenticatingClientService.send(AuthenticatingClientService.java:110)
at sun.reflect.GeneratedMethodAccessor7416.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:37)
at java.lang.reflect.Method.invoke(Method.java:611)
at org.eclipse.soda.sat.core.internal.record.ExportProxyServiceRecord.invoke(ExportProxyServiceRecord.java:361)
at org.eclipse.soda.sat.core.internal.record.ExportProxyServiceRecord.access$0(ExportProxyServiceRecord.java:347)
at org.eclipse.soda.sat.core.internal.record.ExportProxyServiceRecord$ExportedServiceInvocationHandler.invoke(ExportProxyServiceRecord.java:56)
at com.sun.proxy.$Proxy282.send(Unknown Source)
at com.ibm.team.lpa.common.tasks.CreateProjectTask.runTask(CreateProjectTask.java:158)
One answer
The same error code was reported in a past forum post.
Forum Post: How do I debug this? CRJCA0132E
Based on this, the cause of the problem was related to case sensitivity with the user logged in. Verify that the user that you log in as matches the user in the upper right corner in the web UI. Also verify it has a proper license and repository permissions.
I hope this helps.