Unfortunately, the database migration code for migrating to easyrec 1.0 in all versions below 1.0.3 contains an error that leads to incomplete migration under linux, causing exceptions and the inablity to execute plugins.

To fix this, redo the migration with a version > 1.0.3
Follow these steps:
1. log in to your database and set the easyrec version back to 0.98:
update easyrec set version = 0.98 where version = 1.000;
2. undeploy easyrec: stop your tomcat, go to the webapps folder of your tomcat and delete the easyrec-web folder. OR undeploy the web app using your tomcat manageer webapp.
4. deploy the easyrec war file
5. navigate to your easyrec instance in your browser. You should see the easyrec installer v1.0.
6. click through the installer.

Sorry for the inconvenience!

Your easyrec team