All,
I have migrated a demo server multiple times from 3.0.1->4.0.5 over the months. The JKE Banking was really old, so I wanted to create a new one and got the below error. (Keep in mind regular project creation works fine):
Error creating the sample: com.ibm.team.lpa.automation.TaskException: CRJCA0003E The Lifecycle Project Administration (LPA) application made a request that was answered by an unexpected response code. The request was:
https://clmdemo.mercurycc.com:9443/ccm/clmSampleProject. The response was: HTTP/1.1 400 Bad Request.
hide details
Server Response:
Apache Tomcat/7.0.32 - Error report HTTP Status 400 - type Status report message description The request sent by the client was syntactically incorrect. Apache Tomcat/7.0.32
Error Stacktrace:
com.ibm.team.lpa.automation.TaskException: com.ibm.team.lpa.automation.TaskException: CRJCA0003E The Lifecycle Project Administration (LPA) application made a request that was answered by an unexpected response code. The request was:https://clmdemo.mercurycc.com:9443/ccm/clmSampleProject. The response was: HTTP/1.1 400 Bad Request.
at com.ibm.team.lpa.tasks.CreateSampleTask.runTask(CreateSampleTask.java:84)
at com.ibm.team.lpa.common.tasks.AbstractTask.run(AbstractTask.java:56)
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:738)
Caused by: com.ibm.team.lpa.automation.TaskException: CRJCA0003E The Lifecycle Project Administration (LPA) application made a request that was answered by an unexpected response code. The request was: https://clmdemo.mercurycc.com:9443/ccm/clmSampleProject. The response was: HTTP/1.1 400 Bad Request.
at com.ibm.team.lpa.common.tasks.AbstractTask.handleError(AbstractTask.java:145)
at com.ibm.team.lpa.tasks.CreateSampleTask.runTask(CreateSampleTask.java:72)
... 7 more