在solaris上运行selenium RC打开firefox时出现错误:符号g_slice_set_config:未找到引用的符号
我正在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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
问题已解决:看来我的 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