Hi,

I am trying to compress data using the ignite compress feature. I have
copied all the jars from ignite-compress module's lib directory into my
project's classpath, but still I am facing below error:
*class org.apache.ignite.IgniteCheckedException: Make sure that
ignite-compress module is in classpath*

Is there anything else that needs to be done in a custom app deployment?

Below are some more stack traces:
Aug 3, 2022 8:31:46 PM org.apache.ignite.logger.java.JavaLogger error
SEVERE: Failed to wait for checkpoint finish during cache stop.
class org.apache.ignite.IgniteCheckedException: Compound exception for
CountDownFuture.
at
org.apache.ignite.internal.util.future.CountDownFuture.addError(CountDownFuture.java:72)
at
org.apache.ignite.internal.util.future.CountDownFuture.onDone(CountDownFuture.java:46)
at
org.apache.ignite.internal.util.future.CountDownFuture.onDone(CountDownFuture.java:28)
at
org.apache.ignite.internal.util.future.GridFutureAdapter.onDone(GridFutureAdapter.java:478)
at
org.apache.ignite.internal.processors.cache.persistence.checkpoint.CheckpointPagesWriter.run(CheckpointPagesWriter.java:167)
at
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
at
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
at java.lang.Thread.run(Thread.java:748)
* Suppressed: class org.apache.ignite.IgniteCheckedException: Failed to
detect storage block size on Windows Server 2019 10.0 amd64*
at
org.apache.ignite.internal.processors.cache.CacheCompressionManager.compressPage(CacheCompressionManager.java:98)
at
org.apache.ignite.internal.processors.cache.persistence.pagemem.PageReadWriteManagerImpl.write(PageReadWriteManagerImpl.java:101)
at
org.apache.ignite.internal.processors.cache.persistence.file.FilePageStoreManager.write(FilePageStoreManager.java:634)

-- 
Regards,
Sumit Deshinge

Reply via email to