gpt4 book ai didi

node.js - 生成 Xvfb 时出现问题,服务器已经在运行

转载 作者:行者123 更新时间:2023-12-04 13:07:09 24 4
gpt4 key购买 nike

我正在尝试使用 Node js spawn 并行运行 2 个 cypress docker 容器

docker run -v path/to/ws:/e2e -w /e2e --network host cypress/included:8.0.0 --spec 'cypress/integration/cytorus-cache/1.feature'

docker run -v path/to/ws:/e2e -w /e2e --network host cypress/included:8.0.0 --spec 'cypress/integration/cytorus-cache/2.feature'
它失败并出现以下错误;
Xvfb exited with a non zero exit code.

There was a problem spawning Xvfb.

This is likely a problem with your system, permissions, or installation of Xvfb.

----------

Error: _XSERVTransSocketUNIXCreateListener: ...SocketCreateListener() failed

_XSERVTransMakeAllCOTSServerListeners: server already running
(EE)
Fatal server error:
(EE) Cannot establish any listening sockets - Make sure an X server isn't already running(EE)
所以基本上,如果我运行 4 个并行进程,其中 1 个连接到 X11 服务器,3 个出错。
如何处理?我已经尝试设置 unset DISPLAY因为 Cypress 默认以 headless 模式运行。但这没有帮助。

最佳答案

我在并行运行 cypress 测试时遇到了同样的问题。
我的解决方法是删除 --network host从您的命令中避免端口冲突。您可能需要找到另一种方法来访问主机上的服务。
例如,您可以使用 172.17.0.1访问 Docker for Linux 上的主机。

关于node.js - 生成 Xvfb 时出现问题,服务器已经在运行,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/68856961/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com