Re: can't connect with Datomic transactor

2014-09-09 Thread Shaun Robinson
Hi Wilker, I experienced the same using datomic.api/connect while experimenting with datomic-pro (0.9.4815.12) and Clojure 1.7.0-alpha2. Dropping back to Clojure 1.6.0 fixed the issue. (Datomic releases targeted Clojure 1.5 until Aug 31, 2014, and now target Clojure 1.6) [1] Shaun [1]

Re: can't connect with Datomic transactor

2014-09-09 Thread Alex Miller
A fix for this has been applied to Clojure master for the next release (no plan for when that will be yet, but probably ~weeks). On Monday, September 8, 2014 11:18:56 PM UTC-5, Wilker wrote: Actually, I just got an answer on the Datomic list, the problem is that I'm using Clojure

Re: can't connect with Datomic transactor

2014-09-08 Thread Josh Lehman
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

Re: can't connect with Datomic transactor

2014-09-08 Thread Wilker
Hi Josh, I know that I have the transactor running, creating databases works, just connecting that doesn't... I tried your solution, but I'm still getting the same error, I would like to know at least maybe a better way to debug it, the major issue is that the error messages doesn't give any

Re: can't connect with Datomic transactor

2014-09-08 Thread Wilker
Actually, I just got an answer on the Datomic list, the problem is that I'm using Clojure 1.7.0-alpha2. So, just have to wait for a new version now. --- Wilker LĂșcio http://about.me/wilkerlucio/bio Woboinc Consultant +55 81 82556600 On Tue, Sep 9, 2014 at 1:12 AM, Wilker wilkerlu...@gmail.com