Hi, The wliconsole shows that the process is aborted after 300 secs but the application continues to process as expected(for 30 minutes)
After 300 secs the status of the execute thread on the Server shows:
weblogic.transaction.inter
nal.JTATra
nsactionIm
pl: name=null, xid=BEA1-279B26E5D80BD0DB8
6EC, status=Rolled back. [Reason=weblogic.transacti
on.interna
l.TimedOut
Exception:
Transaction timed out after 299 seconds
In the WLI Console the process instance monitoring the status is shown as:
Instance ID 10.44.41.36-9c0fb67.10dc86
b67eb.-7e5
9
Service URI /com/LocationMasterProcess
.jpd
Status Aborted
Process Label
SLA Status Not Applicable
Start Time Tuesday, September 19, 2006 8:48:59 PM MDT
Elapsed Time 5 mins 9 secs 170 msecs
Exceptions com.bea.wli.bpm.runtime.Tr
ansactionR
olledBackE
xception : Process aborted due to transaction rollback
Exception Stack Trace java.lang.Throwable: Process aborted due to transaction rollback
at com.bea.wli.bpm.runtime.Jp
dContainer
$TxnListen
er.abortPr
ocess(JpdC
ontainer.j
ava:370)
at com.bea.wli.bpm.runtime.Jp
dContainer
$TxnListen
er.afterCo
mpletion(J
pdContaine
r.java:333
)
at weblogic.transaction.inter
nal.Server
SCInfo.cal
lAfterComp
letions(Se
rverSCInfo
.java:853)
at weblogic.transaction.inter
nal.Server
Transactio
nImpl.call
AfterCompl
etions(Ser
verTransac
tionImpl.j
ava:2658)
at weblogic.transaction.inter
nal.Server
Transactio
nImpl.setR
olledBack(
ServerTran
sactionImp
l.java:250
5)
at weblogic.transaction.inter
nal.Server
Transactio
nImpl.glob
alRetryRol
lback(Serv
erTransact
ionImpl.ja
va:2735)
at weblogic.transaction.inter
nal.Server
Transactio
nImpl.glob
alRollback
(ServerTra
nsactionIm
pl.java:24
95)
at weblogic.transaction.inter
nal.Transa
ctionImpl$
1.execute(
Transactio
nImpl.java
:1759)
at weblogic.kernel.ExecuteThr
ead.execut
e(ExecuteT
hread.java
:197)
at weblogic.kernel.ExecuteThr
ead.run(Ex
ecuteThrea
d.java:170
)
at java.lang.Thread.startThre
adFromVM(U
nknown Source)
The application is working fine but I am not understanding why the process instance is showing as aborted. Could someone please help me in resolving this?
Start Free Trial