cvondrick / vatic

Efficiently Scaling Up Video Annotation with Crowdsourced Marketplaces. IJCV 2012
http://mit.edu/vondrick/vatic/
MIT License
597 stars 255 forks source link

Testing access to web server... ERROR! HTTP Error 404: Not Found #102

Closed derkbreeze closed 6 years ago

derkbreeze commented 6 years ago

Hi guys, when installing the vatic. I always get an error when I do: turkic status --verify and Configuration: Sandbox: False Database: mysql://root:root@localhost/vatic Localhost: http://localhost

Testing access to Amazon Mechanical Turk... ERROR! Signature or access key missing Testing access to database server... OK Testing access to web server... ERROR! HTTP Error 404: Not Found

One or more tests FAILED! is the output, could you tell me how I can fix the 404 Not found error? I can successfully publish the video in offline mode and everything else seems to be good enough. and my error.log outputs like this: [Sat Jun 09 17:36:51.035131 2018] [core:notice] [pid 5146:tid 139942665156480] AH00094: Command line: '/usr/sbin/apache2' [Sat Jun 09 17:41:05.139140 2018] [mpm_event:notice] [pid 5146:tid 139942665156480] AH00491: caught SIGTERM, shutting down [Sat Jun 09 17:41:06.241459 2018] [wsgi:warn] [pid 5958:tid 139776979478400] mod_wsgi: Compiled for Python/2.7.11. [Sat Jun 09 17:41:06.241583 2018] [wsgi:warn] [pid 5958:tid 139776979478400] mod_wsgi: Runtime using Python/2.7.12. [Sat Jun 09 17:41:06.242553 2018] [mpm_event:notice] [pid 5958:tid 139776979478400] AH00489: Apache/2.4.18 (Ubuntu) mod_wsgi/4.3.0 Python/2.7.12 configured -- resuming normal operations [Sat Jun 09 17:41:06.242573 2018] [core:notice] [pid 5958:tid 139776979478400] AH00094: Command line: '/usr/sbin/apache2' I appreciate if anyone can help

derkbreeze commented 6 years ago

Problem solved. I just messed up the root of vatic. In my case. I just modified the 000-configure file in apache. and I just used the /home/jchen311/vatic-tool/public instead of /home/jchen311/vatic-tool/vatic/public, and it works!