1 Reply Latest reply on Jul 17, 2003 2:55 AM by juhalindfors

    DB Error: ORA-01000

    smilie


      Hi!

      I am using JBoss-3.0.4-Tomcat-4.1.12 with CMP Entity Beans. When I work with the application for 5 Min. I get the error ORA-01000: maximum open cursors exceeded.

      I dont know what to do with this kind of error, ist is possible that JBoss doesnt passivate the Entity Bean instances correctly? With CMP I dont call ejbPassivate explicitly - I think the container should do that. I am using an Oracle Db.

      Do someone know, if its a bug in JBoss?

      Regards,

      Thilko

        • 1. Re: DB Error: ORA-01000

          This is not a passivation issue.

          What is the max connection pool size of your oracle datasource in JBoss, and is your Oracle installation happy giving away that many connections?