torodb/stampede

DateTimeParseException - from nodejs sails application

andreabat opened this issue · 5 comments

Hello,
I'm developing a webapplicaton using nodejs ( and specifically sailjs). Whenever I create a new document with dates ( sailsjs adds createdAt and updatedAt) I get a DateTimeParseException error
for example,
com.torodb.torod.core.exceptions.ToroRuntimeException: org.threeten.bp.format.DateTimeParseException: Text '2016-05-11T14:30:00' could not be parsed at index 19.

Everything works fine if i use a "regular" mongod.

Thank you

Forgot the version: 0.40-alpha3

If I remmember correctly, that is an issue that is resolved on the devel
branch. I think we will release a new version on master soon, but you can
try the devel branch right now if you want

2016-05-13 14:54 GMT+02:00 Andrea Batazzi notifications@github.com:

Forgot the version: 0.40-alpha3


You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub
https://github.com/torodb/torodb/issues/90#issuecomment-219034565

Hi @andreabat,

It would be really useful the full stack trace and/or a little test using mongo shell that would permit us to localize and reproduce the issue so it can be fixed.

@andreabat, it was fixed by this commit: torodb/torodb@dd01cda Please try devel branch. As @gortiz mentioned, it will be soon wrapped in a new release. Let us know if it works for you. Thanks

I close this issue, as it does not apply to the new version