I noticed today when I tried to restart apache on my Mac that it had stopped working and gave me this error: /usr/sbin/apachectl: line 82: ulimit: open files: cannot modify limit: Invalid argument Luckily the world is a big place and someone had already fixed the problem. Just open up /usr/sbin/apachectl and change (around line…
Category: error
ActiveRecord::StatementInvalid: Mysql::Error: Got error 139 from storage engine
I ran into a ‘fun’ error with an application I’ve been working on. Everything was running fine and then one day hoptoad started filling up with exceptions like this: ActiveRecord::StatementInvalid: Mysql::Error: Got error 139 from storage engine I hate errors like that. Lucky for me there’s Google: http://forums.mysql.com/read.php?22,63584,166521#msg-166521 http://bugs.mysql.com/bug.php?id=10035 Turns out that each row in…
SQL Server 2005 Express error: 40
I ran into this error while trying to run some scripts on my SQL Server 2005 Express Database: An error has occurred while establishing a connection to the server. When connecting to SQL Server 2005, this failure may be caused by the fact that under the default settings SQL Server does not allow remote connections….