well, in your statement, the parameters are missing.
2013-08-05 10:18:01 STATEMENT: select distinct count(*) as
rownum from minta as m join partner as p on ( m.partnerid =
p.partnerid ) join mintajelleg as mj on ( mj.mintajellegid =
m.mintajellegid ) where m.status IN and m.mintajellegid
= and m.partnerid =
there should be 'm.mintajellegid = ???? and m.partnerid = ????'
but this should not be the cause of the rather heavy database
system crash