I get the following error with JDBC 4.1 Package for Xbase database Implementation-Version: 5.2.002 on May 08, 2014, but I don't get the error with Implementation-Version: 5.1.207 on March 03, 20.
Error quering for new pks in relatedfoundset
> com.servoy.j2db.persistence.RepositoryException: Connection pool for server boss_db exhausted
Exception Object: com.servoy.j2db.persistence.RepositoryException: Connection pool for server boss_db exhausted
MSG: Connection pool for server boss_db exhausted
is a ServoyException
Errorcode: 227
com.servoy.j2db.persistence.RepositoryException: Connection pool for server boss_db exhausted
at com.servoy.j2db.server.Za.Zo.getRawConnection(Zo.java:1620)
at com.servoy.j2db.server.Za.Zo.Za(Zo.java:1232)
at com.servoy.j2db.server.dataprocessing.Zfb.Za(Zfb.java:3)
at com.servoy.j2db.server.dataprocessing.Zw.Za(Zw.java:1213)
at com.servoy.j2db.server.dataprocessing.Zw.performQuery(Zw.java:1516)
at sun.reflect.GeneratedMethodAccessor240.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at com.servoy.j2db.util.AbstractRemoteInvocationHandler.invokeMethod(AbstractRemoteInvocationHandler.java:77)
at com.servoy.j2db.util.ThreadingRemoteInvocationHandler$1.run(ThreadingRemoteInvocationHandler.java:79)
at java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.lang.Thread.run(Unknown Source)
Connection pool for server boss_db exhausted
> com.servoy.j2db.persistence.RepositoryException: Connection pool for server boss_db exhausted
> com.servoy.j2db.persistence.RepositoryException: Connection pool for server boss_db exhausted
Exception Object: com.servoy.j2db.persistence.RepositoryException: Connection pool for server boss_db exhausted
MSG: Connection pool for server boss_db exhausted
is a ServoyException
Errorcode: 227
com.servoy.j2db.persistence.RepositoryException: Connection pool for server boss_db exhausted
at com.servoy.j2db.server.Za.Zo.getRawConnection(Zo.java:1620)
at com.servoy.j2db.server.Za.Zo.Za(Zo.java:1232)
at com.servoy.j2db.server.dataprocessing.Zfb.Za(Zfb.java:3)
at com.servoy.j2db.server.dataprocessing.Zw.Za(Zw.java:1213)
at com.servoy.j2db.server.dataprocessing.Zw.performQuery(Zw.java:1516)
at sun.reflect.GeneratedMethodAccessor240.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at com.servoy.j2db.util.AbstractRemoteInvocationHandler.invokeMethod(AbstractRemoteInvocationHandler.java:77)
at com.servoy.j2db.util.ThreadingRemoteInvocationHandler$1.run(ThreadingRemoteInvocationHandler.java:79)
at java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.lang.Thread.run(Unknown Source)
Connection pool for server boss_db exhausted
> com.servoy.j2db.persistence.RepositoryException: Connection pool for server boss_db exhausted
|
It's strange. Whether it failed to run, or exhaust after run normally a few time?
|