Thanks for your answer.
When I go to the setup, I can Finalize the setup for RM application. But it gives me an error :
Error 500: Internal Server Error
com.ibm.rdm.fronting.server.exception.InternalServerErrorException (More info found at entry [ba175c395c8f6d3c] in the RM application server log)
Requirements Management/4.0.7
When I go to the logs, I see those traces :
2018-01-24 17:16:24,821 [ WebContainer : 12] ERROR ronting.server.services.configure.ConfigureService - CRRRS9609W The template "{0}" was not crea
ted. Detailed message: {1}
2018-01-24 17:16:24,850 [ WebContainer : 12] INFO ing.server.core.repository.RepositoryAccessManager - CRRRS9909I The version of this build is: R
MS407X, the version of current repository is: RMS407X, upgrade is required: false
2018-01-24 17:16:24,851 [ WebContainer : 12] INFO ing.server.core.repository.RepositoryAccessManager - MigrationState: MIGRATION_NOT_RUNNING
2018-01-24 17:16:24,894 [ WebContainer : 12] ERROR ronting.server.services.configure.ConfigureService - Server Error: Entry [ba175c395c8f6d3c]
com.ibm.rdm.fronting.server.exception.InternalServerErrorException: Propagated exception; original message [com.ibm.rdm.fronting.server.exception.InternalServer
ErrorException]
at com.ibm.rdm.fronting.server.exception.RRSException.newException(RRSException.java:220)
at com.ibm.rdm.fronting.server.exception.RRSException.newException(RRSException.java:737)
at com.ibm.rdm.fronting.server.exception.RRSException.capture(RRSException.java:741)
[...]
Caused by: com.ibm.rdm.fronting.server.exception.InternalServerErrorException: com.ibm.rdm.fronting.server.exception.InternalServerErrorException
at com.ibm.rdm.fronting.server.exception.RRSException.newException(RRSException.java:220)
at com.ibm.rdm.fronting.server.exception.RRSException.newException(RRSException.java:180)
at com.ibm.rdm.fronting.server.core.jpi.internal.ServiceResponseHandler.statusCheck(ServiceResponseHandler.java:142)
[...]
IServiceRequests
RestClient.POST
Request
POST https://myhost/jts/process/templates?overwrite=true HTTP/1.1
Authorization: OAuth oauth_token_secret="", oauth_nonce="7035350389304427099", oauth_token="", oauth_consumer_key="ERASED", oauth_signature_method="HMAC-SHA1", oauth_timestamp="1516810584", oauth_version="1.0", oauth_signature="kMN7%2Fju5gNX7ZSGtZQN8rZy%2BlnI%3D"
--Start entity---
--End entity-----
Response:
HTTP/1.1 500
Date: Wed, 24 Jan 2018 16:16:24 GMT
X-Powered-By: Servlet/3.0
Connection: close
Content-Type: text/plain;charset=UTF-8
Content-Language: en-US
Content-Length: 14679
---Start entity---
Error 500
com.ibm.team.repository.common.TeamRepositoryException: The user "ADMIN" does not exist in the database
at com.ibm.team.process.internal.authoring.service.ProcessDefinitionImportParticipantService.importProcessDescription(ProcessDefinitionImportParticipantService.java:136)
at com.ibm.team.process.internal.authoring.service.ProcessDefinitionImportParticipantService.importParticipantUncommitted(ProcessDefinitionImportParticipantService.java:177)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:95)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:55)
[...]
Caused by: com.ibm.team.process.internal.authoring.common.utils.ProcessAuthoringException: The user "ADMIN" does not exist in the database
at com.ibm.team.process.internal.authoring.service.utils.JfsClientFactory.createJfsClient(JfsClientFactory.java:48)
at com.ibm.team.process.internal.authoring.service.utils.TemplateProcessDescriptionHelper.<init>(TemplateProcessDescriptionHelper.java:288)
[...]
Caused by: com.ibm.team.repository.common.TeamRepositoryException: The user "ADMIN" does not exist in the database
at com.ibm.team.process.internal.authoring.service.utils.LocalOAuthEnabledHttpClient.acquireAccessToken(LocalOAuthEnabledHttpClient.java:155)
at com.ibm.team.process.internal.authoring.service.utils.LocalOAuthEnabledHttpClient.<init>(LocalOAuthEnabledHttpClient.java:189)
at com.ibm.team.process.internal.authoring.service.utils.ProcessAuthoringJfsClient.<init>(ProcessAuthoringJfsClient.java:256)
[...]
Caused by: net.oauth.OAuthException: The user "ADMIN" does not exist in the database
at com.ibm.team.repository.service.internal.oauth.OAuthServiceProvider.runAsUser(OAuthServiceProvider.java:2165)
at com.ibm.team.repository.service.internal.oauth.OAuthServiceProvider.getAccessToken(OAuthServiceProvider.java:1809)
[...]
--End entity------