Page MenuHomePhabricator

PhabricatorTaskmasterDaemon exiting with error 255 repeatedly
Closed, ResolvedPublic

Description

Daemon is stuck in a loop crashing with error 255.

EXCEPTION: (PhutilProxyException) Error while executing Task ID 709. {>} (Exception) Capability not supported. at [<phabricator>/src/applications/transactions/editor/PhabricatorApplicationTransactionEditor.php:2433]

I have run the update script to pull in any changes in the repository today but that has not fixed this issue. The full error snippet from the daemon log is shown below

Full Error Snippet.png (390×1 px, 53 KB)

Server is a VPS with Ubuntu 15.04 64bit Server installed dedicated to just running Phabricator and the notification server with pygments enabled. It is a newish install, only 10 tasks with 3 users and a small number of repositories (all up to date) and projects

Event Timeline

epriestley claimed this task.
epriestley added a subscriber: epriestley.

Phurl is a prototype application. See:

https://secure.phabricator.com/book/phabricator/article/prototypes/

You can use bin/worker cancel --id 709 to cancel the task, or wait for Phurl to support this capability (once it does, the task will complete successfully).