User can't login after backup script
Matus Gura (17●3●6)
| asked Dec 12 '12, 9:58 a.m.
retagged Dec 12 '12, 11:19 a.m. by Bo Chulindra (1.3k●2●7●18)
Hi,
we have JazzTeamServer 4.0 (RTC,RQM,RRC(all 4.0)), recently upgraded from 3.0.1.2
If we reset password to our user, he can't login next day (during night, there is backup script). We don't use LDAP, user data are stored in tomcat-users.xml.
The only similiar error in logs is: (in jazz.log)
Any ideas?
----
EDIT:
Backup script "timeline" (suspend indexer, stop server, do backup, start server, resume indexer)
(after backup script, there is still running old java process although ./server.shutdown was called)
----
Thanks
|
Accepted answer
Matus Gura selected this answer as the correct answer
|
Your answer
Dashboards and work items are no longer publicly available, so some links may be invalid. We now provide similar information through other means. Learn more here.
Comments
How do you resolve the issue?
What database are you using and is that being stopped during the backup as well?
If so make sure it gets restarted before RTC
How are you resetting the password?
We are using IBM DB2. Yes, it's being restarted during backup, when JTS is turned off. We are reseting using web UI (we tried also Eclipse client). I tried @bkchulin idea, I am waiting for colleagues feedback