Dear users, I have installed postgresql-9.1.3 in streaming replication mode and pgpool-3.1.2 only in load balancing mode. In log i see message like this<br><br>2012-04-04 15:47:39 LOG:šš pid 16968: pool_send_and_wait: Error or notice message from backend: : DB node id: 0 backend pid: 4664 statement: SELECT 1 message: portal "" does not exist<br>
<br>I have jdbc: 9.0-801.jdbc4<br>And pooling connection with java dbcp<br><span style="font-size:11.0pt;font-family:"Calibri","sans-serif"" lang="EN-US"><br><bean id="Ds"
class="org.apache.commons.dbcp.BasicDataSource"
destroy-method="close"><br>
šššššššš<property
name="driverClassName" value="org.postgresql.Driver" /><br>
šššššššš<property
name="url" value="jdbc:postgresql://${db.server}:${db.port}/${<a href="http://db.name">db.name</a>}"
/><br>
šššššššš<property
name="username" value="${db.user}" /><br>
šššššššš<property
name="password" value="${db.pass}" /><br>
šššššššš<property
name="maxActive" value="${db.connections.max_active}" /><br>
šššššššš<property
name="maxIdle" value="${db.connections.max_idle}" /><br>
šššššššš<property
name="maxWait" value="30000" /><br>
šššššššš<property
name="validationQuery" value="SELECT 1" /><br>
šššššššš<property
name="removeAbandoned" value="true" /><br>
šššššššš<property name="removeAbandonedTimeout"
value="60" /><br>
šššš</bean> </span><br clear="all"><br>While googling i see that this bug was fixed in version pgpool-3.0.3?<br><br>-- <br>σ ΥΧΑΦΕΞΙΕΝ σΕΜΡΧΛΑ εΧΗΕΞΙΚ<br>