Re: Urgent :Apache DS Replace JDBM with mavibot

2021-05-27 Thread Stefan Seelmann
Hi Alexander,

I tried to reproduce, didn't get your error, but found a more serious
bug, the data disappears after restart:
https://issues.apache.org/jira/browse/DIRSERVER-2348

Kind Regards,
Stefan


On 5/25/21 8:46 PM, Alexander Zaretsky wrote:
> Hi, Stefan.
> 
> I created the mavibot partition, but something happened while trying to
> create the context entry.
> 
> I got the following error. Do I need to install something extra? What
> could be worng?
> 
> 
> Error while creating entry
> 
> - ERR_04169_RESPONSE_QUEUE_EMPTIED The response queue has been emptied,
> no response was found.
> 
> org.apache.directory.api.ldap.model.exception.LdapException:
> ERR_04169_RESPONSE_QUEUE_EMPTIED The response queue has been emptied, no
> response was found.
> 
> at
> org.apache.directory.ldap.client.api.LdapNetworkConnection.add(LdapNetworkConnection.java:1090)
> 
> 
> at
> org.apache.directory.studio.connection.core.io.api.DirectoryApiConnectionWrapper$6.run(DirectoryApiConnectionWrapper.java:996)
> 
> 
> at
> org.apache.directory.studio.connection.core.io.api.DirectoryApiConnectionWrapper.runAndMonitor(DirectoryApiConnectionWrapper.java:1312)
> 
> 
> at
> org.apache.directory.studio.connection.core.io.api.DirectoryApiConnectionWrapper.checkConnectionAndRunAndMonitor(DirectoryApiConnectionWrapper.java:1256)
> 
> 
> at
> org.apache.directory.studio.connection.core.io.api.DirectoryApiConnectionWrapper.createEntry(DirectoryApiConnectionWrapper.java:1031)
> 
> 
> at
> org.apache.directory.studio.ldapbrowser.core.jobs.CreateEntryRunnable.createEntry(CreateEntryRunnable.java:225)
> 
> 
> at
> org.apache.directory.studio.ldapbrowser.core.jobs.CreateEntryRunnable.run(CreateEntryRunnable.java:124)
> 
> 
> at
> org.apache.directory.studio.connection.ui.RunnableContextRunner$1.run(RunnableContextRunner.java:129)
> 
> 
> at
> org.eclipse.jface.operation.ModalContext$ModalContextThread.run(ModalContext.java:119)
> 
> 
> Caused by: org.apache.directory.api.ldap.model.exception.LdapException:
> ERR_04170_TIMEOUT_OCCURED TimeOut occurred
> 
> at
> org.apache.directory.ldap.client.api.LdapNetworkConnection.add(LdapNetworkConnection.java:1057)
> 
> 
> ... 8 more
> 
> ERR_04169_RESPONSE_QUEUE_EMPTIED The response queue has been emptied, no
> response was found.
> 
> 
> 
> El 22/05/21 a las 3:44 p. m., Stefan Seelmann escribió:
>> Hi Alexander,
>>
>> On 5/22/21 6:32 PM, Alexander Zaretsky wrote:
>>> Hello : I am experiencing corruption using Apache Directory Server 2.0.0
>>> M26 on windows server 2016.
>> Unfortunately that's a known issue, please read our statement about the
>> production readiness [1].
>>
>>> I am trying to repair the JDBM backend :
>>>
>>> I modified the file
>>>
>>> c:\Program Files
>>> (x86)\ApacheDS\instances\default\conf\wrapper-instance.conf adding the
>>> following line at the end of the file wrapper.app.parameter.1=repair
>>>
>>> and restarting.
>>>
>>> I realize this is not a definite solution, so I want to use mavibot as a
>>> backend for my Apache DS instead of JDBM
>>>
>>> I want to know how to make my apache DS work with mavibot instead of
>>> jdbm.
>> The easiest way is to use Studio to create a Mavibot partition, see [2].
>> Once stored you can find the configuration in the config partition below
>> ou=partitions,ads-directoryServiceId=default,ou=config
>>
>> However I can't tell you if the current version of Mavibot is stable
>> enough or might cause similar or differnt problems.
>>
>>> I also want to know how to migrate my current JDBM entries to mavibot.
>> I think the only way is to export and import the data via LDIF.
>>
>> Kind Regards,
>> Stefan
>>
>>
>> [1] https://directory.apache.org/apacheds/production-readiness.html
>> [2]
>> https://nightlies.apache.org/directory/studio/2.0.0.v20210213-M16/userguide/apacheds/gettingstarted_configuration_editor_partitions.html
>>
>>
>> -
>> To unsubscribe, e-mail: dev-unsubscr...@directory.apache.org
>> For additional commands, e-mail: dev-h...@directory.apache.org
>>
>>
>>
>> -
>> To unsubscribe, e-mail: dev-unsubscr...@directory.apache.org
>> For additional commands, e-mail: dev-h...@directory.apache.org


