How to fix the "Error instantiating the template" error when trying to create a lifecycle project
![](http://jazz.net/_images/myphoto/387177c1d51fe8ef49068ebb2d4caccc.jpg)
2 answers
![](http://jazz.net/_images/myphoto/387177c1d51fe8ef49068ebb2d4caccc.jpg)
Comments
![](http://jazz.net/_images/myphoto/387177c1d51fe8ef49068ebb2d4caccc.jpg)
I was able to successfully deploy the predefined templates.
However when I tried to create the Sample Lifecycle Project I did receive exactly the same error message again:
Error Stacktrace:
com.ibm.team.lpa.automation.TaskException: com.ibm.team.repository.common.TeamRepositoryException: CRJCA0003E The Lifecycle Project Administration (LPA) application made a request that was answered by an unexpected response code. The request was: https://uat-clm-rtc-a.tu.gov.ab.ca:9446/ccm/process/templates/predefined. The response was: HTTP/1.1 500 Internal Server Error.
at com.ibm.team.lpa.common.tasks.DeployPredefinedProcessTemplatesTask.runTask(DeployPredefinedProcessTemplatesTask.java:67)
at com.ibm.team.lpa.common.tasks.AbstractTask.run(AbstractTask.java:48)
So based on this, unfortunately the redeploy of the predefined templates did not resolve our issue.
![](http://jazz.net/_images/myphoto/387177c1d51fe8ef49068ebb2d4caccc.jpg)
In this case it is not the LPA templates that are failing to deploy, but rather that the LPA is making a call to RTC on the uat-clm-rtc-a.tu.gov.ab.ca:9446/ccm/ .and getting an 500 (Internal Server Error) code in the response.
First, make sure that URL is correct: RTC is running on port 9446 of the uat server.
Next, check the ccm.log file for that application for errors around the same time as the LPA error. That should give some idea about what caused the 500 response.
Finally, you could try deploying the predefined templates on the RTC instance to see if this gives an error, or if it fixes the problem in LPA.
Ruby
Martha (Ruby) Andrews
Jazz Foundation L3 Development Team Lead