这个Upstart初始化错误是什么意思?
$ 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") 我正在尝试使playframework开始使用此Upstart脚本。 我在网上和这里都看到了类似的错误,但从未找到关于它们含义的一般解释。这是否意味着正在启动的进程返回了错误?调试此类错误的一般方法是什么?