/
Error :Caused by: java.sql.SQLException: ORA-28001: the password has expired
Got feedback or spotted a mistake?
Leave a comment at the end of this page or email contact@krishagni.com
Error :Caused by: java.sql.SQLException: ORA-28001: the password has expired
Reason: This error means your database password is expired.
- Reset the database password and the same password needs to configured in OpenSpecimen. Follow the below steps to do this.
- Shut down the Tomcat service
Modify the password in $TOMCAT_HOME/conf/context.xml file
Context.xml file<Resource name="jdbc/openspecimen" auth="Container" type="javax.sql.DataSource" maxActive="100" maxIdle="30" maxWait="10000" username="<db_user_name>" password="<new_db_password>" driverClassName="<DRIVER_CLASS_NAME>" url="<DB_URL>" />
- Start the Tomcat service
, multiple selections available,
Related content
Error 'Row size too large'
Error 'Row size too large'
More like this
Database Backup & Restore
Database Backup & Restore
Read with this
Database Configuration
Database Configuration
Read with this
The server time zone value 'CDT' is unrecognised or represents more than one time zone.
The server time zone value 'CDT' is unrecognised or represents more than one time zone.
Read with this
Creating Users
Creating Users
More like this
Configuring SAML Users
Configuring SAML Users
More like this
Got feedback or spotted a mistake?
Leave a comment at the end of this page or email contact@krishagni.com