-
Notifications
You must be signed in to change notification settings - Fork 24
Home
nashamri edited this page Sep 12, 2014
·
1 revision
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.
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.