Re: [Almost every version I used] Page loads takes forever and never loads

2013-04-21 Thread Muhammad Gelbana
I strongly think it may be the database. I'm using datanucleus (JDO). Thanks a lot. On Sun, Apr 21, 2013 at 4:50 AM, Geoff Callender geoff.callender.jumpst...@gmail.com wrote: Three situations I've seen - none due to Tapestry. (1) A wrongly configured router/switch/load-balancer, causing it

Re: [Almost every version I used] Page loads takes forever and never loads

2013-04-21 Thread Paul Stanton
If it is your own server not responding quickly do a stack/thread dump. It may however be an embedded script coming from another server? do you use any third party javascript hosted externally? This has caused similar issues for me before, if the remote server is unreachable. Regards, Paul.

Re: [Almost every version I used] Page loads takes forever and never loads

2013-04-20 Thread Howard Lewis Ship
I've never seen this in any application I've built or deployed, but I tend to use Jetty, not Tomcat. On Fri, Apr 19, 2013 at 10:05 PM, Muhammad Gelbana m.gelb...@gmail.comwrote: This happens rarely and completely randomly. I cannot reproduce it and I have no idea how to debug it. But I can

Re: [Almost every version I used] Page loads takes forever and never loads

2013-04-20 Thread Geoff Callender
Three situations I've seen - none due to Tapestry. (1) A wrongly configured router/switch/load-balancer, causing it to sometimes send the packets to the wrong place. In the cases I've seen, the problem has usually been on the way back. (2) Wrongly configured database connection pooling. The

[Almost every version I used] Page loads takes forever and never loads

2013-04-19 Thread Muhammad Gelbana
This happens rarely and completely randomly. I cannot reproduce it and I have no idea how to debug it. But I can confirm it happens with any page I have, non in specific. What typically happens is that I click a link to load a page, the browser's loading icon starts spinning and that's it. To