Server config for RTC 2.0 SDK
We build a development environment of RTC2.0 SDK follow the guide https://jazz.net/wiki/bin/view/Main/ComponentDevelopmentSetup.
And start the server with JFS-10-RTC-20.launch downloaded from https://jazz.net/wiki/bin/view/Main/JazzServerRunAndDebug.
But after the server restarted, we cannot login with the user we create, the "Repository Permissions" of the user is also missing.
Is there any configuration we missed?
We found this error message:
ERROR com.ibm.team.server.embedded.jetty.auth.Activator - Failed to locate teamserver.properties
And start the server with JFS-10-RTC-20.launch downloaded from https://jazz.net/wiki/bin/view/Main/JazzServerRunAndDebug.
But after the server restarted, we cannot login with the user we create, the "Repository Permissions" of the user is also missing.
Is there any configuration we missed?
We found this error message:
ERROR com.ibm.team.server.embedded.jetty.auth.Activator - Failed to locate teamserver.properties
6 answers
Because you are receiving the error " ERROR com.ibm.team.server.embedded.jetty.auth.Activator - Failed to locate teamserver.properties", make sure that you have the teamserver.properties file in the correct directory (for RTC 2.0, the default directory is C:\Program Files\IBM\JazzTeamServer\server\conf\Jazz).
Also, if you are having issues signing in with a user, try going to the web Admin UI https://localhost:9443/jazz, and sign in using ADMIN and password ADMIN. Go to User Management and make sure that your user has the correct user permissions as desired.
Also, if you are having issues signing in with a user, try going to the web Admin UI https://localhost:9443/jazz, and sign in using ADMIN and password ADMIN. Go to User Management and make sure that your user has the correct user permissions as desired.
" ERROR com.ibm.team.server.embedded.jetty.auth.Activator - Failed to locate teamserver.properties"
I have the teamserver.properties file is the correct directory (C:\ibm\rtc\jazz\server\conf\jazz in my case) and i have specified this url as a argument also in the run configuration but I am still getting this error.
I have the teamserver.properties file is the correct directory (C:\ibm\rtc\jazz\server\conf\jazz in my case) and i have specified this url as a argument also in the run configuration but I am still getting this error.
I am able to start the server properly but the following error comes when I access https://localhost:9443/jazz/web :
Error!
An error was encountered attempting to fetch the authenticated user from the repository. This is often caused by a problem connecting to the database. Please contact your administrator.
Error!
An error was encountered attempting to fetch the authenticated user from the repository. This is often caused by a problem connecting to the database. Please contact your administrator.