Posts tagged as:

hibernate

Hey! Where’d my swap go?

March 21, 2009

I’ve just noticed that I’ve got no swap space! (Dell 1525 running Ubuntu 8.10).
I first installed my laptop with Ubuntu 8.04, and later upgraded to 8.10. After the upgrade I noticed that hibernate no longer worked, and I think (from memory) I found an error message saying something about not enough swap space. I briefly [...]

Read the full article →

No Dialect mapping for JDBC type: -1

April 23, 2008

This Hibernate error came at me out of the blue while working on FilmSuggestions.com - I innocently added a constraint to one of my Grails domain models, setting the maxSize of one of the fields to 2000. This changed the table schema making the column type TEXT instead of VARCHAR.
The problem came from a native [...]

Read the full article →