-
To unsubscribe, e-mail: dev-unsubscr...@directory.apache.org
For additional commands, e-mail: dev-h...@directory.apache.org



Re: Urgent :Apache DS Replace JDBM with mavibot

2021-05-25 Thread Alexander Zaretsky

Hi, Stefan.

I created the mavibot partition, but something happened while trying to 
create the context entry.


I got the following error. Do I need to install something extra? What 
could be worng?



Error while creating entry

- ERR_04169_RESPONSE_QUEUE_EMPTIED The response queue has been emptied, 
no response was found.


org.apache.directory.api.ldap.model.exception.LdapException: 
ERR_04169_RESPONSE_QUEUE_EMPTIED The response queue has been emptied, no 
response was found.


at 
org.apache.directory.ldap.client.api.LdapNetworkConnection.add(LdapNetworkConnection.java:1090)


at 
org.apache.directory.studio.connection.core.io.api.DirectoryApiConnectionWrapper$6.run(DirectoryApiConnectionWrapper.java:996)


at 
org.apache.directory.studio.connection.core.io.api.DirectoryApiConnectionWrapper.runAndMonitor(DirectoryApiConnectionWrapper.java:1312)


at 
org.apache.directory.studio.connection.core.io.api.DirectoryApiConnectionWrapper.checkConnectionAndRunAndMonitor(DirectoryApiConnectionWrapper.java:1256)


at 
org.apache.directory.studio.connection.core.io.api.DirectoryApiConnectionWrapper.createEntry(DirectoryApiConnectionWrapper.java:1031)


at 
org.apache.directory.studio.ldapbrowser.core.jobs.CreateEntryRunnable.createEntry(CreateEntryRunnable.java:225)


at 
org.apache.directory.studio.ldapbrowser.core.jobs.CreateEntryRunnable.run(CreateEntryRunnable.java:124)


at 
org.apache.directory.studio.connection.ui.RunnableContextRunner$1.run(RunnableContextRunner.java:129)


at 
org.eclipse.jface.operation.ModalContext$ModalContextThread.run(ModalContext.java:119)


Caused by: org.apache.directory.api.ldap.model.exception.LdapException: 
ERR_04170_TIMEOUT_OCCURED TimeOut occurred


at 
org.apache.directory.ldap.client.api.LdapNetworkConnection.add(LdapNetworkConnection.java:1057)


... 8 more

ERR_04169_RESPONSE_QUEUE_EMPTIED The response queue has been emptied, no 
response was found.




El 22/05/21 a las 3:44 p. m., Stefan Seelmann escribió:

Hi Alexander,

On 5/22/21 6:32 PM, Alexander Zaretsky wrote:

Hello : I am experiencing corruption using Apache Directory Server 2.0.0
M26 on windows server 2016.

Unfortunately that's a known issue, please read our statement about the
production readiness [1].


I am trying to repair the JDBM backend :

I modified the file

c:\Program Files
(x86)\ApacheDS\instances\default\conf\wrapper-instance.conf adding the
following line at the end of the file wrapper.app.parameter.1=repair

and restarting.

I realize this is not a definite solution, so I want to use mavibot as a
backend for my Apache DS instead of JDBM

I want to know how to make my apache DS work with mavibot instead of jdbm.

The easiest way is to use Studio to create a Mavibot partition, see [2].
Once stored you can find the configuration in the config partition below
ou=partitions,ads-directoryServiceId=default,ou=config

However I can't tell you if the current version of Mavibot is stable
enough or might cause similar or differnt problems.


I also want to know how to migrate my current JDBM entries to mavibot.

I think the only way is to export and import the data via LDIF.

Kind Regards,
Stefan


[1] https://directory.apache.org/apacheds/production-readiness.html
[2]
https://nightlies.apache.org/directory/studio/2.0.0.v20210213-M16/userguide/apacheds/gettingstarted_configuration_editor_partitions.html

-
To unsubscribe, e-mail: dev-unsubscr...@directory.apache.org
For additional commands, e-mail: dev-h...@directory.apache.org


--
Saludos, Regards
Alexander Zaretsky
CEO True Technology Solutions SAS

