Bugs item #1243104, was opened at 2005-07-23 00:52
Message generated for change (Settings changed) made by pegacat
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=480577&aid=1243104&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: None
Group: None
>Status: Deleted
>Resolution: Rejected
Priority: 5
Submitted By: Lexxy (kaeto23)
>Assigned to: Christopher Betts (pegacat)
Summary: Connection closed after initial reading of the DIT

Initial Comment:
Hello, ^^

seems that I have found a bug: after the initial
successful reading of the DIT the connection gets
closed and JXplorer doesn't recognize it.

So, I can connect to my LDAP server, can read some of
the attributes (as long as I'm fast enough :P). But
when I want to change an attribute of one of the
entries JXplorer gives me a nice "Unable to perform
Modify operation." followed by this stacktrace:

javax.naming.CommunicationException: connection closed
[Root exception is java.io.IOException: connection
closed]; remaining name 'cn=Frank
Nietsch,ou=people,dc=ldap,dc=ds2'
        at
com.sun.jndi.ldap.LdapCtx.c_modifyAttributes(LdapCtx.java:1471)
        at
com.sun.jndi.toolkit.ctx.ComponentDirContext.p_modifyAttributes(ComponentDirContext.java:255)
        at
com.sun.jndi.toolkit.ctx.PartialCompositeDirContext.modifyAttributes(PartialCompositeDirContext.java:172)
        at
javax.naming.directory.InitialDirContext.modifyAttributes(InitialDirContext.java:153)
        at
com.ca.commons.jndi.JNDIOps.modifyAttributes(JNDIOps.java:686)
        at
com.ca.directory.jxplorer.broker.CBGraphicsOps.modifyAttributes(CBGraphicsOps.java:111)
        at com.ca.commons.naming.DXOps.updateEntry(DXOps.java:558)
        at com.ca.commons.naming.DXOps.modifyEntry(DXOps.java:296)
        at
com.ca.directory.jxplorer.broker.JNDIBroker.unthreadedModify(JNDIBroker.java:1046)
        at
com.ca.directory.jxplorer.broker.Broker.doModifyQuery(Broker.java:425)
        at
com.ca.directory.jxplorer.broker.Broker.processRequest(Broker.java:206)
        at
com.ca.directory.jxplorer.broker.JNDIBroker.processRequest(JNDIBroker.java:360)
        at
com.ca.directory.jxplorer.broker.Broker.processQueue(Broker.java:158)
        at
com.ca.directory.jxplorer.broker.JNDIBroker.processQueue(JNDIBroker.java:877)
        at
com.ca.directory.jxplorer.broker.Broker.run(Broker.java:124)
        at java.lang.Thread.run(Thread.java:603)
Caused by: java.io.IOException: connection closed
        at
com.sun.jndi.ldap.LdapClient.ensureOpen(LdapClient.java:1558)
        at
com.sun.jndi.ldap.LdapClient.modify(LdapClient.java:895)
        at
com.sun.jndi.ldap.LdapCtx.c_modifyAttributes(LdapCtx.java:1437)
        ... 15 more

There is no way for a reconnect or something similar. I
even can't save the changed data :/ So JXplorer turns
into a simple viewer.

If I have to change the LDAP server config to make
JXplorer working plz let me know ;) However, it's a
great app for validating the DIT in LDAP.

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

Comment By: Nobody/Anonymous (nobody)
Date: 2005-07-23 09:25

Message:
Logged In: NO 

Hi,

    this really doesn't sound like a JXplorer bug.  I'd
check your server logs and see what the server thinks is
happening, and make sure that you're logging on with
sufficient access priviliges to perform a modify operation.
 However, as far as JX is concerned your server has simply
stopped talking to it, and there's nothing we can do about
that at the client side :-).

    I'm closing this bug, but feel free to post to the
jxplorer-users mailing list if you need to discuss it further...

    - Chris

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

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


-------------------------------------------------------
SF.Net email is sponsored by: Discover Easy Linux Migration Strategies
from IBM. Find simple to follow Roadmaps, straightforward articles,
informative Webcasts and more! Get everything you need to get up to
speed, fast. http://ads.osdn.com/?ad_id=7477&alloc_id=16492&op=click
_______________________________________________
Jxplorer-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jxplorer-devel

Reply via email to