Doesn't look like an issue with the script itself, this could happen because you have run out of disk space on the DB cluster or the table has reached its max allocated size, see following links,
http://stackoverflow.com/questions/730579/error-1114-hy000-the-table-is-full http://stackoverflow.com/questions/21850287/error-1114-hy000-the-table-xxx-is-full http://stackoverflow.com/questions/19639343/error-while-executing-sql-file-error-1114-mysql-table-is-full On 3 July 2015 at 12:06, Nirodha Pramod <[email protected]> wrote: > Hi, > > The script was taken from the AM 1.9.0 registry database script. > > -Nirodha > > On Fri, Jul 3, 2015 at 12:05 PM, Nirodha Pramod <[email protected]> wrote: > >> Hi, >> >> I get the below set of errors when running the registry database script >> on a mysql NDB cluster. Could this be a script issue or Mysql config issue? >> >> Any thought on this would be appreciated. >> >> >> >> >> Query OK, 0 rows affected (0.24 sec) >> >> Query OK, 0 rows affected (0.20 sec) >> >> ERROR 1114 (HY000): The table 'UM_ROLE_PERMISSION' is full >> Query OK, 0 rows affected (0.21 sec) >> >> ERROR 1114 (HY000): The table 'UM_USER_ROLE' is full >> ERROR 1114 (HY000): The table 'UM_SHARED_USER_ROLE' is full >> ERROR 1296 (HY000): Got error 708 'No more attribute metadata records >> (increase MaxNoOfAttributes)' from NDBCLUSTER >> ERROR 1114 (HY000): The table 'UM_USER_ATTRIBUTE' is full >> ERROR 1114 (HY000): The table 'UM_DIALECT' is full >> ERROR 1296 (HY000): Got error 708 'No more attribute metadata records >> (increase MaxNoOfAttributes)' from NDBCLUSTER >> ERROR 1114 (HY000): The table 'UM_PROFILE_CONFIG' is full >> ERROR 1114 (HY000): The table 'UM_HYBRID_ROLE' is full >> ERROR 1296 (HY000): Got error 708 'No more attribute metadata records >> (increase MaxNoOfAttributes)' from NDBCLUSTER >> ERROR 1114 (HY000): The table 'UM_SYSTEM_ROLE' is full >> ERROR 1114 (HY000): The table 'UM_SYSTEM_USER_ROLE' is full >> ERROR 1114 (HY000): The table 'UM_HYBRID_REMEMBER_ME' is full >> ERROR 1114 (HY000): The table 'UM_CUSTOM_USERSTORE' is full >> >> Thanks, >> Nirodha >> >> -- >> >> *Nirodha Gallage* >> Associate Technical Lead, QA. >> WSO2 Inc.: http://wso2.com/ >> Mobile: +94716429078 >> > > > > -- > > *Nirodha Gallage* > Associate Technical Lead, QA. > WSO2 Inc.: http://wso2.com/ > Mobile: +94716429078 > > _______________________________________________ > Dev mailing list > [email protected] > http://wso2.org/cgi-bin/mailman/listinfo/dev > > -- Regards, Uvindra Mobile: 777733962
_______________________________________________ Dev mailing list [email protected] http://wso2.org/cgi-bin/mailman/listinfo/dev
