<?xml version="1.0" encoding="UTF-8"?>
<feed xmlns="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <title>[LF71GA3] Liferay server is not reachable because of HikaryPool Error</title>
  <link rel="self" href="https://liferay.dev/c/message_boards/find_thread?p_l_id=119785294&amp;threadId=120484923" />
  <subtitle>[LF71GA3] Liferay server is not reachable because of HikaryPool Error</subtitle>
  <id>https://liferay.dev/c/message_boards/find_thread?p_l_id=119785294&amp;threadId=120484923</id>
  <updated>2026-04-03T18:01:19Z</updated>
  <dc:date>2026-04-03T18:01:19Z</dc:date>
  <entry>
    <title>RE: RE: [LF71GA3] Liferay server is not reachable because of HikaryPool Err</title>
    <link rel="alternate" href="https://liferay.dev/c/message_boards/find_message?p_l_id=119785294&amp;messageId=120486659" />
    <author>
      <name>Tinfo Tinfo</name>
    </author>
    <id>https://liferay.dev/c/message_boards/find_message?p_l_id=119785294&amp;messageId=120486659</id>
    <updated>2020-12-03T10:12:44Z</updated>
    <published>2020-12-03T10:12:44Z</published>
    <summary type="html">&lt;p&gt;Hi Olaf, thanks for answer, could you also take a minute to watch &lt;a
    href="https://liferay.dev/ask#/questions/development/-lf6-2ga6-error-while-performing-index-search"&gt;this
  question&lt;/a&gt; to see if you know what could be the problem? Thanks.&lt;/p&gt;
&lt;p&gt; &lt;/p&gt;</summary>
    <dc:creator>Tinfo Tinfo</dc:creator>
    <dc:date>2020-12-03T10:12:44Z</dc:date>
  </entry>
  <entry>
    <title>RE: [LF71GA3] Liferay server is not reachable because of HikaryPool Error</title>
    <link rel="alternate" href="https://liferay.dev/c/message_boards/find_message?p_l_id=119785294&amp;messageId=120486694" />
    <author>
      <name>Olaf Kock</name>
    </author>
    <id>https://liferay.dev/c/message_boards/find_message?p_l_id=119785294&amp;messageId=120486694</id>
    <updated>2020-12-03T08:27:36Z</updated>
    <published>2020-12-03T08:27:36Z</published>
    <summary type="html">&lt;p&gt;Hard to say if it's a one-off. Your database might have been
  restarted, or some network cable unplugged for a while, a switch being
  replaced. A bit might have flipped. Or somebody unplugged the database
  server from power to vacuum the datacenter.&lt;/p&gt;</summary>
    <dc:creator>Olaf Kock</dc:creator>
    <dc:date>2020-12-03T08:27:36Z</dc:date>
  </entry>
  <entry>
    <title>[LF71GA3] Liferay server is not reachable because of HikaryPool Error</title>
    <link rel="alternate" href="https://liferay.dev/c/message_boards/find_message?p_l_id=119785294&amp;messageId=120484922" />
    <author>
      <name>Tinfo Tinfo</name>
    </author>
    <id>https://liferay.dev/c/message_boards/find_message?p_l_id=119785294&amp;messageId=120484922</id>
    <updated>2020-12-01T09:10:24Z</updated>
    <published>2020-12-01T09:10:24Z</published>
    <summary type="html">&lt;p&gt;Hello,&lt;/p&gt;
&lt;p&gt;yesterday we had a problem with a liferay server that was not
  reachable, the server was working fine from months without the
  necessity to restart it, in the logs we found the following error:&lt;/p&gt;
&lt;pre&gt;&lt;code class="language-java"&gt;2020-11-30 21:00:40.712 ERROR [PersistedQuartzSchedulerEngineInstance_QuartzSchedulerThread][ErrorLogger:2361] An error occurred while scanning for the next triggers to fire.
org.quartz.JobPersistenceException: Couldn't acquire next trigger: HikariPool-1 - Connection is not available, request timed out after 30000ms. [See nested exception: java.sql.SQLTransientConnectionException: HikariPool-1 - Connection is not available, request timed out after 30000ms.]
	at org.quartz.impl.jdbcjobstore.JobStoreSupport.acquireNextTrigger(JobStoreSupport.java:2827)
	at org.quartz.impl.jdbcjobstore.JobStoreSupport$41.execute(JobStoreSupport.java:2755)
	at org.quartz.impl.jdbcjobstore.JobStoreSupport.executeInNonManagedTXLock(JobStoreSupport.java:3798)
	at org.quartz.impl.jdbcjobstore.JobStoreSupport.acquireNextTriggers(JobStoreSupport.java:2751)
	at org.quartz.core.QuartzSchedulerThread.run(QuartzSchedulerThread.java:264)
Caused by: java.sql.SQLTransientConnectionException: HikariPool-1 - Connection is not available, request timed out after 30000ms.
	at com.zaxxer.hikari.pool.HikariPool.createTimeoutException(HikariPool.java:601)
	at com.zaxxer.hikari.pool.HikariPool.getConnection(HikariPool.java:194)
	at com.zaxxer.hikari.pool.HikariPool.getConnection(HikariPool.java:144)
	at com.zaxxer.hikari.HikariDataSource.getConnection(HikariDataSource.java:112)
	at org.springframework.jdbc.datasource.LazyConnectionDataSourceProxy$LazyConnectionInvocationHandler.getTargetConnection(LazyConnectionDataSourceProxy.java:403)
	at org.springframework.jdbc.datasource.LazyConnectionDataSourceProxy$LazyConnectionInvocationHandler.invoke(LazyConnectionDataSourceProxy.java:376)
	at com.sun.proxy.$Proxy6.prepareStatement(Unknown Source)
	at sun.reflect.GeneratedMethodAccessor79.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at org.quartz.impl.jdbcjobstore.AttributeRestoringConnectionInvocationHandler.invoke(AttributeRestoringConnectionInvocationHandler.java:73)
	at com.sun.proxy.$Proxy398.prepareStatement(Unknown Source)
	at org.quartz.impl.jdbcjobstore.StdJDBCDelegate.selectTriggerToAcquire(StdJDBCDelegate.java:2557)
	at org.quartz.impl.jdbcjobstore.JobStoreSupport.acquireNextTrigger(JobStoreSupport.java:2778)
	... 4 more&lt;/code&gt;&lt;/pre&gt;
&lt;p&gt;Restarting the server solved the problem, but we want to understand
  what caused this error, anyone have some hint?&lt;/p&gt;
&lt;p&gt;Thanks.&lt;/p&gt;</summary>
    <dc:creator>Tinfo Tinfo</dc:creator>
    <dc:date>2020-12-01T09:10:24Z</dc:date>
  </entry>
</feed>
