Xcode Server无法启动

时间:2015-02-02 15:42:25

标签: ios xcode osx-server xcode-server

我很难使用这台Xcode服务器,已经浪费了很多时间......我在约塞米蒂的一切都是最新的。上周一切都运行良好,除了每次我必须重新启动我的mac mini服务器,我必须通过VNC登录再次启动Xcode服务器,我有时间经历选择Xcode.app的痛苦过程。

这停止了工作,当我选择Xcode.app时,我得到了无限的等待时间,并且在取消时他告诉我同意Xcode的用户许可......

我找到了重启服务器的命令行并得到了结果:

polarios:~ nicky$ sudo xcrun xcscontrol --restart
2015-02-02 16:34:46.006 xcscontrol[3197:22247] I am xcscontrol (version 2.0 from /Applications/Xcode.app)
2015-02-02 16:34:46.006 xcscontrol[3197:22247] Arguments: (
    "/Applications/Xcode.app/Contents/Developer/usr/bin/xcscontrol",
    "--restart"
)
2015-02-02 16:34:46.264 xcscontrol[3197:22247] Xcode version: 6.1.1 (6A2008a) (OS X SDK 13F26, iOS SDK 12B411)
2015-02-02 16:34:46.267 xcscontrol[3197:22247] Server version: 4.0.3 (14S350)
2015-02-02 16:34:46.267 xcscontrol[3197:22247] OS X version: 10.10.1 (14B25)
2015-02-02 16:34:46.269 xcscontrol[3197:22247] Launching task: /bin/launchctl unload -w /System/Library/LaunchDaemons/com.apple.xcsd.plist
2015-02-02 16:34:46.341 xcscontrol[3197:22247] Launching task: /bin/launchctl unload -w /System/Library/LaunchDaemons/com.apple.xcscouch.plist
2015-02-02 16:34:46.411 xcscontrol[3197:22247] Launching task: /bin/launchctl unload -w /System/Library/LaunchDaemons/com.apple.xcsredis.plist
2015-02-02 16:34:46.479 xcscontrol[3197:22247] Launching task: /bin/launchctl unload -w /System/Library/LaunchDaemons/com.apple.xcscontrol.plist
2015-02-02 16:34:46.560 xcscontrol[3197:22247] Launching task: /bin/launchctl load -w /System/Library/LaunchDaemons/com.apple.xcscouch.plist
2015-02-02 16:34:47.876 xcscontrol[3197:22247] Launching task: /bin/launchctl load -w /System/Library/LaunchDaemons/com.apple.xcsredis.plist
2015-02-02 16:34:47.950 xcscontrol[3197:22247] Launching task: /bin/launchctl load -w /System/Library/LaunchDaemons/com.apple.xcsd.plist
2015-02-02 16:34:48.019 xcscontrol[3197:22247] Launching task: /bin/launchctl load -w /System/Library/LaunchDaemons/com.apple.xcscontrol.plist
2015-02-02 16:34:48.414 xcscontrol[3197:22250] [XCSHTTPResponse] Received an unexpected error: -1004 (Could not connect to the server.) - GET https://127.0.0.1:20344/api/ping
2015-02-02 16:34:50.785 xcscontrol[3197:22250] [XCSHTTPResponse] Received an unexpected error: -1004 (Could not connect to the server.) - GET https://127.0.0.1:20344/api/ping
2015-02-02 16:34:52.773 xcscontrol[3197:22259] [XCSHTTPResponse] Received an unexpected error: -1004 (Could not connect to the server.) - GET https://127.0.0.1:20344/api/ping
2015-02-02 16:34:54.632 xcscontrol[3197:22250] [XCSHTTPResponse] Received an unexpected error: -1004 (Could not connect to the server.) - GET https://127.0.0.1:20344/api/ping

我在使用服务器应用3.2的Maverick上遇到了这个问题,除非它,我无法解决,因为这个原因我更新了Yosemite。

1 个答案:

答案 0 :(得分:1)

经过数小时的搜索,我终于找到了问题。我在控制台的日志中深入挖掘。在Xcode服务器问题之前我发现了一些关于QuickLook的错误。该错误是由于缺少/ tmp而导致QuickLook无法启动。我看着并意识到符号链接/ tmp指向/ private / tmp并不存在。然后我创建了该目录并授予777权限。一切都恢复了!

我认为这与上周试图在/tmp/mysql.sock上打开套接字的我正在搞乱的MySQL安装有关。

对于有类似问题的人,我的建议是深入了解服务器日志,搜索xcscontrol,并查看发生了什么样的错误。