The problem is in your class file.
It was compiled to com.sitepoint package, but I'm guessing you simply renamed the sitepoint directory to the interviews directory in your deployment. If you want to change the package of a class, you'll need to update the source code to match the package structure, and rebuild.
The quick fix to replace interviews with sitepoint, and put the classes back where they belong.
[Message sent by forum member 'whartung' (whartung)]
http://forums.java.net/jive/thread.jspa?messageID=343414