Bugs item #1529349, was opened at 2006-07-26 17:02
Message generated for change (Comment added) made by pegacat
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=480577&aid=1529349&group_id=55394

Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: Interface (example)
Group: None
Status: Closed
>Resolution: Fixed
Priority: 5
Private: No
Submitted By: Trudi Ersvaer (trudiersvaer)
Assigned to: Nobody/Anonymous (nobody)
Summary: Tree operations in JXplorer fail

Initial Comment:
Tree operations in JXplorer fail if the number 
children of the node being deleted exceeds the search 
limit.

By default our DSAs have a server search limit of 200 
entries.  If a node has more than 200 entries JXweb 
and JXplorer wont display more than the first 200 as 
supplied by the DSA.  Then if the user tries to delete 
the tree, an error comes back along the lines of 
(JXweb example)...

Error performing a Delete [LDAP: error code 66 - 
ExecRemove: can't remove non leaf] 

This error means that JXweb/JXplorer have asked for 
the children of the node to be deleted, got 200 of 
them, deleted them, then attempted to delete the node 
itself.  The problem here is that the node still has 
children and so the node can't be removed.

The work around is to continue to perform deletes on 
the node until all the children have been removed 
(ignoring the error).  Or increase the search limits.

To test this you can set up a DSA with more than 200 
entries (or fiddle with the search limits).  

----------------------------------------------------------------------

>Comment By: Christopher Betts (pegacat)
Date: 2012-06-17 21:42

Message:
This *should* now be fixed with virtual list views I think...

----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=480577&aid=1529349&group_id=55394

------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
_______________________________________________
Jxplorer-devel mailing list
Jxplorer-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jxplorer-devel

Reply via email to