• 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

Weblogic: Peer unreachable for 240 seconds

 
Greenhorn
Posts: 4
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I have a simple J2EE server client application. Its deployed on weblogic server. Whenever my client is receiving large chunk of data from server i get error saying "Peer is unreachable for 240 seconds". I tried configuring heartbeat timeout (IdlePeriodsUntilTimeout) to 10 seconds (default value was 4). And my understanding was even if i receive error it would say "Peer is unreachable for 600 seconds" (as in both cases heartbeat PeriodLength is 60). But i still keep getting error that peer is unreachable for 240 seconds.
I tried to find information about server tuning for this issue. But I could not find anything else.
Any help or hint would be appreciated.
Thanks.
 
I'm gonna teach you a lesson! Start by looking at this tiny ad:
a bit of art, as a gift, the permaculture playing cards
https://gardener-gift.com
reply
    Bookmark Topic Watch Topic
  • New Topic