NVIDIA / ai-assisted-annotation-client

Client side integration example source code and libraries for AI-Assisted Annotation SDK
Other
307 stars 64 forks source link

Failed to install plugin: liborg_mitk_nvidia_aiaa.so #81

Closed adamwoolhether closed 3 years ago

adamwoolhether commented 3 years ago

I have MITK running in a jupyter hub environment with VNC for gui. The NVIDIA AIAA plugin does not successfully load when starting MitkWorkbench.sh


        at 0x7fbdb63ffdd6: ctkBackTrace::ctkBackTrace(unsigned long) + 0x96 in /home/arc/MITK-v2021.02-linux-x86_64/bin/libCTKCore.so.0.1
        at 0x7fbdb6421bdb: ctkException::ctkException(QString const&, ctkException const&) + 0x4b in /home/arc/MITK-v2021.02-linux-x86_64/bin/libCTKCore.so.0.1
        at 0x7fbdb64223e2: ctkRuntimeException::ctkRuntimeException(QString const&, ctkException const&) + 0x42 in /home/arc/MITK-v2021.02-linux-x86_64/bin/libCTKCore.so.0.1
        at 0x7fbdc1a4eef9: ctkPluginException::ctkPluginException(QString const&, ctkPluginException::Type const&, ctkException const&) + 0x49 in /home/arc/MITK-v2021.02-linux-x86_64/bin/libCTKPluginFramework.so.0.1
        at 0x7fbdc1a2dbaa: ??? + 0xc1a2dbaa in /home/arc/MITK-v2021.02-linux-x86_64/bin/libCTKPluginFramework.so.0.1
        at 0x7fbdc1a4cbdb: ctkPluginContext::installPlugin(QUrl const&, QIODevice*) + 0x3b in /home/arc/MITK-v2021.02-linux-x86_64/bin/libCTKPluginFramework.so.0.1
        at 0x7fbdc1a68f90: ??? + 0xc1a68f90 in /home/arc/MITK-v2021.02-linux-x86_64/bin/libCTKPluginFramework.so.0.1
        at 0x7fbdc1a67969: ctkPluginFrameworkLauncher::startup(QRunnable*) + 0x319 in /home/arc/MITK-v2021.02-linux-x86_64/bin/libCTKPluginFramework.so.0.1
        at 0x7fbdc1a67d47: ctkPluginFrameworkLauncher::run(QRunnable*, QVariant const&) + 0x47 in /home/arc/MITK-v2021.02-linux-x86_64/bin/libCTKPluginFramework.so.0.1
        at 0x7fbdc26841cd: mitk::BaseApplication::main(std::vector<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > > const&) + 0x12d in /home/arc/MITK-v2021.02-linux-x86_64/bin/libMitkAppUtil.so
        at 0x7fbdc19cd7d7: Poco::Util::Application::run() + 0x37 in /home/arc/MITK-v2021.02-linux-x86_64/bin/libPocoUtil.so.60
        at 0x558f8a24d66b: ??? + 0x8a24d66b in /home/arc/MITK-v2021.02-linux-x86_64/bin/MitkWorkbench
        at 0x7fbdc1aff0b3: __libc_start_main + 0xf3 in /usr/lib/x86_64-linux-gnu/libc.so.6
        at 0x558f8a24d79e: ??? + 0x8a24d79e in /home/arc/MITK-v2021.02-linux-x86_64/bin/MitkWorkbench
Caused by: ctkPluginException: The plugin "/home/arc/MITK-v2021.02-linux-x86_64/bin/plugins/liborg_mitk_nvidia_aiaa.so" could not be loaded: Cannot load library /home/arc/MITK-v2021.02-linux-x86_64/bin/plugins/liborg_mitk_nvidia_aiaa.so: (libNvidiaAIAAClient.so: cannot open shared object file: No such file or directory)
        at 0x7fbdb63ffdd6: ctkBackTrace::ctkBackTrace(unsigned long) + 0x96 in /home/arc/MITK-v2021.02-linux-x86_64/bin/libCTKCore.so.0.1
        at 0x7fbdb6421b04: ctkException::ctkException(QString const&) + 0x44 in /home/arc/MITK-v2021.02-linux-x86_64/bin/libCTKCore.so.0.1
        at 0x7fbdb6422372: ctkRuntimeException::ctkRuntimeException(QString const&) + 0x42 in /home/arc/MITK-v2021.02-linux-x86_64/bin/libCTKCore.so.0.1
        at 0x7fbdc1a4ee86: ctkPluginException::ctkPluginException(QString const&, ctkPluginException::Type const&) + 0x46 in /home/arc/MITK-v2021.02-linux-x86_64/bin/libCTKPluginFramework.so.0.1
        at 0x7fbdc1a9334b: ??? + 0xc1a9334b in /home/arc/MITK-v2021.02-linux-x86_64/bin/libCTKPluginFramework.so.0.1
        at 0x7fbdc1a94b1f: ??? + 0xc1a94b1f in /home/arc/MITK-v2021.02-linux-x86_64/bin/libCTKPluginFramework.so.0.1
        at 0x7fbdc1a94d08: ??? + 0xc1a94d08 in /home/arc/MITK-v2021.02-linux-x86_64/bin/libCTKPluginFramework.so.0.1
        at 0x7fbdc1a8a422: ??? + 0xc1a8a422 in /home/arc/MITK-v2021.02-linux-x86_64/bin/libCTKPluginFramework.so.0.1
        ... 9 more```
SachidanandAlle commented 3 years ago

@kislinsk any thoughts?

kislinsk commented 3 years ago

@adamwoolhether Did you download MITK v2021.01 from https://www.mitk.org/wiki/Downloads or from https://www.mitk.org/wiki/Downloads/NVIDIA_AI-Assisted_Annotation_Client? Only the latter downloads come with the NVIDIA AIAA plugin.

In any case, please start the workbench once with a cleared plugin cache: ./MitkWorkbench.sh --BlueBerry.clean

SachidanandAlle commented 3 years ago

closing this issue based on activity..