<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="https://community.appian.com/cfs-file/__key/system/syndication/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/"><channel><title>Hi Team,  We have a oracle Ds file which stops working time to time. T</title><link>https://community.appian.com/discussions/f/administration/3101/hi-team-we-have-a-oracle-ds-file-which-stops-working-time-to-time-t</link><description>Hi Team, We have a oracle Ds file which stops working time to time. The error which user see on the screen is Details”. [Unable to connect to database: javax.resource.ResourceException: IJ000453: Unable to get managed connection for jdbc/ABC]. After we</description><dc:language>en-US</dc:language><generator>Telligent Community 12</generator><item><title>RE: Hi Team,&lt;br /&gt;&lt;br /&gt;We have a oracle Ds file which stops working time to time. T</title><link>https://community.appian.com/thread/11191?ContentTypeID=1</link><pubDate>Wed, 06 Aug 2014 13:47:01 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:1d2dd8ba-b01d-4757-8809-f094a3418b01</guid><dc:creator>rahulp</dc:creator><description>Hi Ed,&lt;br /&gt;&lt;br /&gt;We will perform the above steps and will update you with the logs. Meanwhile for the step #7 - com.appiancorp.forms.ajax_1.6.6 this is version we have currently.&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Hi Team,&lt;br /&gt;&lt;br /&gt;We have a oracle Ds file which stops working time to time. T</title><link>https://community.appian.com/thread/11186?ContentTypeID=1</link><pubDate>Wed, 06 Aug 2014 10:41:40 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:1de83fca-04f0-4748-ab62-b36798133cde</guid><dc:creator>Eduardo Fuentes</dc:creator><description>It seems it could be a bug with that plug-in. Let&amp;#39;s do this:&lt;br /&gt;&lt;br /&gt;1. Update these settings to these values&lt;br /&gt;&lt;br /&gt;min-pool-size : 5&lt;br /&gt;max-pool-size: 400&lt;br /&gt;&lt;br /&gt;2. Add the following tag below &amp;lt;/timeout&amp;gt;&lt;br /&gt;&lt;br /&gt;&amp;lt;statement&amp;gt;&lt;br /&gt;      &amp;lt;track-statements&amp;gt;true&amp;lt;/track-statements&amp;gt;&lt;br /&gt;    &amp;lt;/statement&amp;gt;&lt;br /&gt;&lt;br /&gt;3. Restart JBoss and wait for the issue to re-occur&lt;br /&gt;&lt;br /&gt;4. Stop JBoss and remove the tag added on step #2 (i.e. &amp;lt;track-statements&amp;gt;)&lt;br /&gt;&lt;br /&gt;5. Start JBoss and attach the server log&lt;br /&gt;6. Paste the &amp;lt;validation&amp;gt; section of your data source that is experiencing the behavior&lt;br /&gt;7. Check what version of com.appiancorp.forms.ajax_*.jar you have under &amp;lt;APPIAN_HOME&amp;gt;\\_admin\\plugins&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Hi Team,&lt;br /&gt;&lt;br /&gt;We have a oracle Ds file which stops working time to time. T</title><link>https://community.appian.com/thread/11185?ContentTypeID=1</link><pubDate>Wed, 06 Aug 2014 10:16:28 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:e546d247-6b0b-451d-828a-f14df44a200c</guid><dc:creator>rahulp</dc:creator><description>One of the developer confirmed they use the datasource as input to one of the funtion execuutequery...so the answer would be yes to the question #1 in post above .&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Hi Team,&lt;br /&gt;&lt;br /&gt;We have a oracle Ds file which stops working time to time. T</title><link>https://community.appian.com/thread/11184?ContentTypeID=1</link><pubDate>Wed, 06 Aug 2014 09:48:04 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:9ee75570-64a7-489e-83ec-57b69fd3665f</guid><dc:creator>rahulp</dc:creator><description>jdbc/IDAM is our secondary database we are facing issue with. I am giving properties from primary-ds.xml as well.&lt;br /&gt; &lt;br /&gt;Please find the IDAM ds porperties:&lt;br /&gt;min-pool-size : 5&lt;br /&gt;max-pool-size: 250&lt;br /&gt;blocking-timeout-millis:5000 &lt;br /&gt;&lt;br /&gt;appian-ds properties below &lt;br /&gt;min-pool-size : 5&lt;br /&gt;max-pool-size: 100&lt;br /&gt;blocking-timeout-millis:5000 &lt;br /&gt;&lt;br /&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Hi Team,&lt;br /&gt;&lt;br /&gt;We have a oracle Ds file which stops working time to time. T</title><link>https://community.appian.com/thread/11183?ContentTypeID=1</link><pubDate>Wed, 06 Aug 2014 09:21:50 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:0579517f-514b-45a9-b302-219505b3c086</guid><dc:creator>Eduardo Fuentes</dc:creator><description>The relevant message seems to be &lt;br /&gt;&lt;br /&gt;Caused by: javax.resource.ResourceException: IJ000655: No managed connections available within configured blocking timeout (5000 [ms])&lt;br /&gt;&lt;br /&gt;so either one of your plug-ins is leaking connections or you are running long queries at a high volume making it run out of connections. &lt;br /&gt;&lt;br /&gt;1. Do you use this data source inside a plug-in? Please check with all the developers to verify&lt;br /&gt;2. What&amp;#39;s the value of these properties in appian-ds.xml?&lt;br /&gt;&lt;br /&gt;min-pool-size&lt;br /&gt;max-pool-size&lt;br /&gt;blocking-timeout-millis&lt;br /&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Hi Team,&lt;br /&gt;&lt;br /&gt;We have a oracle Ds file which stops working time to time. T</title><link>https://community.appian.com/thread/11182?ContentTypeID=1</link><pubDate>Wed, 06 Aug 2014 09:14:18 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:502bd156-1fd3-4b9b-878d-91714d6d4315</guid><dc:creator>rahulp</dc:creator><description>Yes. it is only database we are getting issues with all other database are ok.&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Hi Team,&lt;br /&gt;&lt;br /&gt;We have a oracle Ds file which stops working time to time. T</title><link>https://community.appian.com/thread/11181?ContentTypeID=1</link><pubDate>Wed, 06 Aug 2014 09:10:33 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:314a0640-bb4a-4258-89aa-8517eab08e64</guid><dc:creator>Eduardo Fuentes</dc:creator><description>Is jdbc/IDAM the one showing this behavior?&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Hi Team,&lt;br /&gt;&lt;br /&gt;We have a oracle Ds file which stops working time to time. T</title><link>https://community.appian.com/thread/11180?ContentTypeID=1</link><pubDate>Wed, 06 Aug 2014 09:05:14 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:26ab94df-ee6d-4aa0-a8f6-9d2d548a91a6</guid><dc:creator>Eduardo Fuentes</dc:creator><description>Or maybe I was looking at a different issue. The one for the Oracle data source shows the following:&lt;br /&gt;&lt;br /&gt;Caused by: oracle.net.ns.NetException: Socket read timed out&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Hi Team,&lt;br /&gt;&lt;br /&gt;We have a oracle Ds file which stops working time to time. T</title><link>https://community.appian.com/thread/11179?ContentTypeID=1</link><pubDate>Wed, 06 Aug 2014 09:04:17 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:91760211-9b57-404a-ad8f-775a81a4b9d3</guid><dc:creator>Eduardo Fuentes</dc:creator><description>I thought you said this was happning for an Oracle data source but the stack trace shows the issue is with jdbc/CMS_CN which is MS SQL Server and indicates a login issue:&lt;br /&gt;&lt;br /&gt;Cannot open database &amp;quot;XXXX&amp;quot; requested by the login. The login failed.&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Hi Team,&lt;br /&gt;&lt;br /&gt;We have a oracle Ds file which stops working time to time. T</title><link>https://community.appian.com/thread/11178?ContentTypeID=1</link><pubDate>Wed, 06 Aug 2014 07:57:19 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:8e8e49fe-4945-4a13-b60f-6ebe44d1d076</guid><dc:creator>rahulp</dc:creator><description>Hi Ed,&lt;br /&gt;Please find the attached server.log&lt;br /&gt;Thanks,&lt;br /&gt;Rahul&lt;br /&gt;&lt;p&gt;&lt;a href="/cfs-filesystemfile/__key/communityserver-discussions-components-files/12/server.log.zip"&gt;server.log.zip&lt;/a&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Hi Team,&lt;br /&gt;&lt;br /&gt;We have a oracle Ds file which stops working time to time. T</title><link>https://community.appian.com/thread/11177?ContentTypeID=1</link><pubDate>Wed, 06 Aug 2014 06:14:36 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:de680187-d22b-4e6e-9c17-b0dc892b7999</guid><dc:creator>Eduardo Fuentes</dc:creator><description>May I see the whole server.log of when this happened? I&amp;#39;d like to see the entire log if possible.&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Hi Team,&lt;br /&gt;&lt;br /&gt;We have a oracle Ds file which stops working time to time. T</title><link>https://community.appian.com/thread/11170?ContentTypeID=1</link><pubDate>Tue, 05 Aug 2014 23:04:23 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:f98914cf-f0b2-4e8b-87a4-d3eed51d4591</guid><dc:creator>gauravp</dc:creator><description>HI Ed,&lt;br /&gt;&lt;br /&gt;We are still getting the below error after adding the mentioned property.&lt;br /&gt;&lt;br /&gt;javax.resource.ResourceException: IJ000453: Unable to get managed connection for jdbc&lt;br /&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Hi Team,&lt;br /&gt;&lt;br /&gt;We have a oracle Ds file which stops working time to time. T</title><link>https://community.appian.com/thread/11163?ContentTypeID=1</link><pubDate>Tue, 05 Aug 2014 14:23:28 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:f24b109f-b9c5-43d7-ba5a-2d0d820fce41</guid><dc:creator>rahulp</dc:creator><description>Hi Ed,&lt;br /&gt;We implemented the change and addes the above suggested tag in ds file changing the Word DUAL with one of the table name. But after few hours we faced the same issue and the we redeployed the ds.&lt;br /&gt;Can you please help to trouble shoot taking into consideraion the other possiblity you mentioned that some plugin not working poperly or not closing all the connection properly..Please suggest the next steps towards the solution.&lt;br /&gt;&lt;br /&gt;Thanks,&lt;br /&gt;Rahul&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Hi Team,&lt;br /&gt;&lt;br /&gt;We have a oracle Ds file which stops working time to time. T</title><link>https://community.appian.com/thread/11154?ContentTypeID=1</link><pubDate>Tue, 05 Aug 2014 04:22:25 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:d30f2b1b-3324-4cc1-ad64-5f1ceab434f2</guid><dc:creator>Eduardo Fuentes</dc:creator><description>Yes&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Hi Team,&lt;br /&gt;&lt;br /&gt;We have a oracle Ds file which stops working time to time. T</title><link>https://community.appian.com/thread/11150?ContentTypeID=1</link><pubDate>Mon, 04 Aug 2014 20:42:56 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:302d6ba3-0ef6-4ada-a2c9-5ec7220bdfc4</guid><dc:creator>gauravp</dc:creator><description>Just checking below property will work with oracle DS.?&lt;br /&gt;&lt;br /&gt;(replace the word DUAL with the name of any table in that DB)&lt;br /&gt;&lt;br /&gt;&amp;lt;validation&amp;gt;&lt;br /&gt;      &amp;lt;check-valid-connection-sql&amp;gt;SELECT 1 FROM DUAL&amp;lt;/check-valid-connection-sql&amp;gt;&lt;br /&gt;    &amp;lt;/validation&amp;gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Hi Team,&lt;br /&gt;&lt;br /&gt;We have a oracle Ds file which stops working time to time. T</title><link>https://community.appian.com/thread/11106?ContentTypeID=1</link><pubDate>Thu, 31 Jul 2014 07:20:32 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:7096d6d8-c538-438b-8dba-47cc94e958c3</guid><dc:creator>Eduardo Fuentes</dc:creator><description>Did you add the suggested tag and restarted JBoss? If even with the tag you&amp;#39;re seeing the issue they probably there&amp;#39;s a plug-in not closing the connections to that secondary DS but I&amp;#39;d rather start by adding the suggested tag.&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Hi Team,&lt;br /&gt;&lt;br /&gt;We have a oracle Ds file which stops working time to time. T</title><link>https://community.appian.com/thread/11088?ContentTypeID=1</link><pubDate>Wed, 30 Jul 2014 18:46:07 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:09964af0-48e9-4e74-beb0-2a8088afed8e</guid><dc:creator>gauravp</dc:creator><description>Hello Ed,&lt;br /&gt;&lt;br /&gt;THe problem is that we have an oracle secondary datasource and the problem is solely with this only. Rest all the datasources are working perfectly fine. Our developers query this oracle database via Appian but after sometime it gives error saying&amp;quot; javax.resource.ResourceException: IJ000453: Unable to get managed connection for jdbc&amp;quot; It seems we dont have any available connection to connect databse. I have also increased the pool size to 250 but problem still occurs.&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Hi Team,&lt;br /&gt;&lt;br /&gt;We have a oracle Ds file which stops working time to time. T</title><link>https://community.appian.com/thread/11058?ContentTypeID=1</link><pubDate>Wed, 30 Jul 2014 05:08:32 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:eef21273-fc18-434e-8f35-ae9339ca32b1</guid><dc:creator>Eduardo Fuentes</dc:creator><description>You add that line to all the data sources to make sure the reconnection is attempted.&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Hi Team,&lt;br /&gt;&lt;br /&gt;We have a oracle Ds file which stops working time to time. T</title><link>https://community.appian.com/thread/11041?ContentTypeID=1</link><pubDate>Tue, 29 Jul 2014 14:46:19 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:57a3fabe-b203-4f5c-8626-d02e7a277a91</guid><dc:creator>rahulp</dc:creator><description>Hi Ed,Alok,Stefanh&lt;br /&gt;&lt;br /&gt;Here are the logs I received from Oracle database team :&lt;br /&gt;&lt;br /&gt;Mon Jul 21 02:28:22 2014&lt;br /&gt;Thread 1 advanced to log sequence 702&lt;br /&gt;  Current log# 2 seq# 702 mem# 0: /cpac/oradata/redo02.log&lt;br /&gt;Mon Jul 21 07:00:19 2014&lt;br /&gt;Thread 1 advanced to log sequence 703&lt;br /&gt;  Current log# 3 seq# 703 mem# 0: /cpac/oradata/redo03.log&lt;br /&gt;Mon Jul 21 15:00:28 2014&lt;br /&gt;Thread 1 advanced to log sequence 704&lt;br /&gt;  Current log# 1 seq# 704 mem# 0: /cpac/oradata/redo01.log&lt;br /&gt;Mon Jul 21 21:45:02 2014&lt;br /&gt;alter database backup controlfile to trace&lt;br /&gt;Mon Jul 21 21:45:02 2014&lt;br /&gt;Completed: alter database backup controlfile to trace&lt;br /&gt;Mon Jul 21 23:00:43 2014&lt;br /&gt;Thread 1 advanced to log sequence 705&lt;br /&gt;  Current log# 2 seq# 705 mem# 0: /cpac/oradata/redo02.log&lt;br /&gt;Tue Jul 22 03:00:14 2014&lt;br /&gt;Thread 1 advanced to log sequence 706&lt;br /&gt;  Current log# 3 seq# 706 mem# 0: /cpac/oradata/redo03.log&lt;br /&gt;Tue Jul 22 09:00:16 2014&lt;br /&gt;Thread 1 advanced to log sequence 707&lt;br /&gt;  Current log# 1 seq# 707 mem# 0: /cpac/oradata/redo01.log&lt;br /&gt;&lt;br /&gt;@ Ed - Also the I want to specify the database we are facing issue with is a secondary database. Do we need to add the line(mentioned in your comment above) to the DS file of this DB or to the primary primary ds?&lt;br /&gt;&lt;br /&gt;Thanks,&lt;br /&gt;Rahul&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Hi Team,&lt;br /&gt;&lt;br /&gt;We have a oracle Ds file which stops working time to time. T</title><link>https://community.appian.com/thread/10834?ContentTypeID=1</link><pubDate>Tue, 22 Jul 2014 05:54:37 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:f20a43ef-652f-4b9b-8985-b91deb26d788</guid><dc:creator>Eduardo Fuentes</dc:creator><description>If the database becomes unavailable for a certain period of time and your appian-ds.xml is not configured to automatically reconnect then you have to restart the application server /redeploy. You can add the following to make sure the app server will try to reconnect (replace the word DUAL with the name of any table in that DB)&lt;br /&gt;&lt;br /&gt;&amp;lt;validation&amp;gt;&lt;br /&gt;      &amp;lt;check-valid-connection-sql&amp;gt;SELECT 1 FROM DUAL&amp;lt;/check-valid-connection-sql&amp;gt;&lt;br /&gt;    &amp;lt;/validation&amp;gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Hi Team,&lt;br /&gt;&lt;br /&gt;We have a oracle Ds file which stops working time to time. T</title><link>https://community.appian.com/thread/10829?ContentTypeID=1</link><pubDate>Mon, 21 Jul 2014 21:03:55 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:1eb0d938-7ae9-4c6b-9211-c1eb300042ec</guid><dc:creator>Stefan Helzle</dc:creator><description>This looks like the Appian application logfile. Alok meant that you should check the logfiles of the Oracle DB server itself.&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Hi Team,&lt;br /&gt;&lt;br /&gt;We have a oracle Ds file which stops working time to time. T</title><link>https://community.appian.com/thread/10827?ContentTypeID=1</link><pubDate>Mon, 21 Jul 2014 19:20:47 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:31ccd8a2-98ae-448b-a6b4-134364021a0b</guid><dc:creator>gauravp</dc:creator><description>Hey thanks for turn around : I have checked erro in the log are as : ERROR com.appiancorp.database.ExecuteQuery - java.sql.SQLException: javax.resource.ResourceException: IJ000453: Unable to get managed connection for jdbc/ABC&lt;br /&gt;&lt;br /&gt;Thanks,&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Hi Team,&lt;br /&gt;&lt;br /&gt;We have a oracle Ds file which stops working time to time. T</title><link>https://community.appian.com/thread/10825?ContentTypeID=1</link><pubDate>Mon, 21 Jul 2014 18:45:41 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:ceac5384-3bb3-40c6-a1ca-dbb3916541fd</guid><dc:creator>Alok Mohare</dc:creator><description>Hi Gaurav,&lt;br /&gt;&lt;br /&gt;You might want to review the logs on the Database server side to check why the connection between the Appian Server and the Database is being dropped. This could be a networking issue.&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>