It's all about the answers!

Ask a question

Server config for RTC 2.0 SDK


Zhuang Hong Chen (1) | asked Jul 29 '09, 5:55 a.m.
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

6 answers



permanent link
Sonali Sangwan (2144) | answered Jan 20 '10, 1:22 a.m.
The server is up and running properly. Even connecting to the repository but I dont see the HiJazz project when I open the project areas

permanent link
Sonali Sangwan (2144) | answered Jan 20 '10, 1:14 a.m.
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.

permanent link
谢 艳平 (2621) | answered Jan 19 '10, 3:57 a.m.
please remember:
the user you created in Jetty ,the password for all users is "password"

permanent link
谢 艳平 (2621) | answered Jan 19 '10, 3:52 a.m.
" ERROR com.ibm.team.server.embedded.jetty.auth.Activator - Failed to locate teamserver.properties"

you can ignore this error. you've already configured some properties in the JFS-10-RTC-20.launch file whice superior to the properties in teamserver.properties.

permanent link
Sonali Sangwan (2144) | answered Jan 18 '10, 6:35 a.m.
" 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.

permanent link
Stephanie Bagot (2.1k1513) | answered Jul 29 '09, 3:51 p.m.
FORUM MODERATOR / JAZZ DEVELOPER
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.

Your answer


Register or to post your answer.