Getting Repository Connection Error after running client through Run Configuration

Hi,
After debugging the Server when I am trying to run the client(RTC 5.0.2) using run configuration I am getting following error while connecting to the repositiory 'https://localhost:7443/jazz' with user id and password both as TestJazzAdmin1- CRJAZ2383E Cannot connect to the repository at URL "https://localhost:7443/jazz", because the server has responded with a code indicating it is temporarily unavailable. Please retry again later, or if the error persists, contact your server administrator. CRJAZ2383E Cannot connect to the repository at URL "https://localhost:7443/jazz", because the server has responded with a code indicating it is temporarily unavailable. Please retry again later, or if the error persists, contact your server administrator. Server returned HTTP response code: 503 for URL: https://localhost:7443/jazz/repo/repositoryId
Please suggest some solution
After debugging the Server when I am trying to run the client(RTC 5.0.2) using run configuration I am getting following error while connecting to the repositiory 'https://localhost:7443/jazz' with user id and password both as TestJazzAdmin1- CRJAZ2383E Cannot connect to the repository at URL "https://localhost:7443/jazz", because the server has responded with a code indicating it is temporarily unavailable. Please retry again later, or if the error persists, contact your server administrator. CRJAZ2383E Cannot connect to the repository at URL "https://localhost:7443/jazz", because the server has responded with a code indicating it is temporarily unavailable. Please retry again later, or if the error persists, contact your server administrator. Server returned HTTP response code: 503 for URL: https://localhost:7443/jazz/repo/repositoryId
Please suggest some solution
One answer

- The server https://localhost:7443/jazz must be running (debug launch). Try to connect to it using a browser. Try to connect to it using a regular Eclipse client.
- The RTC Client Launch MUST BE RUN AS RUN CONFIGURATION. If you run it using debug you get deadlocks etc.
Comments

yes server is running using debug launch and through browser I am able to login using TestJazzAdmin1 but after that in browser it shows
The server status cannot be retrieved.ID CRJAZ1505E
The "com.ibm.team.repository.service.internal.diagnostic.DiagnosticRestService" service failed to activate because a service that it depends on, "com.ibm.team.repository.service.internal.diagnostic.IDiagnosticEmailService", failed to be activated.ID CRJAZ1972E
com.ibm.team.repository.common.transport.TeamServiceRegistryException

Your JUnit test to setup the server repository most likely did not run successfully. And/ or you forgot to copy the XML files. Impossible to debug in a forum.