2 Replies Latest reply on Aug 26, 2005 11:54 PM by haribabu_nunna

    Connection Pooling

    haribabu_nunna

      Hai All,
      I am using Jboss 4.0.0 as Application Server and MySql as Database. I configured the Datasource in Jboss4.0. When i try to connect to the DataSource, it works fine. After a certain amount of time of accessing the web pages hosted on the server, I get the following Error.
      No Managed Connection with in the configured blocked time out....

      And from there on the Jboss does not process any request... The Process becomes very slow..

      Can U help me to solve this issue..

      Thanks & Regards,
      Hari......

        • 1. Re: Connection Pooling
          barnaby33

          Are you sure you are releasing your connections to the pool? Sounds suspiciously like you aren't.
          Josh

          • 2. Re: Connection Pooling
            haribabu_nunna

            Hai ,
            I am releasing the connections and even I put the trace status true and it notified nothing........... To avoid this, I tried by connecting to the database directly by using Drivermanager.connect() method and even i could see those connections comming and mixing up with this.. So plz kindly let me know how to seperate them to the connections in the datasource..

            Thanks & Regards,
            Hari Babu Nunna