It would be to sent some of your code which cause this Exception,but at first glance it seems that there is some thing wrong with your out parameters that their length doesn't match with the length of variables that you declared in java or vice versa. Check your CallableStatement set & get methods to find the exact problem.