Hi Raaja, It is simple problem and It is because of Database connection code . If you don't release the database connections properly and once the limit is reached then you get into this problem . So restarting Tomcat server releases all the connections and again you are able to access it.
Check your database connection logic and release the connections once the operation is done . Regards Kiran On Tue, Oct 13, 2009 at 11:20 PM, [email protected] <[email protected]>wrote: > > Dear All Users, > > > I am using the architecture of > > Flex Application running in Tomcat Server (CentOS + linux) using > BlazeDS + accessing java classes of remoting Technolgoy. > > Application running fine in all clients but when inserting or updating > records frequently (upto 100 or more) when reach some point, i have no > response from updation or insertion (tomcat is running so) , then i > have to restart tomcat server and again its working fine... > > if any body face this problem (Exact) please let me know ... > > > Thanks & Regards > > Raaja > > > > --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Flex India Community" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/flex_india?hl=en -~----------~----~----~----~------~----~------~--~---

