Discover why GoDC won't start on Mac

醉酒当歌 提交于 2019-12-25 20:02:11

问题


I'm trying to run GoCD on MacOS (10.12) for testing purposes. When I run both the server and the client apps, they do not provide any GUI output (they should show progress bars or a host configuration) and they quit a couple of seconds after starting.

When I try to run the apps from Terminal as:

/Applications/Go\ Server.app/Contents/MacOS/go-server

I get the following output:

Got directory: /Users/taatyyu1/Library/Application Support/Go Server [It exists]

and then the app quits.

How can I discover what is the issue of the apps not starting properly?


回答1:


The logs of the apps are available in

~/Library/Application\ Support/Go\ Server/osx-app.log 

and

~/Library/Application\ Support/Go\ Agent/osx-app.log

They contain the information from apps starting up and you can use them to figure out what goes wrong



来源:https://stackoverflow.com/questions/48259842/discover-why-godc-wont-start-on-mac

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!