You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@directory.apache.org by Si...@saaconsultants.com on 2006/10/17 14:37:00 UTC

WARN: Attribute does not have normalizer

I just installed the latest V1.0 release on Windows.

I'm running DS embedded in jBoss.  I am experiencing a number of log4j warnings that I did not see in RC3.

The first batch or WARNs seem to relate to the Bootstrap schema loader and the second batch relate to the creation of the system partition.

What have I done wrong?

<snip>
BootstrapAttributeTypeRegistry) Attribute teletexTerminalIdentifier does not have normalizer : using NoopNormalizer
BootstrapAttributeTypeRegistry) Attribute photo does not have normalizer : using NoopNormalizer
BootstrapAttributeTypeRegistry) Attribute facsimileTelephoneNumber does not have normalizer : using NoopNormalizer

BTreePartition) Using default cache size of 100 for index on attribute objectClass
BTreePartition) Using default cache size of 100 for index on attribute 1.2.6.1.4.1.18060.1.1.1.3.4
BTreePartition) Using default cache size of 100 for index on attribute 1.2.6.1.4.1.18060.1.1.1.3.1
<snip>


TIA

Simon T

Re: WARN: Attribute does not have normalizer

Posted by Emmanuel Lecharny <el...@gmail.com>.
Hi !

So far, you haven't done anything wrong. The warnings are just here to warn
about the fact that, as we don't have declared any normalizer for sme
attributes, ADS will just use a kind of Identity normalizer (ie, a
normalizer that don't normalize :). It's always possible to declare some
normalizer into the schema files, but I'm not sure this is necessary to
normalize a photo (!?), for instance.

FYI, normalizer are used to transform an attribute value in a way that allow
comparizons between values. For instance, if an attribute is case
insensitive, then the normalization will transform the value to a lower
cased string, and every further comparizons will be done using lower cased
comparizons.

I think that you just get more logs just because 1.0 is just a little bit
more verbose.

Emmanuel

On 10/17/06, Simon.Temple@saaconsultants.com <
Simon.Temple@saaconsultants.com> wrote:
>
>  I just installed the latest V1.0 release on Windows.
>
> I'm running DS embedded in jBoss.  I am experiencing a number of log4j
> warnings that I did not see in RC3.
>
> The first batch or WARNs seem to relate to the Bootstrap schema loader and
> the second batch relate to the creation of the system partition.
>
> What have I done wrong?
>
> <snip>
> BootstrapAttributeTypeRegistry) Attribute teletexTerminalIdentifier does
> not have normalizer : using NoopNormalizer
> BootstrapAttributeTypeRegistry) Attribute photo does not have normalizer :
> using NoopNormalizer
> BootstrapAttributeTypeRegistry) Attribute facsimileTelephoneNumber does
> not have normalizer : using NoopNormalizer
> BTreePartition) Using default cache size of 100 for index on attribute
> objectClass
> BTreePartition) Using default cache size of 100 for index on attribute
> 1.2.6.1.4.1.18060.1.1.1.3.4
> BTreePartition) Using default cache size of 100 for index on attribute
> 1.2.6.1.4.1.18060.1.1.1.3.1
> <snip>
>
>
> TIA
>
> Simon T
>



-- 
Cordialement,
Emmanuel Lécharny