コマンド /etc/init.d/contextBroker を使用して contextBroker をデプロイしようとすると、次のエラーが発生します。
Starting...
contextBroker is stopped
Starting contextBroker... su: user orion does not exist
cat: /var/log/contextBroker/contextBroker.pid: No such file or directory
pidfile not found [FAILED]
次のコマンドを使用して、contextBroker を開始できます。
/usr/bin/contextBroker -port 10026 -logDir /var/log/contextBroker -pidpath /var/log/contextBroker/contextBroker.pid -dbhost localhost -db orion
問題の原因はどれですか?