So I downloaded aLogCat app to see my logs and here is what I've discovered is going on with my Droid2 phone.
My Service FTP's down a small text file and emails it to me on a 10 minute intrerval. I discovered the SMTP object was producing an error (didn't know why at the time) so I just remm'd out the SMTP code and decided to just let the log run.
Now, without the SMTP causing an error, what I discovered was that on the 2nd 10 min check, there was a SocketException, specifically a timeout when trying to connect to my website. On the next (3rd) 10 min connect attempt there was a SocketException Broken pipe error.
During this time, I am on my website with a page that refreshes automatically every 5 minutes and the site is up. So, I'm now thinking there is an internet connection issue on my Droid2 phone. It's on my home wifi signal and I'm using that all the time on my PC while my driod2 has been turned off and sitting on my table trying to connect every 10 minutes and failing to do so on the 2nd 10 min check.
Recall I turn off my phone by quickly pressing the power button until the screen goes off.
I know this isn't much to go on, but any thoughts appreciated as to what I can try next?