You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@directory.apache.org by "Emmanuel Lecharny (JIRA)" <ji...@apache.org> on 2007/04/21 12:12:15 UTC

[jira] Resolved: (DIRSERVER-767) Downgrade WARN to INFO for 'no normailizer' LOG messages in BootstrapAttributeTypeRegistry

     [ https://issues.apache.org/jira/browse/DIRSERVER-767?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Emmanuel Lecharny resolved DIRSERVER-767.
-----------------------------------------

    Resolution: Fixed

Downgrading the log level to DEBUG. Even at INFO, it was overkilling :)

> Downgrade WARN to INFO for 'no normailizer' LOG messages in BootstrapAttributeTypeRegistry
> ------------------------------------------------------------------------------------------
>
>                 Key: DIRSERVER-767
>                 URL: https://issues.apache.org/jira/browse/DIRSERVER-767
>             Project: Directory ApacheDS
>          Issue Type: Improvement
>          Components: core
>    Affects Versions: 1.0
>         Environment: DS V1.0 on Win 2003, JDK 1.4.2_12
>            Reporter: Simon Temple
>             Fix For: 1.5.1, 1.0.3
>
>
> Too much noise in log for a 'clean' startup:
> 2006-10-24 16:19:17,328 WARN  [org.apache.directory.server.core.schema.bootstrap.BootstrapAttributeTypeRegistry](main) Attribute byteCode does not have normalizer : using NoopNormalizer
> 2006-10-24 16:19:17,328 WARN  [org.apache.directory.server.core.schema.bootstrap.BootstrapAttributeTypeRegistry](main) Attribute dynamicSubtrees does not have normalizer : using NoopNormalizer
> 2006-10-24 16:19:17,328 WARN  [org.apache.directory.server.core.schema.bootstrap.BootstrapAttributeTypeRegistry](main) Attribute subtreeSpecification does not have normalizer : using NoopNormalizer
> 2006-10-24 16:19:17,328 WARN  [org.apache.directory.server.core.schema.bootstrap.BootstrapAttributeTypeRegistry](main) Attribute userSMIMECertificate does not have normalizer : using NoopNormalizer
> 2006-10-24 16:19:17,328 WARN  [org.apache.directory.server.core.schema.bootstrap.BootstrapAttributeTypeRegistry](main) Attribute useMTAHeaders does not have normalizer : using NoopNormalizer
> 2006-10-24 16:19:17,328 WARN  [org.apache.directory.server.core.schema.bootstrap.BootstrapAttributeTypeRegistry](main) Attribute subtreeMaximumQuality does not have normalizer : using NoopNormalizer
> 2006-10-24 16:19:17,328 WARN  [org.apache.directory.server.core.schema.bootstrap.BootstrapAttributeTypeRegistry](main) Attribute singleLevelQuality does not have normalizer : using NoopNormalizer
> 2006-10-24 16:19:17,328 WARN  [org.apache.directory.server.core.schema.bootstrap.BootstrapAttributeTypeRegistry](main) Attribute supportedSASLMechanisms does not have normalizer : using NoopNormalizer
> 2006-10-24 16:19:17,328 WARN  [org.apache.directory.server.core.schema.bootstrap.BootstrapAttributeTypeRegistry](main) Attribute subtreeMinimumQuality does not have normalizer : using NoopNormalizer
> 2006-10-24 16:19:17,328 WARN  [org.apache.directory.server.core.schema.bootstrap.BootstrapAttributeTypeRegistry](main) Attribute authorityRevocationList does not have normalizer : using NoopNormalizer
> 2006-10-24 16:19:17,328 WARN  [org.apache.directory.server.core.schema.bootstrap.BootstrapAttributeTypeRegistry](main) Attribute supportedLDAPVersion does not have normalizer : using NoopNormalizer
> 2006-10-24 16:19:17,328 WARN  [org.apache.directory.server.core.schema.bootstrap.BootstrapAttributeTypeRegistry](main) Attribute cACertificate does not have normalizer : using NoopNormalizer
> 2006-10-24 16:19:17,328 WARN  [org.apache.directory.server.core.schema.bootstrap.BootstrapAttributeTypeRegistry](main) Attribute supportedControl does not have normalizer : using NoopNormalizer
> 2006-10-24 16:19:17,328 WARN  [org.apache.directory.server.core.schema.bootstrap.BootstrapAttributeTypeRegistry](main) Attribute startTime does not have normalizer : using NoopNormalizer
> 2006-10-24 16:19:17,328 WARN  [org.apache.directory.server.core.schema.bootstrap.BootstrapAttributeTypeRegistry](main) Attribute userPKCS12 does not have normalizer : using NoopNormalizer
> 2006-10-24 16:19:17,328 WARN  [org.apache.directory.server.core.schema.bootstrap.BootstrapAttributeTypeRegistry](main) Attribute isEnabled does not have normalizer : using NoopNormalizer
> 2006-10-24 16:19:17,328 WARN  [org.apache.directory.server.core.schema.bootstrap.BootstrapAttributeTypeRegistry](main) Attribute crossCertificatePair does not have normalizer : using NoopNormalizer
> 2006-10-24 16:19:17,328 WARN  [org.apache.directory.server.core.schema.bootstrap.BootstrapAttributeTypeRegistry](main) Attribute userCertificate does not have normalizer : using NoopNormalizer
> 2006-10-24 16:19:17,328 WARN  [org.apache.directory.server.core.schema.bootstrap.BootstrapAttributeTypeRegistry](main) Attribute supportedAlgorithms does not have normalizer : using NoopNormalizer
> 2006-10-24 16:19:17,328 WARN  [org.apache.directory.server.core.schema.bootstrap.BootstrapAttributeTypeRegistry](main) Attribute otherMailbox does not have normalizer : using NoopNormalizer
> 2006-10-24 16:19:17,328 WARN  [org.apache.directory.server.core.schema.bootstrap.BootstrapAttributeTypeRegistry](main) Attribute isAcknowledgement does not have normalizer : using NoopNormalizer
> 2006-10-24 16:19:17,328 WARN  [org.apache.directory.server.core.schema.bootstrap.BootstrapAttributeTypeRegistry](main) Attribute searchGuide does not have normalizer : using NoopNormalizer
> 2006-10-24 16:19:17,328 WARN  [org.apache.directory.server.core.schema.bootstrap.BootstrapAttributeTypeRegistry](main) Attribute certificateRevocationList does not have normalizer : using NoopNormalizer
> 2006-10-24 16:19:17,328 WARN  [org.apache.directory.server.core.schema.bootstrap.BootstrapAttributeTypeRegistry](main) Attribute javaSerializedData does not have normalizer : using NoopNormalizer
> 2006-10-24 16:19:17,328 WARN  [org.apache.directory.server.core.schema.bootstrap.BootstrapAttributeTypeRegistry](main) Attribute usePassiveMode does not have normalizer : using NoopNormalizer
> 2006-10-24 16:19:17,328 WARN  [org.apache.directory.server.core.schema.bootstrap.BootstrapAttributeTypeRegistry](main) Attribute namingContexts does not have normalizer : using NoopNormalizer
> 2006-10-24 16:19:17,328 WARN  [org.apache.directory.server.core.schema.bootstrap.BootstrapAttributeTypeRegistry](main) Attribute jpegPhoto does not have normalizer : using NoopNormalizer
> 2006-10-24 16:19:17,328 WARN  [org.apache.directory.server.core.schema.bootstrap.BootstrapAttributeTypeRegistry](main) Attribute altServer does not have normalizer : using NoopNormalizer
> 2006-10-24 16:19:17,328 WARN  [org.apache.directory.server.core.schema.bootstrap.BootstrapAttributeTypeRegistry](main) Attribute supportedExtension does not have normalizer : using NoopNormalizer
> 2006-10-24 16:19:17,328 WARN  [org.apache.directory.server.core.schema.bootstrap.BootstrapAttributeTypeRegistry](main) Attribute uniqueFilenameRequired does not have normalizer : using NoopNormalizer
> 2006-10-24 16:19:17,328 WARN  [org.apache.directory.server.core.schema.bootstrap.BootstrapAttributeTypeRegistry](main) Attribute finishTime does not have normalizer : using NoopNormalizer
> 2006-10-24 16:19:17,421 WARN  [org.apache.directory.server.core.schema.bootstrap.BootstrapAttributeTypeRegistry](main) Attribute enhancedSearchGuide does not have normalizer : using NoopNormalizer
> 2006-10-24 16:19:17,421 WARN  [org.apache.directory.server.core.schema.bootstrap.BootstrapAttributeTypeRegistry](main) Attribute c-FacsimileTelephoneNumber does not have normalizer : using NoopNormalizer
> 2006-10-24 16:19:17,421 WARN  [org.apache.directory.server.core.schema.bootstrap.BootstrapAttributeTypeRegistry](main) Attribute deltaRevocationList does not have normalizer : using NoopNormalizer
> 2006-10-24 16:19:17,421 WARN  [org.apache.directory.server.core.schema.bootstrap.BootstrapAttributeTypeRegistry](main) Attribute personalSignature does not have normalizer : using NoopNormalizer
> 2006-10-24 16:19:17,421 WARN  [org.apache.directory.server.core.schema.bootstrap.BootstrapAttributeTypeRegistry](main) Attribute telexNumber does not have normalizer : using NoopNormalizer
> 2006-10-24 16:19:17,421 WARN  [org.apache.directory.server.core.schema.bootstrap.BootstrapAttributeTypeRegistry](main) Attribute dSAQuality does not have normalizer : using NoopNormalizer
> 2006-10-24 16:19:17,421 WARN  [org.apache.directory.server.core.schema.bootstrap.BootstrapAttributeTypeRegistry](main) Attribute mailPreferenceOption does not have normalizer : using NoopNormalizer
> 2006-10-24 16:19:17,421 WARN  [org.apache.directory.server.core.schema.bootstrap.BootstrapAttributeTypeRegistry](main) Attribute c-TelexNumber does not have normalizer : using NoopNormalizer
> 2006-10-24 16:19:17,421 WARN  [org.apache.directory.server.core.schema.bootstrap.BootstrapAttributeTypeRegistry](main) Attribute audio does not have normalizer : using NoopNormalizer
> 2006-10-24 16:19:17,421 WARN  [org.apache.directory.server.core.schema.bootstrap.BootstrapAttributeTypeRegistry](main) Attribute entryTtl does not have normalizer : using NoopNormalizer
> 2006-10-24 16:19:17,421 WARN  [org.apache.directory.server.core.schema.bootstrap.BootstrapAttributeTypeRegistry](main) Attribute preferredDeliveryMethod does not have normalizer : using NoopNormalizer
> 2006-10-24 16:19:17,421 WARN  [org.apache.directory.server.core.schema.bootstrap.BootstrapAttributeTypeRegistry](main) Attribute vcsElementBinaryValue does not have normalizer : using NoopNormalizer
> 2006-10-24 16:19:17,421 WARN  [org.apache.directory.server.core.schema.bootstrap.BootstrapAttributeTypeRegistry](main) Attribute teletexTerminalIdentifier does not have normalizer : using NoopNormalizer
> 2006-10-24 16:19:17,421 WARN  [org.apache.directory.server.core.schema.bootstrap.BootstrapAttributeTypeRegistry](main) Attribute photo does not have normalizer : using NoopNormalizer
> 2006-10-24 16:19:17,421 WARN  [org.apache.directory.server.core.schema.bootstrap.BootstrapAttributeTypeRegistry](main) Attribute facsimileTelephoneNumber does not have normalizer : using NoopNormalizer

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.