The NullPointerException error when I use LLPL

32 views
Skip to first unread message

赵建军

unread,
Sep 15, 2021, 4:29:52 AM9/15/21
to pmem
Hello everyone,
When building  and running tests in the LLPL,  I found the error below:
java.lang.ExceptionInInitializerError
at com.intel.pmem.llpl.IntArrayTests.initialize(IntArrayTests.java:23)
Caused by: java.lang.NullPointerException
at com.intel.pmem.llpl.IntArrayTests.initialize(IntArrayTests.java:23)
I locate the error in the com.intel.pmem.llpl.Util<loadLibrary()>
because the libname their got is /com/intel/pmem/llpl/linux/i386/libllpl.so
but there is only one libllpl.so in the /com/intel/pmem/llpl/linux/amd64
And the version of my machine is SMP Mon Dec 23 10:15:49 CST 2019 x86_64 x86_64 x86_64 GNU/Linux

And when I used this library in existing java applications with maven, I got the same error.
Thanks.


Reply all
Reply to author
Forward
0 new messages