• 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

Connection Timeout Issues

 
Ranch Hand
Posts: 31
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi Guys need your help....
I want to check the existence of a particular file in a server from my application...
The used the following code-


The code was working fine as long as the server was up...
Once the server was down(Thanks to Sandy) and up again,my application started showing errors.
I looked into the log files and found that the application was no longer able to connect with the server and throwing Time Out Exception after 120 seconds.
I tried to open the file from a browser and it working perfectly fine...
Is there a problem with the codes or the server..

Thanks,
Tapan

 
Tapan Agarwal
Ranch Hand
Posts: 31
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
The Issue was resolved when the appplication server was restarted..
can anyone tell me what was causing the problem..
 
reply
    Bookmark Topic Watch Topic
  • New Topic