<?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>Wed, 28 Jul 2010 18:24:49 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
	<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>
	<item>
		<title>By: Jiann</title>
		<link>http://keremerkan.net/posts/supporting-oracle-fcf-in-tomcat/comment-page-1/#comment-2324</link>
		<dc:creator>Jiann</dc:creator>
		<pubDate>Fri, 01 Jan 2010 12:20:14 +0000</pubDate>
		<guid isPermaLink="false">http://keremerkan.net/?p=92#comment-2324</guid>
		<description>Hi Kerem,
Thank you, I am now able to connect. Your information is definitely valuable, save me for sure the hassle. Appreciate.
Rgds,
Jiann</description>
		<content:encoded><![CDATA[<p>Hi Kerem,</p>
<p>Thank you, I am now able to connect. Your information is definitely valuable, save me for sure the hassle. Appreciate.</p>
<p>Rgds,<br />
Jiann</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Kerem</title>
		<link>http://keremerkan.net/posts/supporting-oracle-fcf-in-tomcat/comment-page-1/#comment-2323</link>
		<dc:creator>Kerem</dc:creator>
		<pubDate>Fri, 01 Jan 2010 10:32:04 +0000</pubDate>
		<guid isPermaLink="false">http://keremerkan.net/?p=92#comment-2323</guid>
		<description>Hi Jiann,
I edited the post to include the ONS configuration on the client side. Please read the section starting with the creation of &lt;code&gt;ons.config&lt;/code&gt; file.</description>
		<content:encoded><![CDATA[<p>Hi Jiann,</p>
<p>I edited the post to include the ONS configuration on the client side. Please read the section starting with the creation of <code>ons.config</code> file.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jiann</title>
		<link>http://keremerkan.net/posts/supporting-oracle-fcf-in-tomcat/comment-page-1/#comment-2322</link>
		<dc:creator>Jiann</dc:creator>
		<pubDate>Fri, 01 Jan 2010 08:23:10 +0000</pubDate>
		<guid isPermaLink="false">http://keremerkan.net/?p=92#comment-2322</guid>
		<description>Hi Karem,
I am unable to use due to failure to setup the ONS, and I am using tomcat similarly to yours. Can give me some pointers how do you setup the ONS? I asked my DBA and he said the ONS at the DB side has already setup, but I believe on the client side also requires this, am I right? Any help will be very much appreciated.</description>
		<content:encoded><![CDATA[<p>Hi Karem,</p>
<p>I am unable to use due to failure to setup the ONS, and I am using tomcat similarly to yours. Can give me some pointers how do you setup the ONS? I asked my DBA and he said the ONS at the DB side has already setup, but I believe on the client side also requires this, am I right? Any help will be very much appreciated.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Kerem</title>
		<link>http://keremerkan.net/posts/supporting-oracle-fcf-in-tomcat/comment-page-1/#comment-2074</link>
		<dc:creator>Kerem</dc:creator>
		<pubDate>Thu, 26 Nov 2009 17:08:28 +0000</pubDate>
		<guid isPermaLink="false">http://keremerkan.net/?p=92#comment-2074</guid>
		<description>Hi, as far as I know, if you don&#039;t have fastConnectionFailoverEnabled=&quot;true&quot;, it will default to false and you won&#039;t be able to use FCF for this pool. Also, you must enable Implicit Caching or FCF will definitely not work. I have never worked with WebLogic, but the directives should be the same.</description>
		<content:encoded><![CDATA[<p>Hi, as far as I know, if you don&#8217;t have fastConnectionFailoverEnabled=&#8221;true&#8221;, it will default to false and you won&#8217;t be able to use FCF for this pool. Also, you must enable Implicit Caching or FCF will definitely not work. I have never worked with WebLogic, but the directives should be the same.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: gtcol</title>
		<link>http://keremerkan.net/posts/supporting-oracle-fcf-in-tomcat/comment-page-1/#comment-2072</link>
		<dc:creator>gtcol</dc:creator>
		<pubDate>Thu, 26 Nov 2009 14:22:22 +0000</pubDate>
		<guid isPermaLink="false">http://keremerkan.net/?p=92#comment-2072</guid>
		<description>Hi Kerem
I read your article, it is very well described for Tomcat users. I&#039;ve Weblogic v10.3, jdk 1.6, jdbc6_g.jar with Oracle RAC 10.2.0.4 on RHEL4. We recently had issue with production rac, App server continuously thre stack thread error.  We don&#039;t have the fastConnectionFailoverEnabled=&quot;true&quot;
clause in our jdbc pool file. Does it mean we haven&#039;t enabled FCF in our RAC?  Is FCF defaulted to true?
Following is our jdbc pool file element:
-
  60
  0
  1
  0
  200
  10
  600
  0
  1000
  0
  60
  jdbc:oracle:thin:@(DESCRIPTION=(ADDRESS_LIST=(LOAD_BALANCE=ON)(ADDRESS=(PROTOCOL=TCP)(HOST=192.168.21.61)(PORT=10521))(ADDRESS=(PROTOCOL=TCP)(HOST=192.168.21.64)(PORT=10521))(ADDRESS=(PROTOCOL=TCP)(HOST=192.168.21.67)(PORT=10521)))(CONNECT_DATA=(SERVICE_NAME=ipServ)))
  nodes=192.168.21.61:6200,192.168.21.64:6200,192.168.21.67:6200
  HawkeyeLog&quot; driver=&quot;oracle.jdbc.driver.OracleDriver&quot; url=&quot;jdbc:oracle:thin:@(DESCRIPTION=(ADDRESS_LIST=(LOAD_BALANCE=ON)(ADDRESS=(PROTOCOL=TCP)(HOST=192.168.21.61)(PORT=10521))(ADDRESS=(PROTOCOL=TCP)(HOST=192.168.21.64)(PORT=10521))(ADDRESS=(PROTOCOL=TCP)(HOST=192.168.21.67)(PORT=10521)))(CONNECT_DATA=(SERVICE_NAME=ipServ)))&quot; onsConfig=&quot;nodes=192.168.21.61:6200,192.168.21.64:6200,192.168.21.67:6200&quot; username=&quot;ipServUsr&quot; password=&quot;&quot; /&gt;
Thanks</description>
		<content:encoded><![CDATA[<p>Hi Kerem<br />
I read your article, it is very well described for Tomcat users. I&#8217;ve Weblogic v10.3, jdk 1.6, jdbc6_g.jar with Oracle RAC 10.2.0.4 on RHEL4. We recently had issue with production rac, App server continuously thre stack thread error.  We don&#8217;t have the fastConnectionFailoverEnabled=&#8221;true&#8221;<br />
clause in our jdbc pool file. Does it mean we haven&#8217;t enabled FCF in our RAC?  Is FCF defaulted to true?<br />
Following is our jdbc pool file element: </p>
<p>-<br />
  60<br />
  0<br />
  1<br />
  0<br />
  200<br />
  10<br />
  600<br />
  0<br />
  1000<br />
  0<br />
  60<br />
  jdbc:oracle:thin:@(DESCRIPTION=(ADDRESS_LIST=(LOAD_BALANCE=ON)(ADDRESS=(PROTOCOL=TCP)(HOST=192.168.21.61)(PORT=10521))(ADDRESS=(PROTOCOL=TCP)(HOST=192.168.21.64)(PORT=10521))(ADDRESS=(PROTOCOL=TCP)(HOST=192.168.21.67)(PORT=10521)))(CONNECT_DATA=(SERVICE_NAME=ipServ)))<br />
  nodes=192.168.21.61:6200,192.168.21.64:6200,192.168.21.67:6200<br />
  HawkeyeLog&#8221; driver=&#8221;oracle.jdbc.driver.OracleDriver&#8221; url=&#8221;jdbc:oracle:thin:@(DESCRIPTION=(ADDRESS_LIST=(LOAD_BALANCE=ON)(ADDRESS=(PROTOCOL=TCP)(HOST=192.168.21.61)(PORT=10521))(ADDRESS=(PROTOCOL=TCP)(HOST=192.168.21.64)(PORT=10521))(ADDRESS=(PROTOCOL=TCP)(HOST=192.168.21.67)(PORT=10521)))(CONNECT_DATA=(SERVICE_NAME=ipServ)))&#8221; onsConfig=&#8221;nodes=192.168.21.61:6200,192.168.21.64:6200,192.168.21.67:6200&#8243; username=&#8221;ipServUsr&#8221; password=&#8221;" /&gt;</p>
<p>Thanks</p>
]]></content:encoded>
	</item>
</channel>
</rss>
