I am getting a run time error when I run a select query in Volt DB stored procedure. When I run the select query in volt DB web studio everything is fine. The error is as follows:
Error: VOLTDB ERROR: UNEXPECTED FAILURE: java.lang.RuntimeException: VoltTableRow is in an invalid state. Consider calling advanceRow(). at org.voltdb.VoltTableRow.validateColumnType(VoltTableRow.java:752) at org.voltdb.VoltTableRow.getDouble(VoltTableRow.java:384) at procedures.testPrcUpdateConstraint.run(testPrcUpdateConstraint.java:93) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:606) at org.voltdb.ProcedureRunner.call(ProcedureRunner.java:316) at org.voltdb.iv2.ProcedureTask.processInitiateTask(ProcedureTask.java:111) at org.voltdb.iv2.MpProcedureTask.run(MpProcedureTask.java:157) at org.voltdb.iv2.MpRoSite.run(MpRoSite.java:278) at org.voltcore.utils.CoreUtils$6$1.run(CoreUtils.java:644) at java.lang.Thread.run(Thread.java:744)
Any pointers as to what might have went wrong would be very helpful.