Hello Ivan,
Things to check are the following,
1. normally no such method found is caused by conflicting jar files, so clean up the directory and sync the files and remove duplicate ones
2. If it is not that try to see if the user has the good rights to execute the action
Hope this helps,
Good luck!
As Jelle says, this is usually a conflict with the jar files in your userlib.
Pay particular attention to the commons-io-X.X.X.jar files in your userlib. Only one should be present. If you have more than one, then keep the one with the highest version number.
Good luck!
Extra tip:
Sometimes it helps to start a blank project and import all the modules you needed in there and after that check if it works in there. If it does you can compare the userlibs.
here is the picture of my userlib