Interworx not getting restarted

When i try to restart iworx it gives error

Uncaught IWorx_Exception_DbUtil: DB Error: unknown error SELECT ip.ip_id FROM nodeworx_ips ip ORDER BY inet_aton(ip.ipaddr) [nativecode=1016 ** Can't open file: 'nodeworx_ips.MYI'. (errno: 144)]
A system error has occurred. Please try your request again in a few minutes.
If the error persists, please contact support.
Binding IP Aliases: [FAILED]
no: 144 and unable to restart error is as under

Here are the steps to resolve it.

1) search for the files location

2) Go to the folder of this db file generally its (/usr/local/interworx/var/lib/mysql/iworx)

3) repair file using command.
myismchk -r nodeworx_ips.MYI

4) If it doesn't work run repair on all tables as under.
myismchk -r *

5) restart interworx and it shold resolve the issue.
 
  • 1 Users Found This Useful
Was this answer helpful?

Related Articles

Restricting FTP user from climbing back to /home

1) Edit vsftpd.conf 2) unhash chroot_local_user=YES

Error when browsing phpinfo.php warning : phpinfo() has been disabled for security reasons

You have added phpinfo in the disabled functions in your php.ini Ssh to your server and...

Uploaded files of FTP shows 600 instead of 644

vi /etc/vsftpd.con localumask=022 /etc/init.d/vsftpd restart

FTP not connecting giving errors in CentOS

1) Check if selinux is disabled # getenforce If it shows enforcing, then selinux is restricting...

Dig command is not working

Use this command to install dig command. # apt-get install dnsutils

Powered by WHMCompleteSolution