unable to run jts setup after installation of 4.0.1
I followed the interactive installation guide from the jazz webpage.
Now I'm trying to run the setup wizard (step 5 in the installation guide). but everytime I try to open https://pumpkin:9443/jts/setup I get immediately the following message from "jazz team server & application setup"
The user ID you logged in with is not recognizable.No login window has been shown. No credentials were asked!
If you used the default ADMIN user to log in, you likely disabled it during the setup. Try again using the new admin user you created during the setup.
Try again
Some remarks to my environment:
- before the installation I uninstalled a former CLM 4.0 installation (setup with derby and tomcat). This went without problems
- for some reason I'm not able to edit user and groups in Websphere Integrated Solutions Console
- the primary administrative user name for WAS is "admin"
Any ideas? Thank you in advance!
Accepted answer
Since WAS is your app server, then it's the entity responsible for your security. You probably need to either:
- Set up WAS so it connections to your LDAP server AND map the LDAP user roles to Jazz roles
- or, set up a Federated security repository in WAS and enter your users there.
The Jazz roles are JazzAdmins, JazzUseres, etc. You need to tell JTS, via WAS, that users in your LDAP server or federated repo with the role of "admin" maps to a JazzAdmin, etc.
Comments
Hi Jim,
as I do not use LDAP, I logged into the WAS console (with the primary administrative account) but unfortunately I'm not allowed to edit users or groups (the "create" button for users in the WAS console is visible, does not work in my environment).
It seems to be a WAS problem, not a Jazz problem
Once you are able to work in WAS, here's an article on how to set up users in a federated repo and map the user groups for CLM: https://jazz.net/help-dev/rational-insight/index.jsp?topic=%2Fcom.ibm.jazz.install.doc%2Ftopics%2Fc_manage_users_fed_realm.html