Hi everyone,
I'm running phabricator from git master branch (91479e2832817bb7e021d879036caec5672109d2). After tonight's frequently happening upgrade on my server, an Exception is thrown when accessing WebUI:
Exception Phabricator is not configured to serve cluster requests. Set `cluster.addresses` in the configuration to whitelist cluster hosts before sending requests that use a cluster authentication mechanism.
This is the corresponding log:
[14-Apr-2016 12:57:02 Europe/Berlin] [2016-04-14 12:57:02] EXCEPTION: (Exception) Phabricator is not configured to serve cluster requests. Set `cluster.addresses` in the configuration to whitelist cluster hosts before sending requests that use a cluster authentication mechanism. at [<phabricator>/src/infrastructure/env/PhabricatorEnv.php:799] [14-Apr-2016 12:57:02 Europe/Berlin] arcanist(head=master, ref.master=737f5c0df976), phabricator(head=master, ref.master=91479e283281), phutil(head=master, ref.master=a46f7b7e5d80) [14-Apr-2016 12:57:02 Europe/Berlin] #0 <#2> PhabricatorEnv::isClusterAddress(string) called at [<phabricator>/src/infrastructure/env/PhabricatorEnv.php:793] [14-Apr-2016 12:57:02 Europe/Berlin] #1 <#2> PhabricatorEnv::isClusterRemoteAddress() called at [<phabricator>/src/aphront/site/PhabricatorSite.php:11] [14-Apr-2016 12:57:02 Europe/Berlin] #2 <#2> PhabricatorSite::shouldRequireHTTPS() called at [<phabricator>/src/aphront/configuration/AphrontApplicationConfiguration.php:346] [14-Apr-2016 12:57:02 Europe/Berlin] #3 <#2> AphrontApplicationConfiguration::buildController() called at [<phabricator>/src/aphront/configuration/AphrontApplicationConfiguration.php:205] [14-Apr-2016 12:57:02 Europe/Berlin] #4 <#2> AphrontApplicationConfiguration::processRequest(AphrontRequest, PhutilDeferredLog, AphrontPHPHTTPSink, MultimeterControl) called at [<phabricator>/src/aphront/configuration/AphrontApplicationConfiguration.php:145] [14-Apr-2016 12:57:02 Europe/Berlin] #5 <#2> AphrontApplicationConfiguration::runHTTPRequest(AphrontPHPHTTPSink) called at [<phabricator>/webroot/index.php:17] [14-Apr-2016 12:57:02 Europe/Berlin] #6 phlog(Exception) called at [<phabricator>/src/aphront/response/AphrontUnhandledExceptionResponse.php:20] [14-Apr-2016 12:57:02 Europe/Berlin] #7 AphrontUnhandledExceptionResponse::setException(Exception) called at [<phabricator>/webroot/index.php:21]
I tried to setup a fresh install just now and the same happens without anything changed aside from default Setup beside of:
- mysql.host
- mysql.user
- mysql.pass
- phabricator.base-uri
- storage.local-disk.path
- repository.default-local-path
The reproduction steps are:
- Make a clean install of Phabricator following official Guide
- Try to open the Website