IllegalArgumentException Not an out-unique key

26 views
Skip to first unread message

Sergey L

unread,
Sep 29, 2013, 3:52:59 PM9/29/13
to clojure-...@googlegroups.com
Hi!
I try Titanium in repl and have exception:
user> (require '[clojurewerkz.titanium.graph :as tg])
nil
user> (tg/open {"storage.backend" "inmemory"})
#<StandardTitanGraph titangraph[inmemory:null]>
user> (require '[clojurewerkz.titanium.types    :as tt])
nil
user> (tg/transact! (tt/defkey :name String))
#<TitanKeyVertex v[36028797018964002]>
user> (tg/transact! (tv/create! {:name "user1"}))
IllegalArgumentException Not an out-unique key: name  com.google.common.base.Preconditions.checkArgument (Preconditions.java:119)

Sergey L

unread,
Oct 1, 2013, 12:29:11 PM10/1/13
to clojure-...@googlegroups.com
It is not problem Titanium, it is Titan types https://groups.google.com/forum/#!topic/aureliusgraphs/2xMTuEFN3xI .

Zack Maril

unread,
Oct 1, 2013, 3:19:27 PM10/1/13
to clojure-...@googlegroups.com
Thanks for tracking that down. It sounds like once we can get Titanium upgraded to Titan 0.4.0, this shouldn't be a problem anymore. 
-Zack
Reply all
Reply to author
Forward
0 new messages