Hi,
Yes, I too did not get above error message from a latest build from trunk
(from IS or ESB), instead, I only see an unnecessary INFO log as below:
[2011-03-02 10:29:59,072] INFO
{org.apache.directory.server.ldap.handlers.LdapRequestHandler} - ignoring
the message
org.apache.directory.shared.ldap.message.UnbindRequestImpl@b8f305e3 received
from null session
I checked in apacheds source code, it is being printed by a following code
segment:
if( ldapSession == null )
{
// in some cases the session is becoming null though the client
is sending the UnbindRequest
// before closing
LOG.info( "ignoring the message {} received from null session",
message );
return;
}
Following is what I heard about the possible cause for such a log from
apacheds-user's list:
"*If your client disconnect immediately after having sent an UnbindRequest,
the session will be null, as the disconnection will be processed faster than
the UnbindRequest.
You can ignore the message, it's an INFO level log*."
In the user-core code, even though I commented out all the places where ldap
context is closed, still this log is printed.
So I could not find a way to get rid of it yet. I will look more into it.
Please let me know if you have an idea about the cause.
On a side note, when I checked in ESB, I did not see any logs printed by
ApacheDS component, and may be because it is not included in
log4j.properties file of ESB. In log4j.properties files of IS and AS(I
checked only AS additionally), logs from apacheds component are enabled. Is
there any reason why it is not enabled in ESB?
Thanks,
Hasini.
On Tue, Mar 1, 2011 at 9:03 PM, Hasini Gunasinghe <[email protected]> wrote:
> Sure.. I will look into it. At the moment, I only have the latest code of
> user-core(where I do not get this). So I will get a complete update from
> trunk and check this.
>
> On Tue, Mar 1, 2011 at 6:51 PM, Prabath Siriwardana <[email protected]>wrote:
>
>> Hi Hasini,
>>
>> Can you please have a look.. Login to the console and click on some menu
>> items.. [from the latest trunk]
>>
>> [2011-03-01 18:49:03,404] INFO
>> {org.apache.directory.server.core.authn.AuthenticationInterceptor} - Cannot
>> bind to the server
>> [2011-03-01 18:49:03,404] ERROR
>> {org.apache.directory.server.ldap.handlers.LdapRequestHandler} - ERR_732
>> Cannot process a Request while binding
>> [2011-03-01 18:49:03,405] ERROR
>> {org.apache.directory.server.ldap.handlers.LdapRequestHandler} - ERR_732
>> Cannot process a Request while binding
>> [2011-03-01 18:49:03,406] ERROR
>> {org.apache.directory.server.ldap.handlers.LdapRequestHandler} - ERR_732
>> Cannot process a Request while binding
>>
>> --
>> Thanks & Regards,
>> Prabath
>>
>> http://blog.facilelogin.com
>> http://RampartFAQ.com
>>
>> _______________________________________________
>> Carbon-dev mailing list
>> [email protected]
>> http://mail.wso2.org/cgi-bin/mailman/listinfo/carbon-dev
>>
>>
>
_______________________________________________
Carbon-dev mailing list
[email protected]
http://mail.wso2.org/cgi-bin/mailman/listinfo/carbon-dev