Error MySql in Alfresco war
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-27-2010 05:42 AM
Hi, i have this error.
my custom-repository.properties is
I installed MySql 5.1 and i put with windows service. then, I created db call alfresco. Now, it is empy.
I didn't found in alfesco.war scritp *.sql.
How i can conect alfresco war with mysql. Thank
Caused by: java.io.FileNotFoundException: class path resource [alfresco/extension/customrepository.properties] cannot be opened because it does not exist
my custom-repository.properties is
db.name=alfrescodb.username=rootdb.password=root#MySql en localdb.host=localhostdb.port=3306db.driver=org.gjt.mm.mysql.Driverdb.url=jdbc:mysql://${db.host}:${db.port}/${db.name}
And my custom-hibernate-dialect.properties ishibernate.dialect=org.hibernate.dialect.MySQLInnoDBDialect
I installed MySql 5.1 and i put with windows service. then, I created db call alfresco. Now, it is empy.
I didn't found in alfesco.war scritp *.sql.
How i can conect alfresco war with mysql. Thank
Labels:
- Labels:
-
Archive
1 REPLY 1
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-27-2010 06:00 AM
Looks like you have a typo somewhere in the name of your custom-repository.properties.
However since you are on 3.2 I suggest you do away with that old way of configuring alfresco
and use alfresco-global.properties instead.
However since you are on 3.2 I suggest you do away with that old way of configuring alfresco
and use alfresco-global.properties instead.
