-
Notifications
You must be signed in to change notification settings - Fork 9
Error when trying to connect to Orientdb 2.2.5 #40
Comments
Hey @ospaarmann, can you show the code you're using to establish the connection? Thanks! |
I got the same error.
|
What version of MarcoPolo are you using? |
I tried with no success all versions: 0.2.x warning: function Error.exception/1 is undefined (module Error is not available) iex(1)> {:ok, conn} = MarcoPolo.start_link(host: "localhost", port: 2424, user: "root", password: "*****",connection: {:db, "test", :graph}) Version 0.1 all works fine! :) But it´s a shame not use all improvments u made. Do you have any idea of time to working on it ? and the next features like integrating with ecto as you said ? We all here loves the orientdb. I decided to get away with java spring forever using phoenix and with this driver will be hard and with a lot of pain. Tks I hope u can with orientdb make this driver official. |
@caiovmv can you try to use MarcoPolo from master? Also, there won't be any Ecto integration any time soon, so please don't count on that :). And also, contributions are more than welcome to this project in case you want to get your hands dirty :)! |
Hey, sorry for the late reply. Would be great if you could have a look into this. When I'm using MarcoPolo from master, this happens:
And when using the latest release:
This only happens with the latest versions of OrientDB. I have no idea why this time out occurs. Any hint or idea is highly appreciated! Thanks |
I'm experiencing the same issue as @ospaarmann with version 2.2.20 |
I'm experiencing timeouts as well with version 2.2.18 and marco_polo 0.2.x (tried all versions), however marco_polo 0.1.0 works. |
Hey @stoft, I am not maintaining this for the time being and as far as I know there is nobody else doing so. If you manage to find a fix for this though, send a PR and I'll gladly review :) |
When upgrading OrientDB to 2.2.5 and trying to connect I get the following error:
Edit: Just to clarify: I use poolboy to start the a pool of MarcoPolo processes. When trying to connect directly in the console, I get a timeout error:
The text was updated successfully, but these errors were encountered: