Yeah, I went ahead and tried that while I was waiting for a response and I
got the following error when doing so.
[09:23:11] ERROR [org.apache.directory.daemon.Bootstrapper] - Failed on
null.init(InstallationLayout, String[])
java.lang.NullPointerException
at
org.apache.directory.server.core.partition.impl.btree.jdbm.JdbmIndex.initTables(JdbmIndex.java:175)
at
org.apache.directory.server.core.partition.impl.btree.jdbm.JdbmIndex.init(JdbmIndex.java:158)
at
org.apache.directory.server.core.partition.impl.btree.jdbm.JdbmStore.setupUserIndices(JdbmStore.java:375)
at
org.apache.directory.server.core.partition.impl.btree.jdbm.JdbmStore.init(JdbmStore.java:275)
at
org.apache.directory.server.core.partition.impl.btree.jdbm.JdbmPartition.init(JdbmPartition.java:248)
at
org.apache.directory.server.core.partition.DefaultPartitionNexus.addContextPartition(DefaultPartitionNexus.java:609)
at
org.apache.directory.server.core.partition.DefaultPartitionNexus.init(DefaultPartitionNexus.java:305)
at
org.apache.directory.server.core.DefaultDirectoryService.initialize(DefaultDirectoryService.java:1378)
at
org.apache.directory.server.core.DefaultDirectoryService.startup(DefaultDirectoryService.java:840)
at
org.apache.directory.server.configuration.ApacheDS.startup(ApacheDS.java:126)
at org.apache.directory.server.Service.init(Service.java:86)
at
org.apache.directory.daemon.Bootstrapper.callInit(Bootstrapper.java:151)
at
org.apache.directory.daemon.TanukiBootstrapper.start(TanukiBootstrapper.java:51)
at
org.tanukisoftware.wrapper.WrapperManager$12.run(WrapperManager.java:2788)
I tried adding the entry with the both the attribute name and the attribute
oid.
<jdbmIndex attributeId="myId" cacheSize="100"/>
and
<jdbmIndex attributeId="x.x.x.x.1.15" cacheSize="100"/>
Both result in the same error. Thoughts?
- Kevin
On Mon, Mar 9, 2009 at 11:43 AM, Kiran Ayyagari <[email protected]>wrote:
> hi Kevin,
>
> Yes, doco is a little outdated, create it as shown in your server.xml
> file.
>
> Kevin Kovach wrote:
>
> <indexedAttributes>
>> <jdbmIndex attributeId="1.3.6.1.4.1.18060.0.4.1.2.1"
>> cacheSize="100"/>
>> <jdbmIndex attributeId="1.3.6.1.4.1.18060.0.4.1.2.2"
>> cacheSize="100"/>
>>
>> Is this document incorrect, or am I missing something? Thanks.
>>
>> - Kevin
>>
>>
>>
> --
> Kiran Ayyagari
>
--
"He has all the virtues I dislike and none of the vices I admire."
-- Winston Churchill