On May 26, 5:56 am, GregD <[email protected]> wrote:
> All,
>
> This is my first time trying a call_sproc.  Using JDBC adapter and
> getting this error:
>
> Sequel::DatabaseError: NativeException: java.sql.SQLException: JZ006:
> Caught IOException: java.io.NotSerializableException:
> org.jcodings.specific.ASCIIEncoding
>
> DB.call_proc(<proc_name>, :args => valid_args)

>From the error message, it looks like it is unable to serialize some
of your args.  As you did not list the args or a full backtrace, I
can't diagnose the error further.

Jeremy

-- 
You received this message because you are subscribed to the Google Groups 
"sequel-talk" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/sequel-talk?hl=en.

Reply via email to