【问题标题】:Error while delivering code in RTC在 RTC 中交付代码时出错
【发布时间】:2023-03-07 08:48:01
【问题描述】:

我在 Ubuntu 12.10 64 位上设置 RTC。我的 RTC 和 JDK7 也是 64 位版本。每当我尝试使用 RTC 交付代码时,都会出现错误:

Error logged from Process Client UI: 
No more handles [MOZILLA_FIVE_HOME='/opt/xulrunner/'] (java.lang.UnsatisfiedLinkError: Could not load SWT library. Reasons: 
    /opt/IBM/TeamConcert/configuration/org.eclipse.osgi/bundles/613/1/.cp/libswt-mozilla-gtk-3659.so (libxpcom.so: cannot open shared object file: No such file or directory)
    swt-mozilla-gtk (Not found in java.library.path)
    /tmp/swtlib-64/libswt-mozilla-gtk-3659.so (libxpcom.so: cannot open shared object file: No such file or directory)
    /tmp/swtlib-64/libswt-mozilla-gtk.so (/tmp/swtlib-64/liblibswt-mozilla-gtk.so.so: cannot open shared object file: No such file or directory)
)

我在我的系统上运行了这个:

$ ldd libswt-mozilla-gtk-3659.so
    linux-vdso.so.1 =>  (0x00007ffff5bff000)
    libxpcom.so => not found
    libnspr4.so => /usr/lib/x86_64-linux-gnu/libnspr4.so (0x00007ffc49b3e000)
    libplds4.so => /usr/lib/x86_64-linux-gnu/libplds4.so (0x00007ffc49939000)
    libplc4.so => /usr/lib/x86_64-linux-gnu/libplc4.so (0x00007ffc49734000)
    libstdc++.so.6 => /usr/lib/x86_64-linux-gnu/libstdc++.so.6 (0x00007ffc49431000)
    libm.so.6 => /lib/x86_64-linux-gnu/libm.so.6 (0x00007ffc49134000)
    libgcc_s.so.1 => /lib/x86_64-linux-gnu/libgcc_s.so.1 (0x00007ffc48f1e000)
    libc.so.6 => /lib/x86_64-linux-gnu/libc.so.6 (0x00007ffc48b5f000)
    libpthread.so.0 => /lib/x86_64-linux-gnu/libpthread.so.0 (0x00007ffc48941000)
    libdl.so.2 => /lib/x86_64-linux-gnu/libdl.so.2 (0x00007ffc4873d000)
    librt.so.1 => /lib/x86_64-linux-gnu/librt.so.1 (0x00007ffc48535000)
    /lib64/ld-linux-x86-64.so.2 (0x00007ffc49eb6000)

【问题讨论】:

    标签: eclipse xulrunner rational-team-concert ibm-jazz


    【解决方案1】:

    jazz.net thread 提到:

    这是一个 Eclipse 问题 (bug 343889)。
    许多 linux 发行版最近都升级到了 xulrunner-2.0,它与某些版本的 eclipse 不兼容。 (即使使用xmlrunner-compat 包)

    检查您的 xulrunner 版本。
    如果是 2.0,您可能需要在 RTC 中关闭嵌入式浏览器(不推荐)
    --或者-- 我所做的是将 RTC 安装到标准的 Eclipse Indigo 发行版中,该发行版可以与 xulrunner-2 一起使用
    -- 或 -- 降级到以前的 xulrunner (1.9)

    (那个或者有一个installation issue with the current xulrunner

    【讨论】:

      猜你喜欢
      • 2019-07-19
      • 1970-01-01
      • 2014-03-23
      • 2022-10-12
      • 1970-01-01
      • 1970-01-01
      • 2019-04-09
      • 1970-01-01
      • 1970-01-01
      相关资源
      最近更新 更多