在solaris上运行selenium RC打开firefox时出现错误:符号g_slice_set_config:未找到引用的符号

发布于 2024-10-05 04:27:26 字数 720 浏览 3 评论 0原文

我正在Solaris 中运行selenium-RC 来启动Web 自动化测试。事实上,我在windows中使用selenium没有任何问题。它有效。 但现在,我想在solaris服务器上进行自动化测试,所以我在solaris上启动selenium RC。但是当它打开firefox时,会出现错误:

ld.so.1: firefox-bin: fatal: relocation error: file /export/home/linus/..../firefox3.5/libxul.so: symbol g_slice_set_config: referenced symbol not found
13:11:22.400 ERROR - Failed to start new browser session, shutdown browser and clear all session data
java.lang.RuntimeException: Timed out waiting for profile to be created!

But without selenium, I can open firefox in Solaris without questions.我对这个问题很困惑。它来自selenium还是firefox?有人可以帮我解决这个问题吗?多谢!

PS 我在我的solaris 服务器上安装了firefox3.5。它位于路线 /export/home/linus/.....firefox3.5

I am runing selenium-RC in solaris to launching web automation testing. In fact, I have used selenium in windows with no problems. And it works.
But now, I want to make automation testing on solaris server, so I start selenium RC on solaris. But when it opening a firefox, the error will come out:

ld.so.1: firefox-bin: fatal: relocation error: file /export/home/linus/..../firefox3.5/libxul.so: symbol g_slice_set_config: referenced symbol not found
13:11:22.400 ERROR - Failed to start new browser session, shutdown browser and clear all session data
java.lang.RuntimeException: Timed out waiting for profile to be created!

But without selenium, I can open firefox in solaris with no problems. I am very confused about this problem. Does it come from selenium or firefox? Could anybody help me with this? Thanks a lot!

P.S. I installed firefox3.5 on my solaris server. And it is in the route /export/home/linus/.....firefox3.5

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

铃予 2024-10-12 04:27:26

问题已解决:看来我的 Firefox 有问题。我安装了另一个firefox,它解决了这个问题。
http://opensolaris.org/jive/thread.jspa?messageID=425759

Problem solved: it seems my firefox has some problem. I install another firefox, it solved the problem.
http://opensolaris.org/jive/thread.jspa?messageID=425759

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文