Hi
I am running jsp/servlet web application on IBM WebSphere Application Server V6 and accessing database connection from database server IBM UDB DB2 V8.2.
As of now, only 10 users are consistent connected to database for
testing web application but they are not getting connection consistent (not stable) and they get disconnected many times and the following exception throws in the logs :-
[7/19/05 16:57:41:113 IST] 0000002d SystemErr R at
com.saterisystems.sasinv1r0.webarch.iarchie.database.ConnectionPoolForWeb.getConnection(ConnectionPoolForWeb.java:283)
[7/19/05 16:57:41:113 IST] 0000002d SystemErr R at
com.saterisystems.sasinv1r0.webarch.iarchie.database.ConnectionPoolForWeb.getConnection(ConnectionPoolForWeb.java:283)
[7/19/05 16:57:41:113 IST] 0000002d SystemErr R at
com.saterisystems.sasinv1r0.webarch.iarchie.database.ConnectionPoolForWeb.getConnection(ConnectionPoolForWeb.java:283)
[7/19/05 16:57:41:113 IST] 0000002d SystemErr R at
com.saterisystems.sasinv1r0.webarch.iarchie.database.ConnectionPoolForWeb.getConnection(ConnectionPoolForWeb.java:283)
Websphere Connection is set as Max 30 and Min. 20 (per data source)
After this research I have increased MAXAPPLS and MAXAGENTS value in databases. Default is 40 and I increased unto 155 but still user is not able to connect to databases.
Note: I checked that we are releasing the database connection properly in our code.
It is very urgent. Can anybody help me to resolve this problem?
Note: Our Developers (programmers) had already release all the connection in our application.
I tried to resolve this problem? Why user is getting disconnection frequently.
I would very appreciate your response.
Thanks & Regards
uday