Syncleus / Ferma

An ORM / OGM for the TinkerPop graph stack.
http://syncleus.com/Ferma
Apache License 2.0
136 stars 26 forks source link

Client driver version on ferma 3 #48

Closed tomsfernandez closed 6 years ago

tomsfernandez commented 6 years ago

The error "The Client driver version is different than Server version: client=37, server=36. You could not use the full features of the newer version. Assure to have the same versions on both" comes up.

Can i use the client of version=36 in ferma 3?

freemo commented 6 years ago

@tomasfernandezm This error is likely completely unrelated to Ferma. It is more likely an issue with tinkerpop itself. Can you successfully use tinkerpop 3 directly?

freemo commented 6 years ago

@tomasfernandezm Are you using orientdb?

https://github.com/orientechnologies/orientdb/issues/6494

tomsfernandez commented 6 years ago

my bad, i was using orientdb with 3.0. Downgraded ferma and ferma-orient to 2.X.X and it worked. Thanks

freemo commented 6 years ago

@tomasfernandezm anytime! Good luck.