Не удалось открыть базу данных свойств - PullRequest
2 голосов
/ 01 октября 2011

Я использую Windows XP, я хочу иметь репозиторий, поэтому я создал его, используя Apache Server

На моем сервере Apache, почему я получаю эту ошибку ??

Я использовал это для создания своего хранилища под httpd-dav.conf

Псевдоним / sites "C: / Program Files / Apache Software Foundation / Apache2.2 / sites"

<Directory "C:/Program Files/Apache Software Foundation/Apache2.2/sites">
    Dav On

    Order Allow,Deny
    Allow from all

    AuthType Digest
    AuthName DAV-upload

    Options Indexes

    AuthUserFile "C:/Program Files/Apache Software Foundation/Apache2.2/user.passwd"
    AuthDigestProvider file

    # Allow universal read-access, but writes are restricted
    # to the admin user.
    <LimitExcept GET OPTIONS>
        require user admin
    </LimitExcept>
</Directory>

[Sat Oct 01 15:44:07 2011] [error] [client 127.0.0.1] Could not open property database.  [500, #1]
[Sat Oct 01 15:44:07 2011] [error] [client 127.0.0.1] The locks could not be queried for verification against a possible "If:" header.  [500, #0]
[Sat Oct 01 15:44:07 2011] [error] [client 127.0.0.1] Could not open the lock database.  [500, #400]
[Sat Oct 01 15:44:07 2011] [error] [client 127.0.0.1] Could not open property database.  [500, #1]
[Sat Oct 01 15:44:07 2011] [error] [client 127.0.0.1] The locks could not be queried for verification against a possible "If:" header.  [500, #0]
[Sat Oct 01 15:44:07 2011] [error] [client 127.0.0.1] Could not open the lock database.  [500, #400]
[Sat Oct 01 15:44:07 2011] [error] [client 127.0.0.1] Could not open property database.  [500, #1]
[Sat Oct 01 15:44:07 2011] [error] [client 127.0.0.1] The locks could not be queried for verification against a possible "If:" header.  [500, #0]
[Sat Oct 01 15:44:07 2011] [error] [client 127.0.0.1] Could not open the lock database.  [500, #400]
[Sat Oct 01 15:44:07 2011] [error] [client 127.0.0.1] Could not open property database.  [500, #1]
[Sat Oct 01 15:44:07 2011] [error] [client 127.0.0.1] The locks could not be queried for verification against a possible "If:" header.  [500, #0]
[Sat Oct 01 15:44:07 2011] [error] [client 127.0.0.1] Could not open the lock database.  [500, #400]
[Sat Oct 01 15:44:07 2011] [error] [client 127.0.0.1] Could not open property database.  [500, #1]

подскажите пожалуйста, как это решить ??

1 Ответ

2 голосов
/ 07 августа 2012

Я использую Window 2008. Я обнаружил, что запись по умолчанию для DavLockDB в папке \ conf \ extra:

/ Apache Software Foundation / Apache2.2 / var / DavLock

Однако при установке Windows не было создано каталога var.

Создание каталога var, похоже, решило ее.

Добро пожаловать на сайт PullRequest, где вы можете задавать вопросы и получать ответы от других членов сообщества.
...