I found out the reason for the below issue, it has to do something with max wait time, it was 10 seconds, when I increased to 20 seconds it started working fine. When accessing from out of country, it is still throwing the same error message, I think it is because it takes little longer to process which exceeds the maxwait time of 20 seconds. I tried to increase the maxwait to 50 seconds and for some reason it doesn't take it. It hangs the application.
Can I get an example of the maxwait code which sets time higher than 50 seconds. I really appreciate your help. Thanks Simon --- In [email protected], "Simon Mathew" <avara...@...> wrote: > > Application works perfectly fine if one person use it at a time. I checked > the number of connection pool and it has the size of 100. I have spent too > much time without any result to figure this out. > > I am using Tomcat 6, Java for serverside script, MySQL for database, and use > BlazeDS with remote Object. > > I desparately need your help, it is a bug brought up after we implemented the > system. > > Thanks > Simon Mathew >

