kontalk / tigase-kontalk

Kontalk server build environment
17 stars 13 forks source link

Docker db: access to metadata denied #14

Closed daniele-athome closed 7 years ago

daniele-athome commented 7 years ago
java.sql.SQLException: User does not have access to metadata required to determine stored
procedure parameter types. If rights can not be granted, configure connection with
"noAccessToProcedureBodies=true" to have driver generate parameters that represent
INOUT strings irregardless of actual parameter types.

I guess some grants are missing? Isn't "GRANT ALL" to the database enough?

daniele-athome commented 7 years ago

Found: procs are created by the root user. Probably Tigase's DBLoader fault.