Hello,
I’m trying to upgrade version from NCI catissue suite 1.2 to open specimen 1.0.
Here are my steps:
- Modify database.username= existing 1.2 DB
database.password= existing 1.2 DB - at open specimen home, run ant upgrade -Dfrom.version=nci_v12 -Dusername=admin@admin.com
- Start Jboss.
- Login page: I got error: Error:
Invalid login credentials, your account will be locked after 2 unsuccessful attempts.
( I’m sure the user name and password are the correct)
Any idea? Thanks advance!
Here is the log:
14:36:53,309 INFO [STDOUT] Hibernate: select user0_.IDENTIFIER as col_0_0_ from CATISSUE_USER user0_ where user0_.LOGIN_NAME=? and user0_.ACTIVITY_STATUS=?
14:36:53,325 INFO [STDOUT] ERROR 14:36:53,325 (UserDAO) - Invalid user details.
14:36:53,325 INFO [STDOUT] ERROR 14:36:53,325 (LoginAction) - edu.wustl.common.exception.BizLogicException: Invalid User.
14:36:53,325 INFO [STDOUT] ERROR 14:36:53,325 (DataSourceConnectionManager) - dao.method.without.implementation
14:36:53,325 INFO [STDOUT] ERROR 14:36:53,325 (DataSourceConnectionManager) - dao.method.without.implementation
14:36:53,372 INFO [STDOUT] ERROR 14:36:53,372 (Utility) - Authentication||admin@admin.com|login|Success| Authentication is not successful for user admin@admin.com|Invalid Login Credentials
gov.nih.nci.security.exceptions.CSLoginException: Invalid Login Credentials
at gov.nih.nci.security.authentication.CommonAuthenticationManager.login(CommonAuthenticationManager.java:250)
at gov.nih.nci.security.authentication.CommonAuthenticationManager.login(CommonAuthenticationManager.java:154)
at edu.wustl.security.manager.SecurityManager.login(SecurityManager.java:136)
at edu.wustl.authmanager.CSMAuthManager.authenticate(CSMAuthManager.java:41)