Difference between revisions of "Extraction Browser"

From Knowitall
Jump to: navigation, search
(Created page with "== Restarting the Demo in the event of a failure == === Old Demo (the one [http://www.cs.washington.edu/research/textrunner/reverbdemo.html here]) === For this demo to run, apach...")
 
Line 1: Line 1:
== Restarting the Demo in the event of a failure ==
+
== (Re)starting the Extraction Browser ==
=== Old Demo (the one [http://www.cs.washington.edu/research/textrunner/reverbdemo.html here]) ===
+
''Note: Extraction Browser should automatically restart itself under knowall on the machine reliable in the event of a reboot, due to the following crontab entries:
For this demo to run, apache httpd must be running under the knowall account, and memcached should also be running (but is not absolutely necessary)
+
(current as of 12/23/2011)
 +
* @reboot screen -dmS extractionBrowser java -jar ~/web/jetty/jetty-distribution-8.0.4.v20111024/webapps/extractionbrowser-1.0.0-jetty-console.war --port 8088
 +
* @reboot /home/knowall/local/opt/memcached/bin/memcached -d -m 2048 -l `hostname --ip` -p 11211
  
==== Restarting Apache Httpd: ====
 
A cron job has been set up to restart apache httpd properly in the event of a reboot, but if that fails, restart it manually as follows:
 
# Log into rv-n11 as knowall
 
# run the command: /home/knowall/web/apache/bin/apachectl start
 
 
==== Restarting Memcached ====
 
# Log into rv-n11 as knowall (if you haven't already)
 
# run the command: /home/knowall/scripts/restart-memcached.sh
 
 
=== New Demo ([http://openie.cs.washington.edu openie.cs]) ===
 
This version of the demo is still under active development and the method of restarting it is likely to change. For now, start it as follows:
 
# Log in to reliable (as anyone, for now)
 
# check out the "extractionbrowser" project from knowitall version control.
 
# Within a Screen or with nohup, run the command "mvn jetty:run" from the extractionbrowser directory.
 
  
 
== Bug List ==
 
== Bug List ==
 
* Search for predicate:"is located in" yields a null error.
 
* Search for predicate:"is located in" yields a null error.
 
* Search for argument1:"United States" overconstrains the results.
 
* Search for argument1:"United States" overconstrains the results.

Revision as of 23:25, 23 December 2011

(Re)starting the Extraction Browser

Note: Extraction Browser should automatically restart itself under knowall on the machine reliable in the event of a reboot, due to the following crontab entries: (current as of 12/23/2011)

  • @reboot screen -dmS extractionBrowser java -jar ~/web/jetty/jetty-distribution-8.0.4.v20111024/webapps/extractionbrowser-1.0.0-jetty-console.war --port 8088
  • @reboot /home/knowall/local/opt/memcached/bin/memcached -d -m 2048 -l `hostname --ip` -p 11211


Bug List

  • Search for predicate:"is located in" yields a null error.
  • Search for argument1:"United States" overconstrains the results.