Hi,
Check exist.log file, it should give you more information. This one
telling that exist can't be started for some reason.
--
Cheers,
Dmitriy Shabanov
On Wed, 2010-05-19 at 14:59 +1000, Thomas Mo wrote:
> Hi there,
>
>
> I am new to exist-db and I am trying to configure exist-db to support
> LDAP. I am running exist in the following environment:
> - stand-alone mode by calling exist/bin/server.bat
> - windows XP
>
>
> I have looked at the exist LDAP security Manager document
> "http://exist-db.org/ldap-security.html", but I could not make it to
> work. Below is what I have tried:
> - Placed the following security element as a child of db-connection
> into file eXist/conf.xml
> <security class="org.exist.security.LDAPSecurityManager" />
> - Specify the properties "security.ldap.connection.url",
> "security.ldap.dn.user", and "security.ldap.dn.group" in my windows
> system variables
>
>
> However, when I starting it up, I am getting the following error
> message:
> An exception occurred while launching the server: database instance
> 'exist' is not available
> org.exist.EXistException: database instance 'exist' is not available
> at
> org.exist.storage.BrokerPool.getInstance(BrokerPool.java:286)
> at
> org.exist.storage.BrokerPool.getInstance(BrokerPool.java:271)
> at org.exist.StandaloneServer.run(StandaloneServer.java:180)
> at org.exist.StandaloneServer.main(StandaloneServer.java:596)
> 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)
> at org.exist.start.Main.invokeMain(Main.java:128)
> at org.exist.start.Main.run(Main.java:407)
> at org.exist.start.Main.main(Main.java:59)
>
>
> Could anybody help me resolve this issue please? Or could you please
> point me to a more detail documentation? I could not found a
> step-by-step configuration doc on how to enable LDAP in eXist-db.
|