This week's book giveaway is in the General Computing forum. We're giving away four copies of Arduino in Action and have Martin Evans, Joshua Noble, and Jordan Hochenbaum on-line! See this thread for details.
What makes you think that's an error? If an exception were really being thrown, you wouldn't know what it was because your catch-blocks are all empty. (Don't do that, you need to know what the exception was). So where is that output coming from in your code?
(And when you post code, or XML, please post it inside the "code" tags which you can get by clicking the "Code" button above the box you're about to post in.)