If I use Orion's connection pool with a database that has only a few
connections (5-10)
and I explicitly define it in the data-sources.xml file

Why do I get error messages saying that the maximum number of applications
is already connected to the database.
"
2001-04-05 15:16:30,012 ERROR [ApplicationServerThread]
(Controller.java:87) -
com.evermind.server.rmi.OrionRemoteException: javax.ejb.EJBException:
Error saving state: [IBM][CLI Driver] SQL1040N  The maximum number of
applications is already connected to the database.  SQLSTATE=57030; nested
exception is:javax.ejb.EJBException:
Error saving state: [IBM][CLI Driver] SQL1040N  The maximum number of
applications is already connected to the database.  SQLSTATE=57030
"

as I understand the connection pool, Orion should not use connections if the
maximum allowed is already in use?
could someone explain me Orion's Connection pool with a limited
database(limited number of conections)

Thanks
Hadi



Reply via email to