Menu

hide : WARN [Index] unsupported collating sort order SortOrder

Help
benoit
2016-06-03
2016-06-06
  • benoit

    benoit - 2016-06-03

    hello

    is there a possibily to hide from log eclipse ? :

    14:22:22,834 WARN [Index] unsupported collating sort order SortOrder[1036(0)] for text index (Db=*.mdb;Table=***;Index=0), making read-only

    thx

     
  • Gord Thompson

    Gord Thompson - 2016-06-03

    Are you using an older version of UCanAccess (prior to version 3.0.5)? If so, please try again with the latest version and see if the warning goes away.

     
  • benoit

    benoit - 2016-06-05

    thx for your answer

    i am using the lastest version

    i cant modify something in access database

     
  • Gord Thompson

    Gord Thompson - 2016-06-05

    How have you configured logging for your application?

     
  • benoit

    benoit - 2016-06-06

    default value ^^

     
  • Gord Thompson

    Gord Thompson - 2016-06-06

    Those WARN messages come from com.healthmarketscience.jackcess.Index so if you want to suppress them you'll need to set the logging level to ERROR or above for that LoggerConfig (or one of its ancestors). For what it's worth, this worked for me in my "log4j2.xml" file:

    <Logger name="com.healthmarketscience.jackcess" level="error" additivity="true">
    </Logger>
    
     

Log in to post a comment.

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.