Hello!

I am having a SQLException with an orion message saying "Sorry, too many
clients already."
What on earth is that supposed to mean????
The beans work for the first several times and stop working all of a
sudden, producing the error.
I was testing the beans with PostgreSQL on Linux.
Any clue? Here is the portion of the error message:
Thank you very much.

Seung



Something unusual has occured to cause the driver to fail. Please report
this exception: java.sql.SQLException: Sorry, too many clients already
 at org.postgresql.Driver.connect(Driver.java:125)
 at com.evermind.sql.DriverManagerDataSource.getConnection(JAX)
 at
com.evermind.sql.DriverManagerConnectionPoolDataSource.getPooledConnection(JAX)

 at com.evermind.sql.OrionPooledDataSource.eh(JAX)
 at com.evermind.sql.OrionPooledDataSource.d3(JAX)
 at com.evermind.sql.OrionPooledDataSource.getConnection(JAX)
 at com.evermind.sql.DriverManagerXADataSource.ep(JAX)
 at com.evermind.sql.aj.em(JAX)
 at com.evermind.sql.an.prepareStatement(JAX)
 at com.evermind.sql.an.prepareStatement(JAX)
 at
com.freightstream.ejb.BookingStatusBean.ejbCreate(BookingStatusBean.java:159)

 at
BookingStatusHome_EntityHomeWrapper19.create(BookingStatusHome_EntityHomeWrapper19.java:289)

 at
com.freightstream.ejb.EJBManagerBean.addBookingStatus(EJBManagerBean.java:150)

 at
EJBManager_StatelessSessionBeanWrapper11.addBookingStatus(EJBManager_StatelessSessionBeanWrapper11.java:858)

 at
com.freightstream.servlet.BookingStatusAdd.service(BookingStatusAdd.java:40)

 at javax.servlet.http.HttpServlet.service(HttpServlet.java)
 at com.evermind.server.http.d1.si(JAX)
 at com.evermind.server.http.d1.forward(JAX)
 at com.evermind.server.http.ed.sp(JAX)
 at com.evermind.server.http.ed.so(JAX)
 at com.evermind.util.f.run(JAX)
..................
...................



Reply via email to