Errors related to applications, code (PHP, Ruby, etc.), hardware, drivers, etc.
When I first installed Microsoft Outlook 2007 on my new Windows 7 laptop I had some issues with it crashing. At first I was unable to locate the issue but eventually I received the below error which pointed to the Microsoft Outlook Mobile Service add-in or OMS as it is also called. While I never…
I was tasked with troubleshooting a Ruby Rufus Task Scheduler issue today so I started with reviewing the log files. Upon digging into the logs I noticed numerous errors which are expanded below. The primary error appeared to be a connection issue from Ruby to PostgreSQL as it was complaining about too many connections. While…
When I booted my Windows 7 laptop this morning to start working on a project everything seemed normal at first. Then I attempted to start Microsoft Outlook 2007 to view any new email and I received an error. At first I assumed that the error was a fluke and if I simply rebooted everything would…
The error detailed below is from the Apache error logs. The error displayed in the Apache error log after the first attempt to visit monarch.cgi for the first time. I had already installed the JavaScript::DataFormValidator Perl module but after initially installing the JavaScript::DataFormValidator Perl module I also installed Perl 5.10 in a different location than the…
The below is part of the output when receiving an error attempting to install the Perl DBD::mysql module using the CPAN shell. I rarely use the Perl CPAN shell since most of the packages are available on CentOS, my typical Linux distribution choice for servers, using the yum package manager. In this case I was…
In the process of installing Monarch, which is a Nagios file manager, earlier I ran into a couple errors for modules I thought I had already installed. Then I realized the issue must be because during the process of installing modules Perl wanted to upgrade from 5.8 to 5.10 on CentOS. I went ahead and…
I am working on getting Monarch installed on a server to manage Nagios file. Part of the setup includes installing a bunch of items using Perl’s CPAN. One of the packages I needed to install was called “XML::LibXML::Common” but it failed with an error. The error was overcome on CentOS by installing libxml2-devel using yum.…
If you are new to WinDbg (The Windows Debugger) like I am then you might struggle with some of the initial configuration items. I would suggest you do your best to get through the initial configuration issues so you can troubleshoot your Crash Dump files to analyze the issues on your computer. So far I…
A colleague at work today had some questions regarding Google Calendar that I attempted to assist him with. In the process I ran into some things that didn’t make a lot of sense to me so I wanted to point out some of the issues I found with importing Calendar Events into Google Calendar. Below…