Zulu not starting

Have recently noticed that Zulu is not starting, have tried starting manually with fwconsole but still no joy.

Running Zulu 13.0.53.4

Zulu_out.log shows the following…

2017-10-04 15:39 -06:00: ^[[31m[2017-10-04 15:39:51.201] [ERROR] console - ^[[39mError: Cannot find module '…/build/Debug/sqlclient’
at Function.Module._resolveFilename (module.js:336:15)
at Function.Module._load (module.js:278:25)
at Module.require (module.js:365:17)
at require (module.js:384:17)
at Object. (/var/www/html/admin/modules/zulu/node/node_modules/mariasql/lib/Client.js:13:11)
at Module._compile (module.js:460:26)

Suggestions on how to resolve?

Mike

You need to reinstall it

rm -Rf /var/www/html/admin/modules/zulu
fwconsole ma downloadinstall zulu
1 Like

Thanks, that seems to have done the trick.