[
https://issues.apache.org/jira/browse/DIRSERVER-942?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12521126
]
Emmanuel Lecharny commented on DIRSERVER-942:
---------------------------------------------
Ole,
I just tested one thing :
1) I launched the server (standard, with no more entry than the ones provided
with the default install)
2) I created a new entry cn=test,dc=example,dc=com with ApacheDirStudio (np at
all)
3) I searched this entry with ldapsearch : got the entry
4) I deleted it with ldapdelete (np at all)
5) I searched this entry with ldapsearch : no entry, it has correctly been
deleted
6) I tried to delete the entry 'baddn,dc=example,dc=com" : I got an error
message (obviously) :
ldap_delete: Invalid DN syntax (34)
additinal info: The DN to delete : baddn,dc=example,dc=com (0x62
... bunch o hex values ...) is invalid
7) and I tried to search again with ldapsearch : np, I got what I have asked
for.
My conclusion is that the server is not frozen when requesting a deletion of a
bad DN.
Can you narrow the error ?
> Server Feezes When Doing https://issues.apache.org/jira/browse/DIRSERVER-935
> ----------------------------------------------------------------------------
>
> Key: DIRSERVER-942
> URL: https://issues.apache.org/jira/browse/DIRSERVER-942
> Project: Directory ApacheDS
> Issue Type: Bug
> Components: ldap
> Affects Versions: 1.5.0
> Reporter: Ole Ersoy
> Fix For: 1.5.1
>
> Attachments: CreateSyntaxEntrySelfContainedTest.java
>
>
> This is related to https://issues.apache.org/jira/browse/DIRSERVER-935
> By accident I tried running some code that deletes (935 looks up)
> entries that are not present.
> The server froze and I could not connect with LS
> anymore.
> First I assumed it crashed, so I tried doing
> ./apacheds start
> But I still could not connect
> so I tried doing
> ./apacheds stop
> ./aapcheds start
> and back to normal.
> I need to code a self contained test for this.
> Cheers,
> - Ole
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.