Search code examples
oraclehibernatewebsphere

hibernate entries stopping on own


I have an application in jsf 1.2 , richfaces and hibernate with oracle 11gR2 at the back end. Data entry in application suddenly stops after like hundred entries. No exception generated by jsf application. Once application is stopped at the websphere and restarted. the data entry from jsf application again starts. and again after 100 or so entries. entry stops. which is resolved by stopping and restarting application on websphere.

I just want to ask where to look for the problem. Any vague idea or starting point would be gold for me.


Solution

  • To better troubleshoot application that hangs you can generate thread dump and analyze it with IBM Thread Dump Analyzer.

    If you are on Linux/AIX you can generate dump using kill -3 pid. Otherwise you need to write jython script (or if in WAS 8.5 use admin console).

    See also: