So I worked on this project for quite some time. I thought it was a waste of effort, but the higher ups wanted it and so they got it. It worked perfectly in development, so we moved it to test. Worked perfectly in test, so they moved it to a production server but kept it pointing to test data. Worked like a charm. So they moved it to another production server and pointed the configuration to production data.
Now it fails. But just for me (so far).
This is a production environment. I can’t attach to the process to debug, and because this was a ‘hurry up and get it done’ application, I didn’t put in any tracing or logging. While I catch all exceptions, something happens in some of the business objects that I use to cause a 500 Internal Server error, and I cannot catch that anyway.
Now I’m twiddling my thumbs waiting for a miracle…
Damn I hate bugs. Especially when it’s not my code that makes them.
rolled out on
Wednesday, June 29, 2005 8:38 AM