Uploaded image for project: 'Crowd Data Center'
  1. Crowd Data Center
  2. CWD-1701

Embedded DB creation fails if the Home-Directory name contains the home directory variable name *crowd.home*

    XMLWordPrintable

Details

    • Bug
    • Resolution: Fixed
    • Low
    • 2.0.2
    • None
    • None
    • None

    Description

      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)
      

      Attachments

        Activity

          People

            Unassigned Unassigned
            rbattaglin Renan Battaglin
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: