Closed ghost closed 10 years ago
Will be fixed shortly.
Hi, I downloaded the branch 'execution..', then executed gradlew, replaced the mods files with the new ones, tried to run my code again, but I still get the same error "MODULE_EXCEPTION"
Could you add a test? The new branch is not really ready for anything. I'm trying to fix all bugs and update to Scala 1.0.0-RC1 at the same time.
I'll try to make fix it without the Scala 1.0.0 update at the same time now...
Just pushed a new 0.3.0-SNAPSHOT which uses a new version of the underlying driver, Vert.x and does not involve Scala mod 1.0.0-RC1. Could you retry with this?
Thanks
Guess this works now. If still an issue, please reopen!
I have a mysql table with a bigint type column that has some rows values as null. When I send a prepared select query, I get the error below:
{"status":"error","message":null,"error":"MODULE_EXCEPTION"}
When I replaced the null values in the table with integer values it worked just fine.
I tried to search for "MODULE_EXCEPTION" in github in vertx, netty, and the module repositories but I couldn't find it.
I get the same error message when I tried with a column of type "varchar", so it seems null values (regardless of column type) causes an exception.
Thanks