09-10-2007 01:05 PM
db.username=testuser
db.password=password
db.pool.initial=10
db.pool.max=20
db.driver=org.gjt.mm.mysql.Driver
db.url=jdbc:mysql://localhost/alfresco_test
where the database was created as such:create database alfresco_test;
grant all on alfresco.* to 'testuser'@'localhost' identified by 'password' with grant option;
grant all on alfresco.* to 'testuser'@'localhost.localdomain' identified by 'password' with grant option;
09-10-2007 01:08 PM
10:08:26,433 ERROR [[Catalina].[localhost].[/alfresco]] Exception sending context initialized event to listener instan
ce of class org.alfresco.web.app.ContextListener
org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dictionaryRepositoryBootstrap'
defined in class path resource [alfresco/core-services-context.xml]: Invocation of init method failed; nested excepti
on is org.alfresco.error.AlfrescoRuntimeException: Failure during rollback: org.alfresco.repo.dictionary.DictionaryRep
ositoryBootstrap$1@1abfd68
Caused by:
org.alfresco.error.AlfrescoRuntimeException: Failure during rollback: org.alfresco.repo.dictionary.DictionaryRepositor
yBootstrap$1@1abfd68
at org.alfresco.repo.transaction.RetryingTransactionHelper.doInTransaction(RetryingTransactionHelper.java:281)
at org.alfresco.repo.transaction.RetryingTransactionHelper.doInTransaction(RetryingTransactionHelper.java:155)
at org.alfresco.repo.dictionary.DictionaryRepositoryBootstrap.bootstrap(DictionaryRepositoryBootstrap.java:134
)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:597)
.
.
.
09-10-2007 02:13 PM
create database alfresco_test;
grant all on `alfresco_test`.* to 'testuser'@'localhost' identified by 'password' with grant option;
grant all on `alfresco_test`.* to 'testuser'@'localhost.localdomain' identified by 'password' with grant option;
09-10-2007 02:24 PM
09-11-2007 08:44 PM
Does anyone else run Alfresco with a MySQL database name other than 'alfresco'??
09-26-2007 04:09 AM
db.username=alfresco_2_1
db.password=alfresco_2_1
db.pool.initial=10
db.pool.max=100
………..
db.url=jdbc:mysql://localhost:3309/alfresco_2_1
create database alfresco_2_1;
grant all on alfresco_2_1.* to 'alfresco_2_1'@'localhost' identified by 'alfresco_2_1' with grant option;
grant all on alfresco_2_1.* to 'alfresco_2_1'@'localhost.localdomain' identified by 'alfresco_2_1' with grant option;
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.