[ https://issues.apache.org/jira/browse/ARROW-4764?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17661786#comment-17661786 ]
Rok Mihevc commented on ARROW-4764: ----------------------------------- This issue has been migrated to [issue #21283|https://github.com/apache/arrow/issues/21283] on GitHub. Please see the [migration documentation|https://github.com/apache/arrow/issues/14542] for further details. > [C++/Java] conda-built libplasma_java doesn't work with system Java on Ubuntu > Xenial > ------------------------------------------------------------------------------------ > > Key: ARROW-4764 > URL: https://issues.apache.org/jira/browse/ARROW-4764 > Project: Apache Arrow > Issue Type: Bug > Components: C++, C++ - Plasma, Packaging, Python > Reporter: Uwe Korn > Priority: Major > > System Java will load also the system {{libstdc++}} which is older then the > conda provided one. Thus a later loading of the plasma library will raise > missing symbol errors: > {code:java} > Start process 317574433 OK, cmd = > [/home/travis/build/xhochy/arrow/cpp-install/bin/plasma_store_server -s > /tmp/store14796 -m 10000000] > Start object store success > Kill plasma store process forcely > Exception in thread "main" java.lang.UnsatisfiedLinkError: > /home/travis/build/xhochy/arrow/cpp-build/debug/libplasma_java.so: > /usr/lib/x86_64-linux-gnu/libstdc++.so.6: version `CXXABI_1.3.11' not found > (required by /home/travis/build/xhochy/arrow/cpp-build/debug/libplasma.so.13) > at java.lang.ClassLoader$NativeLibrary.load(Native Method) > at java.lang.ClassLoader.loadLibrary0(ClassLoader.java:1941) > at java.lang.ClassLoader.loadLibrary(ClassLoader.java:1857) > at java.lang.Runtime.loadLibrary0(Runtime.java:870) > at java.lang.System.loadLibrary(System.java:1122) > at > org.apache.arrow.plasma.PlasmaClientTest.<init>(PlasmaClientTest.java:49) > at > org.apache.arrow.plasma.PlasmaClientTest.main(PlasmaClientTest.java:252){code} -- This message was sent by Atlassian Jira (v8.20.10#820010)