Page MenuHomePhabricator

Phd daemon won't run
Closed, ResolvedPublic

Description

Daemon phd wont' start in release installed today.

The /var/tmp/phd/log/daemons.log show message below.

[15-Jun-2015 08:14:23 UTC] [2015-06-15 08:14:23] EXCEPTION: (DomainException) Attempt to write to undeclared property PhutilDaemonHandle::config. at [<phutil>/src/object/Phobject.php:23]
[15-Jun-2015 08:14:23 UTC] arcanist(head=deploy, ref.master=7d15b85a1bc0, ref.deploy=956bfa701c36), phabricator(head=deploy, ref.master=92e868c2fef9, ref.deploy=2fbc65e39649), phutil(head=deploy, ref.master=92882eb9404d, ref.deploy=0e9b850ca74b)
[15-Jun-2015 08:14:23 UTC]   #0 Phobject::__set(string, array) called at [<phutil>/src/daemon/PhutilDaemonHandle.php:35]
[15-Jun-2015 08:14:23 UTC]   #1 PhutilDaemonHandle::__construct(PhutilDaemonOverseer, string, array, array) called at [<phutil>/src/daemon/PhutilDaemonOverseer.php:179]
[15-Jun-2015 08:14:23 UTC]   #2 PhutilDaemonOverseer::run() called at [<phabricator>/scripts/daemon/launch_daemon.php:18]

Without a fix Phabricator will not be of much use

Event Timeline

ostraaten raised the priority of this task from to Needs Triage.
ostraaten updated the task description. (Show Details)
ostraaten added a project: Diffusion.
ostraaten added a subscriber: ostraaten.

It's fixed now, but every 30 seconds, logs is populated with

[15-Jun-2015 10:43:35 Europe/Madrid] [2015-06-15 10:43:35] EXCEPTION: (PhutilProxyException) Error while executing Task ID 198403. {>} (DomainException) Attempt to write to undeclared property PhabricatorMailImplementationPHPMailerAdapter::mailer. at [<phutil>/src/object/Phobject.php:23]
[15-Jun-2015 10:43:35 Europe/Madrid] arcanist(head=master, ref.master=956bfa701c36), phabricator(head=master, ref.master=b95fc8ba5d9f), phutil(head=master, ref.master=3b4da3f33153), sprint(head=master, ref.master=ba0d4c2d46da)
[15-Jun-2015 10:43:35 Europe/Madrid]   #0 <#2> Phobject::__set(string, PHPMailer) called at [<phabricator>/src/applications/metamta/adapter/PhabricatorMailImplementationPHPMailerAdapter.php:13]
[15-Jun-2015 10:43:35 Europe/Madrid]   #1 <#2> PhabricatorMailImplementationPHPMailerAdapter::__construct()
[15-Jun-2015 10:43:35 Europe/Madrid]   #2 <#2> ReflectionClass::newInstance() called at [<phutil>/src/utils/utils.php:671]
[15-Jun-2015 10:43:35 Europe/Madrid]   #3 <#2> newv(string, array) called at [<phabricator>/src/infrastructure/env/PhabricatorEnv.php:513]
[15-Jun-2015 10:43:35 Europe/Madrid]   #4 <#2> PhabricatorEnv::newObjectFromConfig(string) called at [<phabricator>/src/applications/metamta/storage/PhabricatorMetaMTAMail.php:368]
[15-Jun-2015 10:43:35 Europe/Madrid]   #5 <#2> PhabricatorMetaMTAMail::buildDefaultMailer() called at [<phabricator>/src/applications/metamta/storage/PhabricatorMetaMTAMail.php:387]
[15-Jun-2015 10:43:35 Europe/Madrid]   #6 <#2> PhabricatorMetaMTAMail::sendNow() called at [<phabricator>/src/applications/metamta/PhabricatorMetaMTAWorker.php:26]
[15-Jun-2015 10:43:35 Europe/Madrid]   #7 <#2> PhabricatorMetaMTAWorker::doWork() called at [<phabricator>/src/infrastructure/daemon/workers/PhabricatorWorker.php:91]
[15-Jun-2015 10:43:35 Europe/Madrid]   #8 <#2> PhabricatorWorker::executeTask() called at [<phabricator>/src/infrastructure/daemon/workers/storage/PhabricatorWorkerActiveTask.php:162]
[15-Jun-2015 10:43:35 Europe/Madrid]   #9 <#2> PhabricatorWorkerActiveTask::executeTask() called at [<phabricator>/src/infrastructure/daemon/workers/PhabricatorTaskmasterDaemon.php:22]
[15-Jun-2015 10:43:35 Europe/Madrid]   #10 PhabricatorTaskmasterDaemon::run() called at [<phutil>/src/daemon/PhutilDaemon.php:183]
[15-Jun-2015 10:43:35 Europe/Madrid]   #11 PhutilDaemon::execute() called at [<phutil>/scripts/daemon/exec/exec_daemon.php:125]