Hello Tim, I upgraded from tika-full docker 2.2.1 to 2.4.1.
Indeed I noticed the “warning” in the release note. As you suggested, I muted those logs in the log4j configuration file. Thanks, Giovanni From: Tim Allison <[email protected]> Date: Friday, 19 August 2022 at 20:55 To: [email protected] <[email protected]> Subject: Re: tika-server 2.4.1-full (docker): a lot of unexpected log statements Not sure what you’re upgrading from, but POI 5.x(?) added a bunch more logging. We mentioned this in the release notes whenever we made the upgrade. This is more info than you had before, not more problems. I’d encourage you to turn logging for poi to ERROR or otherwise ignore this logging. On Fri, Aug 19, 2022 at 9:12 AM Giovanni De Stefano <[email protected]<mailto:[email protected]>> wrote: Hello, I recently upgraded my tika-server instance (that runs on docker) to version 2.4.1-full. I am noticing a lot of logs statements that I have never seen before: INFO [pool-12-thread-1] 15:01:21,830 org.apache.tika.pipes.PipesClient pipesClientId=7 emit success: /data-source/foo/2022-08/test.pdf in 581 ms INFO [main] 15:01:21,881 org.apache.poi.hsmf.datatypes.PropertiesChunk Property definition for RecipientFlags [24573] is missing a type definition, found a value with type 3 / 0x0003 - Long @ 4 INFO [main] 15:01:21,881 org.apache.poi.hsmf.datatypes.PropertiesChunk Property definition for RecipientEntryId [24567] is missing a type definition, found a value with type 258 / 0x0102 - Binary @ -1 INFO [main] 15:01:21,888 org.apache.poi.hsmf.datatypes.PropertiesChunk Property definition for RecipientFlags [24573] is missing a type definition, found a value with type 3 / 0x0003 - Long @ 4 INFO [main] 15:01:21,889 org.apache.poi.hsmf.datatypes.PropertiesChunk Property definition for RecipientEntryId [24567] is missing a type definition, found a value with type 258 / 0x0102 - Binary @ -1 INFO [main] 15:01:21,894 org.apache.poi.hsmf.datatypes.PropertiesChunk Property definition for AttachContentId [14098] (PR_ATTACH_CONTENT_ID) is missing a type definition, found a value with type 31 / 0x001F - Unicode String @ -1 WARN [main] 15:01:21,894 org.apache.poi.hsmf.datatypes.AttachmentChunks Currently unsupported attachment chunk property will be ignored. __properties_version1.0 WARN [main] 15:01:21,897 org.apache.poi.hsmf.datatypes.AttachmentChunks Currently unsupported attachment chunk property will be ignored. __substg1.0_3001001F WARN [main] 15:01:21,899 org.apache.poi.hsmf.datatypes.AttachmentChunks Currently unsupported attachment chunk property will be ignored. __substg1.0_0FF90102 INFO [main] 15:01:21,901 org.apache.poi.hsmf.datatypes.PropertiesChunk Property definition for RecipientFlags [24573] is missing a type definition, found a value with type 3 / 0x0003 - Long @ 4 INFO [main] 15:01:21,901 org.apache.poi.hsmf.datatypes.PropertiesChunk Property definition for RecipientEntryId [24567] is missing a type definition, found a value with type 258 / 0x0102 - Binary @ -1 INFO [main] 15:01:21,927 org.apache.poi.hsmf.datatypes.PropertiesChunk Property definition for RecipientFlags [24573] is missing a type definition, found a value with type 3 / 0x0003 - Long @ 4 INFO [main] 15:01:21,927 org.apache.poi.hsmf.datatypes.PropertiesChunk Property definition for RecipientEntryId [24567] is missing a type definition, found a value with type 258 / 0x0102 - Binary @ -1 I googled but couldn’t find anything related… Any idea why I am getting those statements? Should I worry? Thanks in advance, Giovanni
