Skip to content
nashamri edited this page Sep 12, 2014 · 1 revision

Welcome to the nupic.examples wiki!

Issues with docker

If you are using docker to run this example and you are getting this error

No handlers could be found for logger "com.numenta.nupic.database.ClientJobsDAO.ClientJobsDAO"

Make sure you have mysql installed.

Installing MySQL on ubuntu

When using the ubuntu docker image, run the following command to get mysql installed.

  • apt-get install mysql-server
  • service mysql start

Then re-run the example and the error message should be gone.