English Deutsch Français Italiano Español Português 繁體中文 Bahasa Indonesia Tiếng Việt ภาษาไทย
All categories

A weblogic application starts coming up and attempts to initialize a database connection pool to a database that is hung. This is hanging the weblogic app. Are there any Weblogic parameters/values that can be set to allow it to proceed to come up gracefully and continue to attempt to set up the connections to the hung database (which will presumably be bounced) for the connection pool?

2007-02-12 08:09:46 · 2 answers · asked by Radagast97 6 in Computers & Internet Programming & Design

2 answers

Depending on the version of WebLogic (hopefully 9.2), see if you can change the Statement Timeout parameter to something reasonable (the default is "-1" which disables the timeout). You may also want to look at your testing parameters to see if you are testing the JDBC connection as well.

I haven't run into the database problem unless I was really having a database problem that needed resolution. I'm running on Oracle in case you are curious.

2007-02-12 08:21:51 · answer #1 · answered by Jim Maryland 7 · 0 0

i'm a C# developer. yet i won't be in a position to photograph ToString (that's a manner) without the parentheses. As a manner, is it no longer meant to be ToString(); if so, the above the place you have the If dt.Rows.count quantity <> 0 Then TextBox1.textual content fabric = dt.Rows(0)(a million).ToString TextBox2.textual content fabric = dt.Rows(0)(2).ToString TextBox3.textual content fabric = dt.Rows(0)(3).ToString it would be: If dt.Rows.count quantity <> 0 Then TextBox1.textual content fabric = dt.Rows(0)(a million).ToString() TextBox2.textual content fabric = dt.Rows(0)(2).ToString() TextBox3.textual content fabric = dt.Rows(0)(3).ToString() this would be a sturdy clarification for the blunders announcing that it failed whilst changing the varchar fee 'equipment.records.DataRowView' to records type int, i'm specific. i've got even have been given an blunders like that for the time of C#. O, I word there is likewise yet another spot above this the place ToString does not have the parentheses '()' permit me comprehend if this works, ok?

2016-10-02 00:53:34 · answer #2 · answered by hamb 4 · 0 0

fedest.com, questions and answers