Changes between Version 1 and Version 2 of Ticket #21995, comment 12


Ignore:
Timestamp:
2022-04-06T15:23:22+02:00 (3 years ago)
Author:
taylor.smock

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #21995, comment 12

    v1 v2  
    22> I wonder if any specific class can be blamed for the problem. My understanding of the stacktrace was that the *.jar itself is compressed with a (deflate64?) method that is not known by java 8. All geotools.jar before 35900/osm were below 16M, so my guess would be that a size > 16M triggers this.
    33It is probably a specific class. I removed the `slf4j` exclusion, and it worked. So it is something in `jackson`.
     4EDIT 2: I'm testing in a Java 8 container, so all compressions used should be known (as in, I'm compiling `geotools` there as well as `ImportImage`).
    45> Edit: I hope it is not that simple, josm.jar is already very close to 16M
    56Doesn't look like it. The working geotools jar is 19M. It is probably a ''specific'' class.