$ start playframework
start: Rejected send message, 1 matched rules; type="method_call",
sender=":1.6" (uid=1000 pid=1080 comm="start portal ")
interface="com.ubuntu.Upstart0_6.Job" member="Start" error name="(unset)"
requested_reply="0" destination="com.ubuntu.Upstart"
(uid=0 pid=1 comm="/sbin/init")
Run Code Online (Sandbox Code Playgroud)
我正在尝试让playframework开始使用这个 Upstart 脚本。
我在网上和这里看到了类似的错误,但从未找到对它们含义的一般解释。这是否意味着正在启动的进程返回了错误?调试此类错误的一般方法是什么?
Tum*_*oid 36
这意味着您无权告诉 Upstart 要做什么。正如你所说,你失踪了sudo
,普通用户没有启动或停止系统作业的权限。神秘的字符串只是非常工程化(和精确)的表达方式:-)