<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: Supporting Oracle FCF in Tomcat</title>
	<atom:link href="http://keremerkan.net/posts/supporting-oracle-fcf-in-tomcat/feed/" rel="self" type="application/rss+xml" />
	<link>http://keremerkan.net/posts/supporting-oracle-fcf-in-tomcat/</link>
	<description>The mind of the six billionth one...</description>
	<lastBuildDate>Thu, 17 May 2012 07:37:16 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
	<item>
		<title>By: Kerem</title>
		<link>http://keremerkan.net/posts/supporting-oracle-fcf-in-tomcat/comment-page-1/#comment-30307</link>
		<dc:creator>Kerem</dc:creator>
		<pubDate>Fri, 02 Dec 2011 16:16:19 +0000</pubDate>
		<guid isPermaLink="false">http://keremerkan.net/?p=92#comment-30307</guid>
		<description>Hi Johnny,

I also get this problem time to time. It seems to be an Oracle 10g issue. 11g does not have this problem.</description>
		<content:encoded><![CDATA[<p>Hi Johnny,</p>
<p>I also get this problem time to time. It seems to be an Oracle 10g issue. 11g does not have this problem.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Johnny Redbeard</title>
		<link>http://keremerkan.net/posts/supporting-oracle-fcf-in-tomcat/comment-page-1/#comment-30037</link>
		<dc:creator>Johnny Redbeard</dc:creator>
		<pubDate>Wed, 30 Nov 2011 17:02:04 +0000</pubDate>
		<guid isPermaLink="false">http://keremerkan.net/?p=92#comment-30037</guid>
		<description>Kerem:
Great article, the connection pool has been favorable to me, yet recently I have been running into this error.

java.sql.SQLException: Invalid or Stale Connection found in the Connection Cache
	at oracle.jdbc.driver.SQLStateMapping.newSQLException(SQLStateMapping.java:70)
	at oracle.jdbc.driver.DatabaseError.newSQLException(DatabaseError.java:131)
	at oracle.jdbc.driver.DatabaseError.throwSqlException(DatabaseError.java:197)
	at oracle.jdbc.driver.DatabaseError.throwSqlException(DatabaseError.java:261)
	at oracle.jdbc.driver.DatabaseError.throwSqlException(DatabaseError.java:269)
	at oracle.jdbc.driver.DatabaseError.throwSqlException(DatabaseError.java:490)
	at oracle.jdbc.pool.OracleImplicitConnectionCache.getConnection(OracleImplicitConnectionCache.java:403)
	at oracle.jdbc.pool.OracleDataSource.getConnection(OracleDataSource.java:374)
	at oracle.jdbc.pool.OracleDataSource.getConnection(OracleDataSource.java:178)
	at oracle.jdbc.pool.OracleDataSource.getConnection(OracleDataSource.java:156)

My Resource attributes are as such: 
connectionCacheName=&quot;CXCACHE-pb_28&quot; 
        connectionCacheProperties=&quot;{MaxStatementsLimit=5, MinLimit=1, MaxLimit=100, ValidateConnection=true, InactivityTimeout=10, ConnectionWaitTimeout=10}&quot;
        connectionCachingEnabled=&quot;true&quot; 
maxActive=&quot;10&quot; 
		maxIdle=&quot;1&quot;
        minIdle=&quot;1&quot; 
        removeAbandoned=&quot;true&quot;
        validationQuery = &quot;select 1 from dual&quot; 
        testOnBorrow = &quot;true&quot;


Any idea on why this is happening?

Thanks,
Johnny</description>
		<content:encoded><![CDATA[<p>Kerem:<br />
Great article, the connection pool has been favorable to me, yet recently I have been running into this error.</p>
<p>java.sql.SQLException: Invalid or Stale Connection found in the Connection Cache<br />
	at oracle.jdbc.driver.SQLStateMapping.newSQLException(SQLStateMapping.java:70)<br />
	at oracle.jdbc.driver.DatabaseError.newSQLException(DatabaseError.java:131)<br />
	at oracle.jdbc.driver.DatabaseError.throwSqlException(DatabaseError.java:197)<br />
	at oracle.jdbc.driver.DatabaseError.throwSqlException(DatabaseError.java:261)<br />
	at oracle.jdbc.driver.DatabaseError.throwSqlException(DatabaseError.java:269)<br />
	at oracle.jdbc.driver.DatabaseError.throwSqlException(DatabaseError.java:490)<br />
	at oracle.jdbc.pool.OracleImplicitConnectionCache.getConnection(OracleImplicitConnectionCache.java:403)<br />
	at oracle.jdbc.pool.OracleDataSource.getConnection(OracleDataSource.java:374)<br />
	at oracle.jdbc.pool.OracleDataSource.getConnection(OracleDataSource.java:178)<br />
	at oracle.jdbc.pool.OracleDataSource.getConnection(OracleDataSource.java:156)</p>
<p>My Resource attributes are as such:<br />
connectionCacheName=&#8221;CXCACHE-pb_28&#8243;<br />
        connectionCacheProperties=&#8221;{MaxStatementsLimit=5, MinLimit=1, MaxLimit=100, ValidateConnection=true, InactivityTimeout=10, ConnectionWaitTimeout=10}&#8221;<br />
        connectionCachingEnabled=&#8221;true&#8221;<br />
maxActive=&#8221;10&#8243;<br />
		maxIdle=&#8221;1&#8243;<br />
        minIdle=&#8221;1&#8243;<br />
        removeAbandoned=&#8221;true&#8221;<br />
        validationQuery = &#8220;select 1 from dual&#8221;<br />
        testOnBorrow = &#8220;true&#8221;</p>
<p>Any idea on why this is happening?</p>
<p>Thanks,<br />
Johnny</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: srinivasan</title>
		<link>http://keremerkan.net/posts/supporting-oracle-fcf-in-tomcat/comment-page-1/#comment-12980</link>
		<dc:creator>srinivasan</dc:creator>
		<pubDate>Thu, 12 May 2011 22:29:42 +0000</pubDate>
		<guid isPermaLink="false">http://keremerkan.net/?p=92#comment-12980</guid>
		<description>It is a very good article. Will let you know, after, i tiry it out.

Thanks Again,

Sri</description>
		<content:encoded><![CDATA[<p>It is a very good article. Will let you know, after, i tiry it out.</p>
<p>Thanks Again,</p>
<p>Sri</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Kerem</title>
		<link>http://keremerkan.net/posts/supporting-oracle-fcf-in-tomcat/comment-page-1/#comment-4530</link>
		<dc:creator>Kerem</dc:creator>
		<pubDate>Wed, 11 Aug 2010 20:35:29 +0000</pubDate>
		<guid isPermaLink="false">http://keremerkan.net/?p=92#comment-4530</guid>
		<description>Hello Ken,

Unfortunately no, I have no experience with DataGuard.</description>
		<content:encoded><![CDATA[<p>Hello Ken,</p>
<p>Unfortunately no, I have no experience with DataGuard.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ken</title>
		<link>http://keremerkan.net/posts/supporting-oracle-fcf-in-tomcat/comment-page-1/#comment-4524</link>
		<dc:creator>Ken</dc:creator>
		<pubDate>Wed, 11 Aug 2010 16:45:18 +0000</pubDate>
		<guid isPermaLink="false">http://keremerkan.net/?p=92#comment-4524</guid>
		<description>Before I go home-brewing from your examples, I&#039;d like to ask if you&#039;ve had any experience applying this (or a similar) approach against an Oracle DataGuard 10g environment...no load-balancing, fast connection failover enabled?</description>
		<content:encoded><![CDATA[<p>Before I go home-brewing from your examples, I&#8217;d like to ask if you&#8217;ve had any experience applying this (or a similar) approach against an Oracle DataGuard 10g environment&#8230;no load-balancing, fast connection failover enabled?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Kerem</title>
		<link>http://keremerkan.net/posts/supporting-oracle-fcf-in-tomcat/comment-page-1/#comment-3357</link>
		<dc:creator>Kerem</dc:creator>
		<pubDate>Fri, 23 Apr 2010 23:45:13 +0000</pubDate>
		<guid isPermaLink="false">http://keremerkan.net/?p=92#comment-3357</guid>
		<description>Hi, we are exactly following the &lt;a href=&quot;http://tomcat.apache.org/tomcat-6.0-doc/jndi-datasource-examples-howto.html&quot; rel=&quot;nofollow&quot;&gt;Tomcat JDBC guideline&lt;/a&gt; for opening connections in JSP.</description>
		<content:encoded><![CDATA[<p>Hi, we are exactly following the <a href="http://tomcat.apache.org/tomcat-6.0-doc/jndi-datasource-examples-howto.html" rel="nofollow">Tomcat JDBC guideline</a> for opening connections in JSP.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ASR</title>
		<link>http://keremerkan.net/posts/supporting-oracle-fcf-in-tomcat/comment-page-1/#comment-3355</link>
		<dc:creator>ASR</dc:creator>
		<pubDate>Fri, 23 Apr 2010 22:25:45 +0000</pubDate>
		<guid isPermaLink="false">http://keremerkan.net/?p=92#comment-3355</guid>
		<description>Thanks Kerem , actually i realized i was not connection oracle connection pool datasource that problem is addressed, but when the DB is shutdown its not able to failover smoothly.

Can you please share your sample JSP code.</description>
		<content:encoded><![CDATA[<p>Thanks Kerem , actually i realized i was not connection oracle connection pool datasource that problem is addressed, but when the DB is shutdown its not able to failover smoothly.</p>
<p>Can you please share your sample JSP code.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Kerem</title>
		<link>http://keremerkan.net/posts/supporting-oracle-fcf-in-tomcat/comment-page-1/#comment-3115</link>
		<dc:creator>Kerem</dc:creator>
		<pubDate>Mon, 05 Apr 2010 05:55:26 +0000</pubDate>
		<guid isPermaLink="false">http://keremerkan.net/?p=92#comment-3115</guid>
		<description>You seem to have entered the wrong username/password combination.</description>
		<content:encoded><![CDATA[<p>You seem to have entered the wrong username/password combination.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ASR</title>
		<link>http://keremerkan.net/posts/supporting-oracle-fcf-in-tomcat/comment-page-1/#comment-3114</link>
		<dc:creator>ASR</dc:creator>
		<pubDate>Mon, 05 Apr 2010 00:27:10 +0000</pubDate>
		<guid isPermaLink="false">http://keremerkan.net/?p=92#comment-3114</guid>
		<description>I try to setup exactly but im getting  below exception.

&lt;pre lang=&quot;text&quot;&gt;
java.sql.SQLException: User credentials doesn&#039;t match the existing ones
        at oracle.jdbc.pool.OracleImplicitConnectionCache.validateUser(OracleImplicitConnectionCache.java:296)
        at oracle.jdbc.pool.OracleImplicitConnectionCache.defaultUserPrePopulateCache(OracleImplicitConnectionCache.java:216)
        at oracle.jdbc.pool.OracleImplicitConnectionCache.(OracleImplicitConnectionCache.java:198)
        at oracle.jdbc.pool.OracleConnectionCacheManager.createCache(OracleConnectionCacheManager.java:298)
        at oracle.jdbc.pool.OracleDataSource.cacheInitialize(OracleDataSource.java:412)
        at oracle.jdbc.pool.OracleDataSource.getConnection(OracleDataSource.java:393)
        at oracle.jdbc.pool.OracleDataSource.getConnection(OracleDataSource.java:179)
        at oracle.jdbc.pool.OracleDataSource.getConnection(OracleDataSource.java:157)
        at org.apache.jsp.Testfanpool_jsp._jspService(Testfanpool_jsp.java:73)
&lt;/pre&gt;

any help in this will be greatly appreciated.</description>
		<content:encoded><![CDATA[<p>I try to setup exactly but im getting  below exception.</p>

<div class="wp_syntax"><div class="code"><pre class="text" style="font-family:monospace;">java.sql.SQLException: User credentials doesn't match the existing ones
        at oracle.jdbc.pool.OracleImplicitConnectionCache.validateUser(OracleImplicitConnectionCache.java:296)
        at oracle.jdbc.pool.OracleImplicitConnectionCache.defaultUserPrePopulateCache(OracleImplicitConnectionCache.java:216)
        at oracle.jdbc.pool.OracleImplicitConnectionCache.(OracleImplicitConnectionCache.java:198)
        at oracle.jdbc.pool.OracleConnectionCacheManager.createCache(OracleConnectionCacheManager.java:298)
        at oracle.jdbc.pool.OracleDataSource.cacheInitialize(OracleDataSource.java:412)
        at oracle.jdbc.pool.OracleDataSource.getConnection(OracleDataSource.java:393)
        at oracle.jdbc.pool.OracleDataSource.getConnection(OracleDataSource.java:179)
        at oracle.jdbc.pool.OracleDataSource.getConnection(OracleDataSource.java:157)
        at org.apache.jsp.Testfanpool_jsp._jspService(Testfanpool_jsp.java:73)</pre></div></div>

<p>any help in this will be greatly appreciated.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Kerem</title>
		<link>http://keremerkan.net/posts/supporting-oracle-fcf-in-tomcat/comment-page-1/#comment-2326</link>
		<dc:creator>Kerem</dc:creator>
		<pubDate>Fri, 01 Jan 2010 15:09:25 +0000</pubDate>
		<guid isPermaLink="false">http://keremerkan.net/?p=92#comment-2326</guid>
		<description>I am glad that I could help.

Cheers.</description>
		<content:encoded><![CDATA[<p>I am glad that I could help.</p>
<p>Cheers.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

