You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@directory.apache.org by "Stefan Seelmann (JIRA)" <ji...@apache.org> on 2015/06/10 08:34:01 UTC

[jira] [Updated] (DIRSTUDIO-1030) We can't save a modified OpenLDAP configuration

     [ https://issues.apache.org/jira/browse/DIRSTUDIO-1030?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Stefan Seelmann updated DIRSTUDIO-1030:
---------------------------------------
    Fix Version/s:     (was: 2.0.0-M9)
                   2.0.0-M10

> We can't save a modified OpenLDAP configuration
> -----------------------------------------------
>
>                 Key: DIRSTUDIO-1030
>                 URL: https://issues.apache.org/jira/browse/DIRSTUDIO-1030
>             Project: Directory Studio
>          Issue Type: Bug
>          Components: OpenLDAP Config
>            Reporter: Emmanuel Lecharny
>             Fix For: 2.0.0-M10
>
>
> When we modify the OpenLDAP config, we get an error :
> {code}
> org.apache.directory.studio.openldap.config.jobs.PartitionsDiffException: org.apache.directory.api.ldap.model.exception.LdapOperationErrorException
> 	at org.apache.directory.studio.openldap.config.jobs.PartitionsDiffComputer.comparePartitions(PartitionsDiffComputer.java:290)
> 	at org.apache.directory.studio.openldap.config.jobs.PartitionsDiffComputer.computeModifications(PartitionsDiffComputer.java:96)
> 	at org.apache.directory.studio.openldap.config.jobs.PartitionsDiffComputer.computeModifications(PartitionsDiffComputer.java:87)
> 	at org.apache.directory.studio.openldap.config.editor.ServerConfigurationEditorUtils.saveConfiguration(ServerConfigurationEditorUtils.java:368)
> 	at org.apache.directory.studio.openldap.config.model.io.SaveConfigurationRunnable.run(SaveConfigurationRunnable.java:103)
> 	at org.apache.directory.studio.common.core.jobs.StudioJob.run(StudioJob.java:83)
> 	at org.eclipse.core.internal.jobs.Worker.run(Worker.java:54)
> Caused by: org.apache.directory.api.ldap.model.exception.LdapOperationErrorException
> 	at org.apache.directory.server.core.partition.impl.btree.AbstractBTreePartition.lookup(AbstractBTreePartition.java:1184)
> 	at org.apache.directory.studio.openldap.config.jobs.PartitionsDiffComputer.comparePartitions(PartitionsDiffComputer.java:163)
> 	... 6 more
> Caused by: org.apache.directory.api.ldap.model.exception.LdapOperationErrorException
> 	at org.apache.directory.server.core.partition.impl.btree.AbstractBTreePartition.saveContextCsn(AbstractBTreePartition.java:3364)
> 	at org.apache.directory.server.core.partition.impl.btree.AbstractBTreePartition.lookup(AbstractBTreePartition.java:1180)
> 	... 7 more
> Caused by: org.apache.directory.api.ldap.model.exception.LdapOperationErrorException
> 	at org.apache.directory.server.core.partition.impl.btree.AbstractBTreePartition.fetch(AbstractBTreePartition.java:1217)
> 	at org.apache.directory.server.core.partition.impl.btree.AbstractBTreePartition.saveContextCsn(AbstractBTreePartition.java:3348)
> 	... 8 more
> Caused by: java.lang.NullPointerException
> 	at org.apache.directory.server.core.partition.impl.btree.AbstractBTreePartition.buildEntryDn(AbstractBTreePartition.java:2347)
> 	at org.apache.directory.server.core.partition.impl.btree.AbstractBTreePartition.fetch(AbstractBTreePartition.java:1211)
> 	... 9 more
> {code}
> This is due to the un-initialized {{ehCache}}, so every associated cache are null.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)