cancel
Showing results for 
Search instead for 
Did you mean: 

Transaction roll back error

suoza
Champ in-the-making
Champ in-the-making
Hi,
I am getting the following error while using Activit on Jboss.

Caused by: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: User 'jboss' has exceeded the 'max_questions' resource (current value: 10000).

Attaching the server.log file of jboss.


Can any one suggest why i'm getting this error and what is to be changed to fix this.
1 REPLY 1

jbarrez
Star Contributor
Star Contributor
A simple google query led me to this: http://stackoverflow.com/questions/14873094/mysql-error-user-has-exceeded-the-max-questions-resource...

Seems to be a built in feature from MySql to avoid that one user keeps hitting the database….