java.sql.SQLException: Internal error when parsing callable statement metadata (missing parameter type)
Searched on Google with the first line of a JAVA stack trace?
We can recommend more relevant solutions and speed up debugging when you paste your entire stack trace with the exception message. Try a sample exception.
Recommended solutions based on your search
Solutions on the web
via mysql.com by Unknown author, 1 year ago
java.sql.SQLException: Internal error when parsing callable statement metadata (missing parameter type)
at com.mysql.jdbc.DatabaseMetaData.getProcedureColumns(DatabaseMetaData.java:2653)
at com.mysql.jdbc.CallableStatement.determineParameterTypes(CallableStatement.java:1042)
at com.mysql.jdbc.CallableStatement.
(CallableStatement.java:83) at com.mysql.jdbc.Connection.prepareCall(Connection.java:1248)
at com.mysql.jdbc.Connection.prepareCall(Connection.java:1225)
at TestCallableStatement.
(TestCallableStatement.java:34) at TestCallableStatement.main(TestCallableStatement.java:112)