Hi,
Problem description:
------------------------
A container managed bean transaction, method call that has 'select...for update'
statement is delayed for some reason. Probably a DB lock or resource un-availability.
Not sure what causes this.
Because of this delay, the bean transaction gets timed out.
Hence the thread is interrupted by Jboss and gets 'Operation interrupted' exception.
This exception is generally followed by 'Protocol violation', 'Bigger type length than
Maximum' and / or 'Refcursor value is invalid' exceptions.
Questions:
------------
When and why will the 'Operation interrupted' exception be thrown?
Can we ignore the other exceptions listed above which are thrown after 'Operation
interrupted' exception?
There are other threads in the same log which has actually taken almost 9mins to
complete the transaction but still were successfully completed without 'Operation
interrupted' exception. Not able to understand this behaviour.
Environment details:
------------------------
Jboss 3.2.3 on Sun Solaris 2.8
Oracle 8.1.6
JDK 1.4.2_03
Max DB connection pool size: 50
Transaction time out is set as 5 mins (300 secs)
-------------------------------------------------------------------------------------
Exception from server log:
-------------------------------
<11:12:03.035> [Thread Pool Worker-0] <DBLogSupportNotificationDAO::getFamilyDetails>
: select
MESSAGE_ID,SEVERITY,EMAIL_TYPE,LAST_FAILURE_TIME,COUNT_OF_FAILURES,NUM_FAILURES_BEFORE_RESEND,LAST_SUCCESS_TIME
from FAMILY_OF_NOTIFICATION where FAMILY_IDENTIFIER = ? for update
...
...
...
{some other threads executing the same query as above have successfully completed the
transaction indicating there is no actual DB lock!}
...
...
...
<11:21:58.678> [Thread Pool Worker-0] EXCEPTION in
<DBLogSupportNotificationDAO::getFamilyDetails()>
...... <Exception Message> : Io exception: Operation interrupted -
...... <Exception Stack Start>
java.sql.SQLException: Io exception: Operation interrupted
...... <Exception Stack Close>
<a
href="http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3825685#3825685">View
the original post</a>
<a
href="http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3825685>Reply
to the post</a>
-------------------------------------------------------
This SF.Net email is sponsored by: IBM Linux Tutorials
Free Linux tutorial presented by Daniel Robbins, President and CEO of
GenToo technologies. Learn everything from fundamentals to system
administration.http://ads.osdn.com/?ad_id=1470&alloc_id=3638&op=click
_______________________________________________
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user