Created
November 6, 2014 17:52
-
-
Save paregorios/37b7d2df4273bc065ccc to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| $ lein run map-all | |
| Downloading Leiningen to /home/thomase/.lein/self-installs/leiningen-2.5.0-standalone.jar now... | |
| % Total % Received % Xferd Average Speed Time Time Time Current | |
| Dload Upload Total Spent Left Speed | |
| 100 14.2M 100 14.2M 0 0 6214k 0 0:00:02 0:00:02 --:--:-- 8754k | |
| Picked up JAVA_TOOL_OPTIONS: -Dfile.encoding=UTF8 | |
| Picked up JAVA_TOOL_OPTIONS: -Dfile.encoding=UTF8 | |
| Deleting Relations | |
| Exception in thread "main" com.hp.hpl.jena.update.UpdateException: 404 Not Found | |
| at org.apache.jena.fuseki.http.UpdateRemote.execute(UpdateRemote.java:81) | |
| at info.papyri.map$_deleteRelation.invoke(map.clj:182) | |
| at info.papyri.map$_mapAll.invoke(map.clj:421) | |
| at info.papyri.map$_main.doInvoke(map.clj:463) | |
| at clojure.lang.RestFn.invoke(RestFn.java:408) | |
| at clojure.lang.Var.invoke(Var.java:401) | |
| at user$eval5.invoke(form-init2546141559369415824.clj:1) | |
| at clojure.lang.Compiler.eval(Compiler.java:6465) | |
| at clojure.lang.Compiler.eval(Compiler.java:6455) | |
| at clojure.lang.Compiler.load(Compiler.java:6902) | |
| at clojure.lang.Compiler.loadFile(Compiler.java:6863) | |
| at clojure.main$load_script.invoke(main.clj:282) | |
| at clojure.main$init_opt.invoke(main.clj:287) | |
| at clojure.main$initialize.invoke(main.clj:315) | |
| at clojure.main$null_opt.invoke(main.clj:348) | |
| at clojure.main$main.doInvoke(main.clj:426) | |
| at clojure.lang.RestFn.invoke(RestFn.java:421) | |
| at clojure.lang.Var.invoke(Var.java:405) | |
| at clojure.lang.AFn.applyToHelper(AFn.java:163) | |
| at clojure.lang.Var.applyTo(Var.java:518) | |
| at clojure.main.main(main.java:37) | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment