You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@directory.apache.org by Sudheer Kumar <su...@gmail.com> on 2010/03/23 06:58:38 UTC

How to turn of scary apacheds-rolling.log of 1.5.4

Hi

Apache DS version: 1.5.4

My problem is some scary log messages in apacheds-rolling.log like the
following.  My users are skeptical about these messages, how to turn off
them?  Is there any workaround to remove those unnecessary messages? is
there any way to turn the apacheds-rolling.log off completely?


The following are the messages:

[11:26:16] ERROR
[org.apache.directory.server.core.entry.DefaultServerAttribute] - The value
'1.3.6.1.4.1.1466.20037' is incorrect, it hasn't been added
[11:26:16] ERROR
[org.apache.directory.server.core.entry.DefaultServerAttribute] - The value
'1.3.6.1.4.1.18060.0.1.3' is incorrect, it hasn't been added
[11:26:16] ERROR
[org.apache.directory.server.core.entry.DefaultServerAttribute] - The value
'1.3.6.1.4.1.18060.0.1.4' is incorrect, it hasn't been added
[11:26:16] ERROR
[org.apache.directory.server.core.entry.DefaultServerAttribute] - The value
'1.3.6.1.4.1.18060.0.1.5' is incorrect, it hasn't been added
[11:26:16] ERROR
[org.apache.directory.server.core.entry.DefaultServerAttribute] - The value
'1.3.6.1.4.1.18060.0.1.2' is incorrect, it hasn't been added
[11:26:16] ERROR
[org.apache.directory.server.core.entry.DefaultServerAttribute] - The value
'1.3.6.1.4.1.18060.0.1.1' is incorrect, it hasn't been added
[11:26:16] ERROR
[org.apache.directory.server.core.entry.DefaultServerAttribute] - The value
'1.3.6.1.4.1.15265.0.2000.1' is incorrect, it hasn't been added
[11:26:16] ERROR
[org.apache.directory.server.core.entry.DefaultServerAttribute] - The value
'1.3.6.1.4.1.15265.0.2000.2' is incorrect, it hasn't been added
[11:26:16] ERROR
[org.apache.directory.server.core.entry.DefaultServerAttribute] - The value
'PLAIN' is incorrect, it hasn't been added
[11:26:16] ERROR
[org.apache.directory.server.core.entry.DefaultServerAttribute] - The value
'SIMPLE' is incorrect, it hasn't been added
[11:26:16] ERROR
[org.apache.directory.server.core.entry.DefaultServerAttribute] - The value
'RDS-SASL' is incorrect, it hasn't been added
[11:26:16] ERROR
[org.apache.directory.server.core.entry.DefaultServerAttribute] - The value
'GSS-SPNEGO' is incorrect, it hasn't been added
[11:26:47] ERROR
[org.apache.directory.server.schema.registries.DefaultOidRegistry] - OID for
name 'javaremotelocation' was not found within the OID registry
[11:26:47] WARN
[org.apache.directory.server.core.interceptor.context.SearchingOperationContext]
- Requested attribute javaremotelocation does not exist in the schema, it
will be ignored
[11:26:49] ERROR
[org.apache.directory.server.schema.registries.DefaultOidRegistry] - OID for
name 'samaccountname' was not found within the OID registry
[11:26:49] WARN
[org.apache.directory.server.core.interceptor.context.SearchingOperationContext]
- Requested attribute samaccountname does not exist in the schema, it will
be ignored
[11:26:49] ERROR
[org.apache.directory.server.schema.registries.DefaultOidRegistry] - OID for
name 'javaremotelocation' was not found within the OID registry
[11:26:49] WARN
[org.apache.directory.server.core.interceptor.context.SearchingOperationContext]
- Requested attribute javaremotelocation does not exist in the schema, it
will be ignored
[11:26:57] WARN [org.apache.directory.server.ldap.LdapSession] -
AbandonableRequest with messageId 138 not found in outstandingRequests.
[11:26:59] WARN [org.apache.directory.shared.asn1.ber.Asn1Decoder] - The PDU
has been fully decoded but there are still bytes in the buffer.
[11:26:59] WARN [org.apache.directory.server.ldap.LdapSession] -
AbandonableRequest with messageId 145 not found in outstandingRequests.
[11:27:02] WARN [org.apache.directory.server.ldap.LdapSession] -
AbandonableRequest with messageId 159 not found in outstandingRequests.
[11:27:02] ERROR
[org.apache.directory.server.schema.registries.DefaultOidRegistry] - OID for
name 'samaccountname' was not found within the OID registry
[11:27:02] WARN
[org.apache.directory.server.core.interceptor.context.SearchingOperationContext]
- Requested attribute samaccountname does not exist in the schema, it will
be ignored
[11:27:02] ERROR
[org.apache.directory.server.schema.registries.DefaultOidRegistry] - OID for
name 'javaremotelocation' was not found within the OID registry
[11:27:02] WARN
[org.apache.directory.server.core.interceptor.context.SearchingOperationContext]
- Requested attribute javaremotelocation does not exist in the schema, it
will be ignored
[11:27:12] WARN [org.apache.directory.shared.asn1.ber.Asn1Decoder] - The PDU
has been fully decoded but there are still bytes in the buffer.
[11:27:12] WARN [org.apache.directory.server.ldap.LdapSession] -
AbandonableRequest with messageId 283 not found in outstandingRequests.



Any help?
-- 
Sudheer Kumar Arimbra

Re: How to turn of scary apacheds-rolling.log of 1.5.4

Posted by Emmanuel Lecharny <el...@gmail.com>.
On 3/23/10 6:58 AM, Sudheer Kumar wrote:
> Hi
>
> Apache DS version: 1.5.4
>
> My problem is some scary log messages in apacheds-rolling.log like the
> following.  My users are skeptical about these messages, how to turn off
> them?  Is there any workaround to remove those unnecessary messages? is
> there any way to turn the apacheds-rolling.log off completely?
>    
You can tune the log4j.property file to remove those messages. Or you 
can even turn them to OFF completely :
log4j.rootCategory=OFF, stdout, R
                                  ^^^
or add this line at the end :
log4j.logger.org.apache.directory.server.core.entry.DefaultServerAttribute=OFF

-- 
Regards,
Cordialement,
Emmanuel Lécharny
www.nextury.com