It's all about the answers!

Ask a question

When deploying the Money that Matters Sample projects in 6.0.1 getting an error


Amir Sinay (181320) | asked Mar 15 '16, 7:29 a.m.
Hi,
When deploying the Money that Matters Sample projects in a fresh new 6.0.1 CLM i get the following error when it gets to the ccm step:
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://ilclm-upgrade.redbend.com:9443/ccm/clmSampleProject. The response was: HTTP/1.1 400 Bad Request.
at com.ibm.team.lpa.app.tasks.CreateSampleTask.runTask(CreateSampleTask.java:95)
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:773)
Caused by: 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://ilclm-upgrade.redbend.com:9443/ccm/clmSampleProject. The response was: HTTP/1.1 400 Bad Request.
at com.ibm.team.lpa.app.tasks.CreateSampleTask$1.processResponse(CreateSampleTask.java:80)
at com.ibm.team.repository.service.internal.oauth.shared.AuthenticatingClientService$Operation.send(AuthenticatingClientService.java:888)
at com.ibm.team.repository.service.internal.oauth.shared.AuthenticatingClientService$Operation.access$2(AuthenticatingClientService.java:668)
at com.ibm.team.repository.service.internal.oauth.shared.AuthenticatingClientService.send(AuthenticatingClientService.java:158)
at sun.reflect.GeneratedMethodAccessor2193.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.$Proxy1001.send(Unknown Source)
at com.ibm.team.lpa.app.tasks.CreateSampleTask.runTask(CreateSampleTask.java:66)
... 7 more
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://ilclm-upgrade.redbend.com:9443/ccm/clmSampleProject. The response was: HTTP/1.1 400 Bad Request.
at com.ibm.team.lpa.common.tasks.AbstractTask.handleError(AbstractTask.java:150)
at com.ibm.team.lpa.app.tasks.CreateSampleTask.access$0(CreateSampleTask.java:1)
at com.ibm.team.lpa.app.tasks.CreateSampleTask$1.processResponse(CreateSampleTask.java:78)
... 18 more

I tried to find a solution for that online but the most relevant information is related to CLM 3.0.1.
Any ideas on how to resolve this?
 

3 answers



permanent link
xiao xing lu (612) | answered Mar 15 '16, 11:40 p.m.
JAZZ DEVELOPER
ccm.log may have more information about the reason.

permanent link
Joao Carusi (263114) | answered Mar 15 '16, 8:23 a.m.
3. In the “Client Access License Management” page, click the drop down and select a key called “Rational Team Concert – Developer for Enterprise Platforms” (see below)

http://www-01.ibm.com/support/docview.wss?uid=swg21662749

Comments
Amir Sinay commented Mar 15 '16, 8:44 a.m. | edited Mar 15 '16, 12:21 p.m.

 Hi Joao,


I added myself the Developer license, but I'm still getting the same error.


Joao Carusi commented Mar 15 '16, 1:44 p.m.

Hi Amir,

Did either qm or rm project get created before ccm successfully ?
How are you creating the additional sample lpa after the failed attempts ? 
Are you using customized project name for the next attempts
Are you able to create a single ccm project area (outside of lpa)?
Do you have Jazz Admin repository permission ?


permanent link
Zeeshan Choudhry (6541612) | answered Mar 15 '16, 1:45 p.m.
check CCM log for the error that matches the time stamp of the error you pasted in your question.
That should give your more details.

Your answer


Register or to post your answer.