Wilker, 

It seems that you haven't actually started the transactor. For developing, 
I'd recommend using lein-datomic 
<https://github.com/johnwayner/lein-datomic>. 

Hope that helps,
-Josh

On Sunday, September 7, 2014 8:06:55 PM UTC-7, Wilker wrote:
>
> Hi,
>
> I was using Datomic in memory for a few days, and now I tried to switch 
> for a more persistent storage. First I tried just using the free, but I was 
> getting this error:
>
> CompilerException java.lang.NoSuchMethodError: 
> clojure.lang.SeqIterator.<init>(Lclojure/lang/ISeq;)V, 
> compiling:(form-init5913779045640355531.clj:1:11) 
>
> Then I tried to use pro to see if that works, but end up with same results.
>
> The funny part is, if I try to connect just after launching the transactor 
> I get this:
>
> (def conn (d/connect uri))
> CompilerException clojure.lang.ExceptionInfo: Error communicating with 
> HOST localhost on PORT 4334 {:alt-host nil, :peer-version 2, :password 
> "...", :username "...", :port 4334, :host "localhost", :version "0.9.4894", 
> :timestamp 1410145249419, :encrypt-channel true}, 
> compiling:(form-init5913779045640355531.clj:1:11) 
>
> Then if I run same thing again:
>
> (def conn (d/connect uri))
> CompilerException java.lang.NoSuchMethodError: 
> clojure.lang.SeqIterator.<init>(Lclojure/lang/ISeq;)V, 
> compiling:(form-init5913779045640355531.clj:1:11) 
>
> Running (d/create-database) works just fine (I can confirm by checking on 
> the console).
>
> All that I get from datomic transactor log is this:
>
> 2014-09-08 00:05:24.455 INFO  default    datomic.lifecycle - {:tid 26, 
> :pid 58071, :host "localhost", :port 4334, :encrypt-channel true, :version 
> "0.9.4894", :timestamp 1410145524454, :event :transactor/heartbeat, :rev 
> 198}
>
> I have no more idea about what to do to fix it... You guys know what this 
> issue is about?
>
> Thanks.
> ---
> Wilker LĂșcio
> http://about.me/wilkerlucio/bio
> Woboinc Consultant
> +55 81 82556600
>  

-- 
You received this message because you are subscribed to the Google
Groups "Clojure" group.
To post to this group, send email to clojure@googlegroups.com
Note that posts from new members are moderated - please be patient with your 
first post.
To unsubscribe from this group, send email to
clojure+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/clojure?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"Clojure" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to clojure+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to