Hi all.
I am using weblogic 8.1.
I am getting the following error.
This is happening when we try to process multiple insert at the same time.
When we try to do 900 insert i am getting this error.
In my weblogic console under JTA it is configured like this.
Timeout Seconds: 30
Abandon Timeout Seconds: 86400
Before Completion Iteration Limit: 10
Max Transactions: 10000
Max Unique Name Statistics: 1000
Checkpoint Interval Seconds: 300
Above is the configuration in my localhost.
When i tried the same thing in out
Test Server it works fine.
The Test server ,console everything is one and the same expect the
Timeout Seconds : 240.
So i changed the timeout in my localhost weblogic console and started the server once again,but it didnt help.
Any help/hint will be really useful.
Thanks