-
Bug
-
Resolution: Fixed
-
Low
-
None
-
None
-
None
If the Home Directory name is defined containing string crowd.home, Crowd will create 2 home directories and fail during the Embedded Database creation. Example:
Definition at the .../crowd-init.properties file:
crowd.home=/home/atlassian/crowd.home.dir
Will generate 2 home directories:
/home/atlassian/crowd.home.dir and /home/atlassian/home/atlassian/crowd.home.dir
The embedded database creation/access will fail with the following error:
2009-09-18 08:34:00,982 http-8095-Processor24 ERROR [console.action.setup.Database] Database configuration failed. Schema creation complete, but database tables don't seem to exist. com.atlassian.config.bootstrap.BootstrapException: Schema creation complete, but database tables don't seem to exist. at com.atlassian.config.bootstrap.DefaultAtlassianBootstrapManager.bootstrapDatabase(DefaultAtlassianBootstrapManager.java:269) at com.atlassian.crowd.console.action.setup.Database.configureEmbedded(Database.java:174) at com.atlassian.crowd.console.action.setup.Database.doUpdate(Database.java:112) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)