Skip to Main Content

Java Database Connectivity (JDBC)

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

database connection problem SQL Error: 20, SQLState: 61000

770384May 31 2011 — edited May 31 2011
we are doing stress test on our new web site that uses vaadin framework and hibernate. Our application/web server is apache tomcat and maximum thread number is adjusted to 750.
we are using jmeter for stress test and when we send 500 user scenario (approximately 15 - 20 database connection per user) in 30 seconds
we are encountered the following error:

*14:43:10,502 WARN JDBCExceptionReporter:233 - SQL Error: 20, SQLState: 61000*
*14:43:10,503 ERROR JDBCExceptionReporter:234 - The Network Adapter could not establish the connection*

but if we send 500 user in 45 seconds there is no problem, jmeter test is completed with 100% success. even if we send 900 user in 120 or 180 second it is OK.
it seems that there is a DB related parameter that we could not handle properly or maybe operating system limitation (windows 2008 R2).

any help will be appreciated. thanks in advance.
gokhan

Edited by: gokhangulgezen on May 31, 2011 6:38 AM
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Jun 28 2011
Added on May 31 2011
2 comments
24,549 views