• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

Communication error

 
Ranch Hand
Posts: 219
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
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
 
Consider Paul's rocket mass heater.
reply
    Bookmark Topic Watch Topic
  • New Topic