You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I tried to follow the README and run the example, I got this error:
ubuntu@corsair-741103:~/qat-java$ sudo java -cp .:./target/classes/ com.intel.qat.examples.ByteArrayExample
com.intel.qat.QatException: QZ_FAIL: Error occurred while decompressing data.
at com.intel.qat.InternalJNI.decompressByteArray(Native Method)
at com.intel.qat.QatZipper.decompress(QatZipper.java:532)
at com.intel.qat.QatZipper.decompress(QatZipper.java:500)
at com.intel.qat.examples.ByteArrayExample.main(ByteArrayExample.java:29)
hello,
I tried to follow the README and run the example, I got this error:
ubuntu@corsair-741103:~/qat-java$ sudo java -cp .:./target/classes/ com.intel.qat.examples.ByteArrayExample
com.intel.qat.QatException: QZ_FAIL: Error occurred while decompressing data.
at com.intel.qat.InternalJNI.decompressByteArray(Native Method)
at com.intel.qat.QatZipper.decompress(QatZipper.java:532)
at com.intel.qat.QatZipper.decompress(QatZipper.java:500)
at com.intel.qat.examples.ByteArrayExample.main(ByteArrayExample.java:29)
Here is my QAT configuration :
The text was updated successfully, but these errors were encountered: