<?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/"><channel><title>KB-1264 "Throwable while attempting to get a new connection: null: javax.resource.ResourceException: Could not create connection... Caused by: java.lang.NoSuchMethodException: Method &lt;method&gt; not found" error thrown during application serve</title><link>https://community.appian.com/support/w/kb/477/kb-1264-throwable-while-attempting-to-get-a-new-connection-null-javax-resource-resourceexception-could-not-create-connection-caused-by-java-lang-nosuchmethodexception-method-method-not-found-error-thrown-during-application-serve</link><description /><dc:language>en-US</dc:language><generator>Telligent Community 12</generator><item><title>KB-1264 "Throwable while attempting to get a new connection: null: javax.resource.ResourceException: Could not create connection... Caused by: java.lang.NoSuchMethodException: Method &lt;method&gt; not found" error thrown during application serve</title><link>https://community.appian.com/support/w/kb/477/kb-1264-throwable-while-attempting-to-get-a-new-connection-null-javax-resource-resourceexception-could-not-create-connection-caused-by-java-lang-nosuchmethodexception-method-method-not-found-error-thrown-during-application-serve</link><pubDate>Mon, 23 Jul 2018 17:38:54 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:f010c626-5911-4509-a3ff-17b550446f69</guid><dc:creator>Jordan Horwat</dc:creator><comments>https://community.appian.com/support/w/kb/477/kb-1264-throwable-while-attempting-to-get-a-new-connection-null-javax-resource-resourceexception-could-not-create-connection-caused-by-java-lang-nosuchmethodexception-method-method-not-found-error-thrown-during-application-serve#comments</comments><description>Current Revision posted to Appian Knowledge Base by Jordan Horwat on 7/23/2018 5:38:54 PM&lt;br /&gt;
&lt;div class="row content_container"&gt;
&lt;h2 id="symptoms"&gt;Symptoms&lt;/h2&gt;
&lt;p&gt;The following warning,for example, is seen in the application server log which prevents the environment from being accessible:&lt;/p&gt;
&lt;pre&gt;&lt;code&gt;WARN  [org.jboss.jca.core.connectionmanager.pool.strategy.PoolBySubject] (ServerService Thread Pool -- 72) IJ000604: Throwable while attempting to get a new connection: null: javax.resource.ResourceException: Could not create connection
    at org.jboss.jca.adapters.jdbc.xa.XAManagedConnectionFactory.getXAManagedConnection(XAManagedConnectionFactory.java:514)
...
Caused by: java.lang.NoSuchMethodException: Method setServername not found
    at org.jboss.jca.adapters.jdbc.util.Injection.inject(Injection.java:141)
&lt;/code&gt;&lt;/pre&gt;
&lt;h2 id="cause"&gt;Cause&lt;/h2&gt;
&lt;p&gt;An exception of type java.lang.NoSuchMethodException can occur when trying to configure a data source using a -ds.xml file if any of the property names has been spelled incorrectly; property names are case sensitive. In the example above, the serverName property is the one incorrectly spelled in the appian-ds.xml file.&lt;/p&gt;
&lt;h2 id="action"&gt;Action&lt;/h2&gt;
&lt;ol&gt;
&lt;li&gt;Open &lt;strong&gt;appian-ds.xml&lt;/strong&gt; in &lt;code&gt;&amp;lt;JBOSS_HOME&amp;gt;/standalone/deployments&lt;/code&gt;.&lt;/li&gt;
&lt;li&gt;Change the property to the correct name. For example, from servername to serverName.&lt;/li&gt;
&lt;/ol&gt;
&lt;h2 id="affected-versions"&gt;Affected Versions&lt;/h2&gt;
&lt;p&gt;This article applies to all versions of Appian.&lt;/p&gt;
&lt;/div&gt;
&lt;p&gt;Last Reviewed:&amp;nbsp;March 2017&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;

&lt;div style="font-size: 90%;"&gt;Tags: database, application server, infrastructure&lt;/div&gt;
</description></item><item><title>KB-1264 "Throwable while attempting to get a new connection: null: javax.resource.ResourceException: Could not create connection... Caused by: java.lang.NoSuchMethodException: Method &lt;method&gt; not found" error thrown during application serve</title><link>https://community.appian.com/support/w/kb/477/kb-1264-throwable-while-attempting-to-get-a-new-connection-null-javax-resource-resourceexception-could-not-create-connection-caused-by-java-lang-nosuchmethodexception-method-method-not-found-error-thrown-during-application-serve/revision/1</link><pubDate>Tue, 07 Mar 2017 15:15:51 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:f010c626-5911-4509-a3ff-17b550446f69</guid><dc:creator>Nick Vigilante</dc:creator><comments>https://community.appian.com/support/w/kb/477/kb-1264-throwable-while-attempting-to-get-a-new-connection-null-javax-resource-resourceexception-could-not-create-connection-caused-by-java-lang-nosuchmethodexception-method-method-not-found-error-thrown-during-application-serve#comments</comments><description>Revision 1 posted to Appian Knowledge Base by Nick Vigilante on 3/7/2017 3:15:51 PM&lt;br /&gt;
&lt;div class="row content_container"&gt;
&lt;h2 id="symptoms"&gt;Symptoms&lt;/h2&gt;
&lt;p&gt;The following warning,for example, is seen in the application server log which prevents the environment from being accessible:&lt;/p&gt;
&lt;pre&gt;&lt;code&gt;WARN  [org.jboss.jca.core.connectionmanager.pool.strategy.PoolBySubject] (ServerService Thread Pool -- 72) IJ000604: Throwable while attempting to get a new connection: null: javax.resource.ResourceException: Could not create connection
    at org.jboss.jca.adapters.jdbc.xa.XAManagedConnectionFactory.getXAManagedConnection(XAManagedConnectionFactory.java:514)
...
Caused by: java.lang.NoSuchMethodException: Method setServername not found
    at org.jboss.jca.adapters.jdbc.util.Injection.inject(Injection.java:141)
&lt;/code&gt;&lt;/pre&gt;
&lt;h2 id="cause"&gt;Cause&lt;/h2&gt;
&lt;p&gt;An exception of type java.lang.NoSuchMethodException can occur when trying to configure a data source using a -ds.xml file if any of the property names has been spelled incorrectly; property names are case sensitive. In the example above, the serverName property is the one incorrectly spelled in the appian-ds.xml file.&lt;/p&gt;
&lt;h2 id="action"&gt;Action&lt;/h2&gt;
&lt;ol&gt;
&lt;li&gt;Open &lt;strong&gt;appian-ds.xml&lt;/strong&gt; in &lt;code&gt;&amp;lt;JBOSS_HOME&amp;gt;/standalone/deployments&lt;/code&gt;.&lt;/li&gt;
&lt;li&gt;Change the property to the correct name. For example, from servername to serverName.&lt;/li&gt;
&lt;/ol&gt;
&lt;h2 id="affected-versions"&gt;Affected Versions&lt;/h2&gt;
&lt;p&gt;This article applies to all versions of Appian.&lt;/p&gt;
&lt;/div&gt;
&lt;p&gt;Last Reviewed:&amp;nbsp;March 2017&lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;

&lt;div style="font-size: 90%;"&gt;Tags: database, application server&lt;/div&gt;
</description></item><item><title>KB-1264 "Throwable while attempting to get a new connection: null: javax.resource.ResourceException: Could not create connection... Caused by: java.lang.NoSuchMethodException: Method &lt;method&gt; not found" error thrown during application serve</title><link>https://community.appian.com/support/w/kb/477/kb-1264-throwable-while-attempting-to-get-a-new-connection-null-javax-resource-resourceexception-could-not-create-connection-caused-by-java-lang-nosuchmethodexception-method-method-not-found-error-thrown-during-application-serve/revision/2</link><pubDate>Tue, 07 Mar 2017 10:16:33 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:f010c626-5911-4509-a3ff-17b550446f69</guid><dc:creator>Nick Vigilante</dc:creator><comments>https://community.appian.com/support/w/kb/477/kb-1264-throwable-while-attempting-to-get-a-new-connection-null-javax-resource-resourceexception-could-not-create-connection-caused-by-java-lang-nosuchmethodexception-method-method-not-found-error-thrown-during-application-serve#comments</comments><description>Revision 2 posted to Appian Knowledge Base by Nick Vigilante on 3/7/2017 10:16:33 AM&lt;br /&gt;
&lt;div class="row content_container"&gt;
&lt;h2 id="symptoms"&gt;Symptoms&lt;/h2&gt;
&lt;p&gt;The following warning,for example, is seen in the application server log which prevents the environment from being accessible:&lt;/p&gt;
&lt;pre&gt;&lt;code&gt;WARN  [org.jboss.jca.core.connectionmanager.pool.strategy.PoolBySubject] (ServerService Thread Pool -- 72) IJ000604: Throwable while attempting to get a new connection: null: javax.resource.ResourceException: Could not create connection
    at org.jboss.jca.adapters.jdbc.xa.XAManagedConnectionFactory.getXAManagedConnection(XAManagedConnectionFactory.java:514)
...
Caused by: java.lang.NoSuchMethodException: Method setServername not found
    at org.jboss.jca.adapters.jdbc.util.Injection.inject(Injection.java:141)
&lt;/code&gt;&lt;/pre&gt;
&lt;h2 id="cause"&gt;Cause&lt;/h2&gt;
&lt;p&gt;An exception of type java.lang.NoSuchMethodException can occur when trying to configure a data source using a -ds.xml file if any of the property names has been spelled incorrectly; property names are case sensitive. In the example above, the serverName property is the one incorrectly spelled in the appian-ds.xml file.&lt;/p&gt;
&lt;h2 id="action"&gt;Action&lt;/h2&gt;
&lt;ol&gt;
&lt;li&gt;Open &lt;strong&gt;appian-ds.xml&lt;/strong&gt; in &lt;code&gt;&amp;lt;JBOSS_HOME&amp;gt;/standalone/deployments&lt;/code&gt;.&lt;/li&gt;
&lt;li&gt;Change the property to the correct name. For example, from servername to serverName.&lt;/li&gt;
&lt;/ol&gt;
&lt;h2 id="affected-versions"&gt;Affected Versions&lt;/h2&gt;
&lt;p&gt;This article applies to all versions of Appian.&lt;/p&gt;
&lt;/div&gt;
&lt;p&gt;Last Reviewed:&amp;nbsp;March 2017&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;

&lt;div style="font-size: 90%;"&gt;Tags: database, application server&lt;/div&gt;
</description></item></channel></rss>