Durchsuchbare Dokumentation aufrufen

Zurück zur Dokumentationsübersicht

agorum core stürzt ab

Beschreibung des Problems


Anwender melden, dass agorum core abstürzt und nicht mehr bedienbar ist.

Ursachen


Ursache 1: Nicht genügend Datenbank-Connections verfügbar

Beim Absturz erscheinen mehrfach Exceptions. Im MariaDB (oder bei älteren Versionen MySQL) error log sind etwa folgende Einträge zu finden:

WARN  [org.jboss.resource.connectionmanager.TxConnectionManager] Prepare called on a local tx. Use of local transactions on a jta transaction with more than one branch may result in inconsistent data in some cases of failure.

WARN  [org.jboss.resource.connectionmanager.JBossManagedConnectionPool] Throwable while attempting to get a new connection: null

org.jboss.resource.JBossResourceException: Could not create connection; - nested throwable: (com.mysql.jdbc.exceptions.jdbc4.MySQLNonTransientConnectionException: Data source rejected establishment of connection,  message from server: "Too many connections")

Folgende zusammenhängende Ursachen kommen hierfür infrage:

Lösungen


Lösung zur Ursache 1

Stellen Sie Folgendes sicher:

show variables like '%connection%';