12-12-2010 10:53 AM
org.apache.commons.dbcp.SQLNestedException: Cannot create PoolableConnectionFact
ory
mysql -uroot -p
mysql> create database alfresco;
mysql> create user 'alfresco'@'localhost' IDENTIFIED BY 'alfresco';
mysql> grant all privileges on alfresco.* to 'alfresco'@'localhost' ;
Insert the user and its password into tomcat/shared/classes/alfresco-global.properties. With the next start of alfresco the missing tables were created in the DB and I could make use of it.12-19-2010 06:31 PM
Tags
Find what you came for
We want to make your experience in Hyland Connect as valuable as possible, so we put together some helpful links.