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]> 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 > > >
