...
...
...
...
...
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
Code Block language xml title Context.xml file <Resource name="jdbc/openspecimen" auth="Container" type="javax.sql.DataSource" maxActive="100" maxIdle="30" maxWait="10000" username="<db_user_name>" password="<db<new_db_password>" driverClassName="<DRIVER_CLASS_NAME>" url="<DB_URL>" />
- Start the Tomcat service