I mostly post comments about stuff I spend a bit of time finding on the internet or figured out myself, in a hope that myself and others can find it easier the next time (so I blog a lot about stacktraces!).
From time to time I will also post some personal experiences I'd like to share.
Wednesday, 20 May 2009
Hibernate freeze
All of a sunday my hibernate queries started to freeze when I try to run my unit tests at:
SocketInputStream.socketRead0(FileDescriptor, byte[], int, int, int) line: not available [native method]
Turns out I had the table or something locked in Sqldeveloper. I killed that session and everything started to work again.
No comments:
Post a Comment