Page MenuHomePhabricator

Cannot create repository with latest HEAD
Closed, ResolvedPublic

Assigned To
None
Authored By
thoughtpolice
May 5 2016, 3:21 AM
Referenced Files
F1258637: pasted_file
May 5 2016, 3:42 AM
F1258641: pasted_file
May 5 2016, 3:42 AM
F1258622: pasted_file
May 5 2016, 3:21 AM

Description

phabricator 95c284b95e5b5ba36746849a3de9bda9105bddb5 (Wed, May 4)
arcanist c58f1b9a2507488b2152473dd1f0bbc7e99c09c1 (Fri, Apr 29)
phutil 0709cd5cfc2616c29104387de6dde3de1db7fa32 (Mon, May 2)

Go to /diffusion/create

pasted_file (347×868 px, 52 KB)

https://secure.phabricator.com/book/phabcontrib/article/adding_new_classes/ at [<phutil>/src/__phutil_library_init__.php:25]
PHP message: arcanist(head=master, ref.master=c58f1b9a2507), libphutil-backblaze(head=master, ref.master=5942030a6370), libphutil-scrypt(head=master, ref.master=141adaddd5a2), libphutil-yubikey(head=master, ref.master=4d9623fb5932), phabricator(head=master, ref.master=95c284b95e5b), phutil(head=master, ref.master=0709cd5cfc26)
PHP message:   #0 <#2> __phutil_autoload(string) called at [<phutil>/src/__phutil_library_init__.php:25]
PHP message:   #1 <#2> spl_autoload_call(string)
PHP message:   #2 <#2> ReflectionClass::__construct(string) called at [<phutil>/src/utils/utils.php:744]
PHP message:   #3 <#2> newv(string, array) called at [<phabricator>/src/aphront/site/AphrontRoutingMap.php:70]
PHP message:   #4 <#2> AphrontRoutingMap::routePath(string) called at [<phabricator>/src/aphront/configuration/AphrontApplicationConfiguration.php:414]
PHP message:   #5 <#2> AphrontApplicationConfiguration::routePath(array, string) called at [<phabricator>/src/aphront/configuration/AphrontApplicationConfiguration.php:373]
PHP message:   #6 <#2> AphrontApplication

womp womp

Event Timeline

Did you restart phabricator?

Ah I see, did you manually go to /diffusion/create/ or did we miss a link somewhere?

Yeah, should be restarted with my custom dumb script:

root@phabricator:~# ps aux | grep php
phabric+ 27478  0.2  0.9 259672 36756 pts/4    S    22:38   0:00 php ./phd-daemon
phabric+ 27479  2.6  1.1 254708 45276 ?        Ss   22:38   0:00 php ./exec_daemon.php PhabricatorRepositoryPullLocalDaemon
phabric+ 27480  3.0  1.2 258612 49140 ?        Ss   22:38   0:00 php ./exec_daemon.php PhabricatorTriggerDaemon
phabric+ 27481  2.4  1.0 253668 43748 ?        Ss   22:38   0:00 php ./exec_daemon.php PhabricatorTaskmasterDaemon
phabric+ 27497  0.0  0.7 253560 29848 pts/4    S    22:38   0:00 php /opt/p/phabricator/bin/aphlict start
root     27516  0.4  0.6 348600 27704 ?        Ss   22:38   0:00 php-fpm: master process (/etc/php5/fpm/php-fpm.conf)
www-data 27519  0.0  0.2 348600  8304 ?        S    22:38   0:00 php-fpm: pool www
www-data 27520  0.0  0.2 348600  8304 ?        S    22:38   0:00 php-fpm: pool www
root     27544  0.0  0.0   8216  2184 pts/4    S+   22:38   0:00 grep --color=auto php
root@phabricator:~# /opt/p/bin/phabricator --stop
msg: putting nginx in maintenance mode... OK
msg: stopping php5-fpm... OK
msg: stopping phabricator daemons... OK
root@phabricator:~# ps aux | grep php
root     27608  0.0  0.0   8216  2224 pts/4    S+   22:39   0:00 grep --color=auto php
root@phabricator:~# /opt/p/bin/phabricator --start
msg: starting phabricator daemons... OK
msg: starting php5-fpm... OK
msg: moving nginx out of maintenance mode... OK
root@phabricator:~# ps aux | grep php
phabric+ 27615  0.1  0.9 259672 36600 pts/4    S    22:39   0:00 php ./phd-daemon
phabric+ 27616  2.3  1.1 254708 45216 ?        Ss   22:39   0:00 php ./exec_daemon.php PhabricatorRepositoryPullLocalDaemon
phabric+ 27617  2.3  1.2 258612 48768 ?        Ss   22:39   0:00 php ./exec_daemon.php PhabricatorTriggerDaemon
phabric+ 27618  2.1  1.0 253668 43904 ?        Ss   22:39   0:00 php ./exec_daemon.php PhabricatorTaskmasterDaemon
phabric+ 27633  0.0  0.7 253560 29716 pts/4    S    22:39   0:00 php /opt/p/phabricator/bin/aphlict start
root     27653  0.4  0.6 348600 28176 ?        Ss   22:39   0:00 php-fpm: master process (/etc/php5/fpm/php-fpm.conf)
www-data 27655  0.0  0.2 348600  8440 ?        S    22:39   0:00 php-fpm: pool www
www-data 27656  0.0  0.2 348600  8440 ?        S    22:39   0:00 php-fpm: pool www
root     27678  0.0  0.0   8216  2316 pts/4    S+   22:40   0:00 grep --color=auto php
root@phabricator:~#

I have no repositories, so this is a fresh install (that I test features/clean/use as a temporary store) so I get this screen:

pasted_file (391×1 px, 27 KB)

and click Create Repository in green.

I do see that going to Create Repository in the top right does go to the right controller, /diffusion/edit/form/default/, which gives me the new, glorious screen:

pasted_file (339×1 px, 39 KB)

so yea, looks like a missed case.

awesome, thanks for the report!