Jonathan Linczak schrieb:
I could really use some help on this one - every once in a while, I get
> this strange LDAP error when trying to login to my publications
> and I  won't be able to login at all, ever, after receiving this
> error).
> It's  seems to be random (I'm sure it's not), but when I click on
> Login as  Editor, I get this:

Jon, what exactly do you mean by "click on Login as Editor" ? Do you mean you are in the login screen, and are using a specific user id, and the problem occurs with this user id, but never with any others ?

(...)
cause: javax.naming.PartialResultException: Unprocessed Continuation

Didn't we already have that last year ? It rings a bell but I can't find a mailing list archive right now :/

Reference(s); remaining name 'dc=company,dc=com'

I assume this is not your actual setting


at org.apache.lenya.ac.ldap.LDAPUser.getDirectoryEntry(LDAPUser.java:467)

So the LDAP search against MSAD itself is throwing an exception. The Java thread
http://forum.java.sun.com/thread.jspa?forumID=51&messageID=2173369&threadID=365198
suggests to simply catch and ignore the exception. But this wouldn't do much good here because no entry would be found -> user could not log in.

I suggest you set log-level for LDAPUser to debug, in the log4j.xconf. This file has examples on how to set log-level for just one category (in this case, org.apache.lenya.ac.ldap.LDAPUser )

Then next time it happens, look at the log file so we can see a bit more about what is going on.

(...)

Before, in order to remove these, I just created a new publication, copied over all of my files, then removed the old publication and renamed the new pub to the old one and it was ok.

This is really strange. I have no idea why copying files around should have any effect.


--
Wolfgang

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to