Try running without the xargs and showing what find gives xargs.
Also try running without xargs. find has the ability to do the same thing with the -exec command
info find "Actions" "Run Commands" "Single File"
For more explenation of this really neat tool

Find does a lot more then just finding files.