Closed ghost closed 9 years ago
Thanks for opening the issue, I find several problem when moving to the version 2.1-rc5. I will try to fix it asap.
@darchaimbault I fixed some problem that occurred with the move to orientdb 2.1-rc5 in #29 I think it was an issue related to your, have you been able to run properly the sample and your application since then?
Hi, I'm experiencing the same issue with version 0.2.7-SNAPSHOT and wisdom version 0.9.1. I'm using the 2.1-rc3 OrientDB version for linux. Thanks.
Hi, have you try with 2.1-rc5 by any chance?
Does it happens when you try to connect to a remote orientdb db only?
Ok, I can reproduce with orientdb community 2.0.13 as remote and the last wisdom-orientdb snapshot which is based on 2.1-rc5
This is probably due to having a different client and server version.
The Client driver version is different than Server version: client=30, server=28.
This can lead to serialization problem. The server send back the serialized exception that cannot be deserialized.
I confirm, everything works well with orientdb 2.1-rc5 on the server side as well.
Strange thing, I've cloned a proper version of our project (without a route change, which cannot trigger such issues...) and everything works well, even with my changes.
Thanks, I keep in mind this fix if we encounter new problems !
Ok, let me know if there is any problem. I will make a new release once the version 2.1 is cut. Everything should be more stable.
Hi,
I use the last version of wisdom-orientdb-object but I've encountered some problem with the latest snapshot version. At the beginning of the week my orientdb setup was running correctly, but now I got error at runtime.
So I tried to check with a fresh copy of the sample and the error occurs as well:
it works when it use the memory database, it works (with an error at runtime) using the plocal database but fail when using the remote database setup. I use the 2.0.11 OrientDb version on mac OSX.
Here is my stack traces for the plocal database (the sample is working but i got this error at launch):
And, when using the remote database (orientDB 2.0.11, with latest wisdom-orientdb snapshot), here is the error I encounter :
Can you help me ? Thanks in advance.