<?xml version="1.0" encoding="UTF-8"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title><![CDATA[java.sql.SQLTransientConnectionException when setting up a server]]></title><description><![CDATA[<p dir="auto">Hi,</p>
<p dir="auto">I am setting up a server  with fusion auth version 1.23<br />
I am getting below error when update user with node client,</p>
<pre><code>### Error querying database.  Cause: java.sql.SQLTransientConnectionException: HikariPool-1 - Connection is not available, request timed out after 2006ms.
### The error may exist in io/fusionauth/api/domain/UserMapper.xml
### The error may involve io.fusionauth.api.domain.UserMapper.retrieveById
### The error occurred while executing a query
### Cause: java.sql.SQLTransientConnectionException: HikariPool-1 - Connection is not available, request timed out after 2006ms.
        at org.apache.ibatis.exceptions.ExceptionFactory.wrapException(ExceptionFactory.java:30)
        at org.apache.ibatis.session.defaults.DefaultSqlSession.selectList(DefaultSqlSession.java:149)
        at org.apache.ibatis.session.defaults.DefaultSqlSession.selectList(DefaultSqlSession.java:140)
        at org.apache.ibatis.session.defaults.DefaultSqlSession.selectOne(DefaultSqlSession.java:76)
        at jdk.internal.reflect.GeneratedMethodAccessor45.invoke(Unknown Source)
        at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
        at java.base/java.lang.reflect.Method.invoke(Method.java:564)
        at
</code></pre>
<p dir="auto">is it an issue with the configuration or something wrong with my end</p>
]]></description><link>https://fusionauth.io/community/forum/topic/756/java-sql-sqltransientconnectionexception-when-setting-up-a-server</link><generator>RSS for Node</generator><lastBuildDate>Tue, 11 Aug 2026 11:47:16 GMT</lastBuildDate><atom:link href="https://fusionauth.io/community/forum/topic/756.rss" rel="self" type="application/rss+xml"/><pubDate>Thu, 21 Jan 2021 17:13:15 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to java.sql.SQLTransientConnectionException when setting up a server on Thu, 21 Jan 2021 17:13:39 GMT]]></title><description><![CDATA[<p dir="auto">Sounds like the database is struggling.</p>
<p dir="auto">Ensure your db is available, and sized reasonably.</p>
<p dir="auto">If you are using a free tier of a managed database service ensure you have not exceed your IOPs.</p>
]]></description><link>https://fusionauth.io/community/forum/post/2224</link><guid isPermaLink="true">https://fusionauth.io/community/forum/post/2224</guid><dc:creator><![CDATA[dan]]></dc:creator><pubDate>Thu, 21 Jan 2021 17:13:39 GMT</pubDate></item></channel></rss>