I have followed sakai installation as per this link.
Everything went well. But while starting TomCat I am getting the following error.
Details
Sakai Version: 10.4
MySql Version: 5.6.16
Tomcat Version: 7.0.65
Maven Version: 3.3.9
Error:
org.apache.commons.dbcp.SQLNestedException: Cannot get a connection, pool error Could not create a validated object, cause: ValidateObject failed
context.xml
<Resource name="jdbc/sakai" auth="Container" type="javax.sql.DataSource"
maxActive="100"
maxIdle="30"
maxWait="10000"
username="root"
password=""
driverClassName="com.mysql.jdbc.Driver"
removeAbandoned="true"
logAbandoned="true"
url="jdbc:mysql://localhost:3306/sakai"/>
sakai.properties
username@javax.sql.BaseDataSource=sakaiuser
password@javax.sql.BaseDataSource=sakaipassword
## MySQL settings
hibernate.dialect=org.hibernate.dialect.MySQL5InnoDBDialect
url@javax.sql.BaseDataSource=java:comp/env/jdbc/sakai