• 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

Browser freezing

 
Ranch Hand
Posts: 73
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi,

I have an application that is accessed by users from accross USA. Its a web application using Struts 1.x , Javascript and Oracle App Server. The browser times out in 45 mins. If the user opens the application and let it time out then the user gets an dialog box (implemented using Jav Script/html asking whether the user wishes to relaunch the application- which essentially takes him to the log-in screen. However when the user does it his browser freezes and the user has no other option but to close and restart the browser.

The same application when accessed at headquarters does not present this problem. The problem occurs only in the field offices.


The problem definition is not very clear and specific as I don't have acceess to the field office users and their computers. Please let me know how to go about trouble shooting this problem - what I should look for etc etc.


Thanks
 
Bartender
Posts: 6663
5
MyEclipse IDE Firefox Browser Linux
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I would start by troubleshooting the JS. Bad Javascript can cause the browser to freeze.

A debugger / profiler like firebug can help - http://getfirebug.com/javascript
 
Pallav Bora
Ranch Hand
Posts: 73
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Thanks for your input , Bala!
 
Honk if you love justice! And honk twice for tiny ads!
a bit of art, as a gift, that will fit in a stocking
https://gardener-gift.com
reply
    Bookmark Topic Watch Topic
  • New Topic