Home
TeamSite
Polling Component
sheetalpolaris
Hi,
I am working on the installed polling component. It uses DefaultPollingService java class to handle the polling results. It stores the polling entries in the database
However, it is not working by default. What configurations I need to do to make it work?
Can you please let me know what steps should be followed to use a custom database to store the results.
I am using teamsite version 7.3.1
Find more posts tagged with
Comments
sheetalpolaris
Hi,
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.