Hi,I am working on the OOTB components.I checked the polling.page and found the exception,Caused by: org.apache.commons.dbcp.SQLNestedException: Cannot create PoolableConnectionFactory (ORA-28001: the password has expired I can see this exception coming for all the sample components that refer to database(eg. rating component)Can anyone please let me know the cause of this exception and how to solve it.
Obvious question first: Did you checked your LSDS database configuration and try to connect to your Oracle database?
I would have thought the obvious question would have been "did you read the error message before asking?"...The error clearly states that the password on your database account has expired. Logging in with any other client will tell you the same. Now, rather than hunting down the dozen files where this password is stored every time this happens, I would recommend that your DBAs provide you with a "service account" for which the password does not expire.