Starting YouTrack as a service fails without error message

混江龙づ霸主 提交于 2019-12-06 04:28:27

Permissions

The owner of the directory /home/youtrack was set properly to the user youtrack. However all subdirectories, including standalone were all owned by root.

After using the command chown -R youtrack:youtrack /home/youtrack, the problem was solved.

This also caused /logs/wrapper.log to not be able to properly log anything without write permissions, hence the lack of errors.

Memory

After fixing the file/folder permissions, YouTrack was still failing to start. This was due to the initial memory allowance being set to 256M. Changing it to 512M solved it.

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