<>
-
To unsubscribe, e-mail: dev-unsubscr...@directory.apache.org
For additional commands, e-mail: dev-h...@directory.apache.org

Re: Urgent :Apache DS Replace JDBM with mavibot

2021-05-25 Thread Alexander Zaretsky

Thanks.

I followed the link, and I created the mavibot partition.

I created the entry and tried to import the ldif.

I got errors :


eclipse.buildId=unknown

java.version=1.8.0_152

java.vendor=Oracle Corporation

BootLoader constants: OS=win32, ARCH=x86_64, WS=win32, NL=en_US

Framework arguments:  /studio-rcp/resources/icons/linux/studio.xpm

Command-line arguments:  -os win32 -ws win32 -arch x86_64 
/studio-rcp/resources/icons/linux/studio.xpm


org.apache.directory.studio.slf4j-eclipselog

Error

Tue May 25 12:06:21 COT 2021

ERR_04169_RESPONSE_QUEUE_EMPTIED The response queue has been emptied, no 
response was found.


Please advice.


El 22/05/21 a las 3:44 p. m., Stefan Seelmann escribió:

Hi Alexander,

On 5/22/21 6:32 PM, Alexander Zaretsky wrote:

Hello : I am experiencing corruption using Apache Directory Server 2.0.0
M26 on windows server 2016.

Unfortunately that's a known issue, please read our statement about the
production readiness [1].


I am trying to repair the JDBM backend :

I modified the file

c:\Program Files
(x86)\ApacheDS\instances\default\conf\wrapper-instance.conf adding the
following line at the end of the file wrapper.app.parameter.1=repair

and restarting.

I realize this is not a definite solution, so I want to use mavibot as a
backend for my Apache DS instead of JDBM

I want to know how to make my apache DS work with mavibot instead of jdbm.

The easiest way is to use Studio to create a Mavibot partition, see [2].
Once stored you can find the configuration in the config partition below
ou=partitions,ads-directoryServiceId=default,ou=config

However I can't tell you if the current version of Mavibot is stable
enough or might cause similar or differnt problems.


I also want to know how to migrate my current JDBM entries to mavibot.

I think the only way is to export and import the data via LDIF.

Kind Regards,
Stefan


[1] https://directory.apache.org/apacheds/production-readiness.html
[2]
https://nightlies.apache.org/directory/studio/2.0.0.v20210213-M16/userguide/apacheds/gettingstarted_configuration_editor_partitions.html

-
To unsubscribe, e-mail: dev-unsubscr...@directory.apache.org
For additional commands, e-mail: dev-h...@directory.apache.org


--
Saludos, Regards
Alexander Zaretsky
CEO True Technology Solutions SAS

<>
-
To unsubscribe, e-mail: dev-unsubscr...@directory.apache.org
For additional commands, e-mail: dev-h...@directory.apache.org

Re: Urgent :Apache DS Replace JDBM with mavibot

2021-05-22 Thread Stefan Seelmann
Hi Alexander,

On 5/22/21 6:32 PM, Alexander Zaretsky wrote:
> Hello : I am experiencing corruption using Apache Directory Server 2.0.0
> M26 on windows server 2016.

Unfortunately that's a known issue, please read our statement about the
production readiness [1].

> I am trying to repair the JDBM backend :
> 
> I modified the file
> 
> c:\Program Files
> (x86)\ApacheDS\instances\default\conf\wrapper-instance.conf adding the
> following line at the end of the file wrapper.app.parameter.1=repair
> 
> and restarting.
> 
> I realize this is not a definite solution, so I want to use mavibot as a
> backend for my Apache DS instead of JDBM
> 
> I want to know how to make my apache DS work with mavibot instead of jdbm.

The easiest way is to use Studio to create a Mavibot partition, see [2].
Once stored you can find the configuration in the config partition below
ou=partitions,ads-directoryServiceId=default,ou=config

However I can't tell you if the current version of Mavibot is stable
enough or might cause similar or differnt problems.

> I also want to know how to migrate my current JDBM entries to mavibot.

I think the only way is to export and import the data via LDIF.

Kind Regards,
Stefan


[1] https://directory.apache.org/apacheds/production-readiness.html
[2]
https://nightlies.apache.org/directory/studio/2.0.0.v20210213-M16/userguide/apacheds/gettingstarted_configuration_editor_partitions.html

-
To unsubscribe, e-mail: dev-unsubscr...@directory.apache.org
For additional commands, e-mail: dev-h...@directory.apache.org