| I have managed to do the things said in the last comment, I will reproduce the issue with the recommended code and comment the new stack traces and full logs of Hibernate && HikariCP. Note: These logs are all by starting the program once and reloading the said module. It doesn't seem like much you can start with it's just the same error for pretty much everything : "Database may be already in use: "Locked by another process"" Reproduced StackTraces: From Console: [21:00:43] [Server thread/WARN]: org.hibernate.HibernateException: com.zaxxer.hikari.pool.HikariPool$PoolInitializationException: Failed to initialize pool: Database may be already in use: "Locked by another process: C:/Users/Lukas/Desktop/BuildTools/Test Server/1.13/plugins/Metropoles/data/metropoles.lock.db". Possible solutions: close all other connection(s); use the server mode [90020-197] [21:00:43] [Server thread/WARN]: at org.hibernate.hikaricp.internal.HikariCPConnectionProvider.configure(HikariCPConnectionProvider.java:63) [21:00:43] [Server thread/WARN]: at org.hibernate.boot.registry.internal.StandardServiceRegistryImpl.configureService(StandardServiceRegistryImpl.java:100) [21:00:43] [Server thread/WARN]: at org.hibernate.service.internal.AbstractServiceRegistryImpl.initializeService(AbstractServiceRegistryImpl.java:246) [21:00:43] [Server thread/WARN]: at org.hibernate.service.internal.AbstractServiceRegistryImpl.getService(AbstractServiceRegistryImpl.java:214) [21:00:43] [Server thread/WARN]: at de.articdive.metropoles.database.HibernateDatabase.loadSettings(HibernateDatabase.java:124) [21:00:43] [Server thread/WARN]: at de.articdive.metropoles.database.HibernateDatabase.<init>(HibernateDatabase.java:87) [21:00:43] [Server thread/WARN]: at de.articdive.metropoles.Metropoles.onEnable(Metropoles.java:63) [21:00:43] [Server thread/WARN]: at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:264) [21:00:43] [Server thread/WARN]: at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:339) [21:00:43] [Server thread/WARN]: at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:403) [21:00:43] [Server thread/WARN]: at org.bukkit.craftbukkit.v1_13_R1.CraftServer.enablePlugin(CraftServer.java:425) [21:00:43] [Server thread/WARN]: at org.bukkit.craftbukkit.v1_13_R1.CraftServer.enablePlugins(CraftServer.java:339) [21:00:43] [Server thread/WARN]: at org.bukkit.craftbukkit.v1_13_R1.CraftServer.reload(CraftServer.java:798) [21:00:43] [Server thread/WARN]: at org.bukkit.Bukkit.reload(Bukkit.java:527) [21:00:43] [Server thread/WARN]: at org.bukkit.command.defaults.ReloadCommand.execute(ReloadCommand.java:27) [21:00:43] [Server thread/WARN]: at org.bukkit.command.SimpleCommandMap.dispatch(SimpleCommandMap.java:141) [21:00:43] [Server thread/WARN]: at org.bukkit.craftbukkit.v1_13_R1.CraftServer.dispatchCommand(CraftServer.java:693) [21:00:43] [Server thread/WARN]: at org.bukkit.craftbukkit.v1_13_R1.CraftServer.dispatchServerCommand(CraftServer.java:678) [21:00:43] [Server thread/WARN]: at net.minecraft.server.v1_13_R1.DedicatedServer.aW(DedicatedServer.java:453) [21:00:43] [Server thread/WARN]: at net.minecraft.server.v1_13_R1.DedicatedServer.w(DedicatedServer.java:412) [21:00:43] [Server thread/WARN]: at net.minecraft.server.v1_13_R1.MinecraftServer.v(MinecraftServer.java:819) [21:00:43] [Server thread/WARN]: at net.minecraft.server.v1_13_R1.MinecraftServer.run(MinecraftServer.java:717) [21:00:43] [Server thread/WARN]: at java.lang.Thread.run(Unknown Source) [21:00:43] [Server thread/WARN]: Caused by: com.zaxxer.hikari.pool.HikariPool$PoolInitializationException: Failed to initialize pool: Database may be already in use: "Locked by another process: C:/Users/Lukas/Desktop/BuildTools/Test Server/1.13/plugins/Metropoles/data/metropoles.lock.db". Possible solutions: close all other connection(s); use the server mode [90020-197] [21:00:43] [Server thread/WARN]: at com.zaxxer.hikari.pool.HikariPool.checkFailFast(HikariPool.java:512) [21:00:43] [Server thread/WARN]: at com.zaxxer.hikari.pool.HikariPool.<init>(HikariPool.java:105) [21:00:43] [Server thread/WARN]: at com.zaxxer.hikari.HikariDataSource.<init>(HikariDataSource.java:71) [21:00:43] [Server thread/WARN]: at org.hibernate.hikaricp.internal.HikariCPConnectionProvider.configure(HikariCPConnectionProvider.java:59) [21:00:43] [Server thread/WARN]: ... 22 more [21:00:43] [Server thread/WARN]: Caused by: org.h2.jdbc.JdbcSQLException: Database may be already in use: "Locked by another process: C:/Users/Lukas/Desktop/BuildTools/Test Server/1.13/plugins/Metropoles/data/metropoles.lock.db". Possible solutions: close all other connection(s); use the server mode [90020-197] [21:00:43] [Server thread/WARN]: at org.h2.message.DbException.getJdbcSQLException(DbException.java:357) [21:00:43] [Server thread/WARN]: at org.h2.message.DbException.get(DbException.java:179) [21:00:43] [Server thread/WARN]: at org.h2.message.DbException.get(DbException.java:155) [21:00:43] [Server thread/WARN]: at org.h2.store.FileLock.getExceptionAlreadyInUse(FileLock.java:433) [21:00:43] [Server thread/WARN]: at org.h2.store.FileLock.lockFile(FileLock.java:325) [21:00:43] [Server thread/WARN]: at org.h2.store.FileLock.lock(FileLock.java:108) [21:00:43] [Server thread/WARN]: at org.h2.engine.Database.open(Database.java:674) [21:00:43] [Server thread/WARN]: at org.h2.engine.Database.openDatabase(Database.java:286) [21:00:43] [Server thread/WARN]: at org.h2.engine.Database.<init>(Database.java:280) [21:00:43] [Server thread/WARN]: at org.h2.engine.Engine.openSession(Engine.java:66) [21:00:43] [Server thread/WARN]: at org.h2.engine.Engine.openSession(Engine.java:179) [21:00:43] [Server thread/WARN]: at org.h2.engine.Engine.createSessionAndValidate(Engine.java:157) [21:00:43] [Server thread/WARN]: at org.h2.engine.Engine.createSession(Engine.java:140) [21:00:43] [Server thread/WARN]: at org.h2.engine.Engine.createSession(Engine.java:28) [21:00:43] [Server thread/WARN]: at org.h2.engine.SessionRemote.connectEmbeddedOrServer(SessionRemote.java:351) [21:00:43] [Server thread/WARN]: at org.h2.jdbc.JdbcConnection.<init>(JdbcConnection.java:124) [21:00:43] [Server thread/WARN]: at org.h2.jdbc.JdbcConnection.<init>(JdbcConnection.java:103) [21:00:43] [Server thread/WARN]: at org.h2.Driver.connect(Driver.java:69) [21:00:43] [Server thread/WARN]: at com.zaxxer.hikari.util.DriverDataSource.getConnection(DriverDataSource.java:95) [21:00:43] [Server thread/WARN]: at com.zaxxer.hikari.util.DriverDataSource.getConnection(DriverDataSource.java:101) [21:00:43] [Server thread/WARN]: at com.zaxxer.hikari.pool.PoolBase.newConnection(PoolBase.java:341) [21:00:43] [Server thread/WARN]: at com.zaxxer.hikari.pool.HikariPool.checkFailFast(HikariPool.java:506) [21:00:43] [Server thread/WARN]: ... 25 more Hibernate Logs: 2018-08-06 21:00:39,284 [Server thread] INFO org.hibernate.Version - HHH000412: Hibernate Core {[WORKING]} 2018-08-06 21:00:39,285 [Server thread] INFO org.hibernate.cfg.Environment - HHH000206: hibernate.properties not found 2018-08-06 21:00:39,333 [Server thread] DEBUG org.hibernate.service.spi.ServiceBinding - Overriding existing service binding [org.hibernate.secure.spi.JaccService] 2018-08-06 21:00:39,333 [Server thread] DEBUG org.hibernate.integrator.internal.IntegratorServiceImpl - Adding Integrator [org.hibernate.cfg.beanvalidation.BeanValidationIntegrator]. 2018-08-06 21:00:39,333 [Server thread] DEBUG org.hibernate.integrator.internal.IntegratorServiceImpl - Adding Integrator [org.hibernate.secure.spi.JaccIntegrator]. 2018-08-06 21:00:39,333 [Server thread] DEBUG org.hibernate.integrator.internal.IntegratorServiceImpl - Adding Integrator [org.hibernate.cache.internal.CollectionCacheInvalidator]. 2018-08-06 21:00:39,334 [Server thread] TRACE org.hibernate.boot.registry.selector.internal.StrategySelectorImpl - Registering named strategy selector [org.hibernate.dialect.Dialect] : [Cache71] -> [org.hibernate.dialect.Cache71Dialect] 2018-08-06 21:00:39,334 [Server thread] TRACE org.hibernate.boot.registry.selector.internal.StrategySelectorImpl - Registering named strategy selector [org.hibernate.dialect.Dialect] : [CUBRID] -> [org.hibernate.dialect.CUBRIDDialect] 2018-08-06 21:00:39,334 [Server thread] TRACE org.hibernate.boot.registry.selector.internal.StrategySelectorImpl - Registering named strategy selector [org.hibernate.dialect.Dialect] : [DB2] -> [org.hibernate.dialect.DB2Dialect] 2018-08-06 21:00:39,334 [Server thread] TRACE org.hibernate.boot.registry.selector.internal.StrategySelectorImpl - Registering named strategy selector [org.hibernate.dialect.Dialect] : [DB2390] -> [org.hibernate.dialect.DB2390Dialect] 2018-08-06 21:00:39,334 [Server thread] TRACE org.hibernate.boot.registry.selector.internal.StrategySelectorImpl - Registering named strategy selector [org.hibernate.dialect.Dialect] : [DB2390V8] -> [org.hibernate.dialect.DB2390V8Dialect] 2018-08-06 21:00:39,334 [Server thread] TRACE org.hibernate.boot.registry.selector.internal.StrategySelectorImpl - Registering named strategy selector [org.hibernate.dialect.Dialect] : [DB2400] -> [org.hibernate.dialect.DB2400Dialect] 2018-08-06 21:00:39,334 [Server thread] TRACE org.hibernate.boot.registry.selector.internal.StrategySelectorImpl - Registering named strategy selector [org.hibernate.dialect.Dialect] : [DerbyTenFive] -> [org.hibernate.dialect.DerbyTenFiveDialect] 2018-08-06 21:00:39,334 [Server thread] TRACE org.hibernate.boot.registry.selector.internal.StrategySelectorImpl - Registering named strategy selector [org.hibernate.dialect.Dialect] : [DerbyTenSix] -> [org.hibernate.dialect.DerbyTenSixDialect] 2018-08-06 21:00:39,334 [Server thread] TRACE org.hibernate.boot.registry.selector.internal.StrategySelectorImpl - Registering named strategy selector [org.hibernate.dialect.Dialect] : [DerbyTenSeven] -> [org.hibernate.dialect.DerbyTenSevenDialect] 2018-08-06 21:00:39,334 [Server thread] TRACE org.hibernate.boot.registry.selector.internal.StrategySelectorImpl - Registering named strategy selector [org.hibernate.dialect.Dialect] : [Firebird] -> [org.hibernate.dialect.FirebirdDialect] 2018-08-06 21:00:39,334 [Server thread] TRACE org.hibernate.boot.registry.selector.internal.StrategySelectorImpl - Registering named strategy selector [org.hibernate.dialect.Dialect] : [FrontBase] -> [org.hibernate.dialect.FrontBaseDialect] 2018-08-06 21:00:39,334 [Server thread] TRACE org.hibernate.boot.registry.selector.internal.StrategySelectorImpl - Registering named strategy selector [org.hibernate.dialect.Dialect] : [H2] -> [org.hibernate.dialect.H2Dialect] 2018-08-06 21:00:39,334 [Server thread] TRACE org.hibernate.boot.registry.selector.internal.StrategySelectorImpl - Registering named strategy selector [org.hibernate.dialect.Dialect] : [HANAColumnStore] -> [org.hibernate.dialect.HANAColumnStoreDialect] 2018-08-06 21:00:39,334 [Server thread] TRACE org.hibernate.boot.registry.selector.internal.StrategySelectorImpl - Registering named strategy selector [org.hibernate.dialect.Dialect] : [HANARowStore] -> [org.hibernate.dialect.HANARowStoreDialect] 2018-08-06 21:00:39,334 [Server thread] TRACE org.hibernate.boot.registry.selector.internal.StrategySelectorImpl - Registering named strategy selector [org.hibernate.dialect.Dialect] : [HSQL] -> [org.hibernate.dialect.HSQLDialect] 2018-08-06 21:00:39,334 [Server thread] TRACE org.hibernate.boot.registry.selector.internal.StrategySelectorImpl - Registering named strategy selector [org.hibernate.dialect.Dialect] : [Informix] -> [org.hibernate.dialect.InformixDialect] 2018-08-06 21:00:39,334 [Server thread] TRACE org.hibernate.boot.registry.selector.internal.StrategySelectorImpl - Registering named strategy selector [org.hibernate.dialect.Dialect] : [Ingres] -> [org.hibernate.dialect.IngresDialect] 2018-08-06 21:00:39,334 [Server thread] TRACE org.hibernate.boot.registry.selector.internal.StrategySelectorImpl - Registering named strategy selector [org.hibernate.dialect.Dialect] : [Ingres9] -> [org.hibernate.dialect.Ingres9Dialect] 2018-08-06 21:00:39,334 [Server thread] TRACE org.hibernate.boot.registry.selector.internal.StrategySelectorImpl - Registering named strategy selector [org.hibernate.dialect.Dialect] : [Ingres10] -> [org.hibernate.dialect.Ingres10Dialect] 2018-08-06 21:00:39,334 [Server thread] TRACE org.hibernate.boot.registry.selector.internal.StrategySelectorImpl - Registering named strategy selector [org.hibernate.dialect.Dialect] : [Interbase] -> [org.hibernate.dialect.InterbaseDialect] 2018-08-06 21:00:39,334 [Server thread] TRACE org.hibernate.boot.registry.selector.internal.StrategySelectorImpl - Registering named strategy selector [org.hibernate.dialect.Dialect] : [JDataStore] -> [org.hibernate.dialect.JDataStoreDialect] 2018-08-06 21:00:39,334 [Server thread] TRACE org.hibernate.boot.registry.selector.internal.StrategySelectorImpl - Registering named strategy selector [org.hibernate.dialect.Dialect] : [Mckoi] -> [org.hibernate.dialect.MckoiDialect] 2018-08-06 21:00:39,334 [Server thread] TRACE org.hibernate.boot.registry.selector.internal.StrategySelectorImpl - Registering named strategy selector [org.hibernate.dialect.Dialect] : [MimerSQL] -> [org.hibernate.dialect.MimerSQLDialect] 2018-08-06 21:00:39,334 [Server thread] TRACE org.hibernate.boot.registry.selector.internal.StrategySelectorImpl - Registering named strategy selector [org.hibernate.dialect.Dialect] : [MySQL5] -> [org.hibernate.dialect.MySQL5Dialect] 2018-08-06 21:00:39,334 [Server thread] TRACE org.hibernate.boot.registry.selector.internal.StrategySelectorImpl - Registering named strategy selector [org.hibernate.dialect.Dialect] : [MySQL5InnoDB] -> [org.hibernate.dialect.MySQL5InnoDBDialect] 2018-08-06 21:00:39,334 [Server thread] TRACE org.hibernate.boot.registry.selector.internal.StrategySelectorImpl - Registering named strategy selector [org.hibernate.dialect.Dialect] : [MySQL57InnoDB] -> [org.hibernate.dialect.MySQL57InnoDBDialect] 2018-08-06 21:00:39,334 [Server thread] TRACE org.hibernate.boot.registry.selector.internal.StrategySelectorImpl - Registering named strategy selector [org.hibernate.dialect.Dialect] : [MySQL57] -> [org.hibernate.dialect.MySQL57Dialect] 2018-08-06 21:00:39,334 [Server thread] TRACE org.hibernate.boot.registry.selector.internal.StrategySelectorImpl - Registering named strategy selector [org.hibernate.dialect.Dialect] : [Oracle8i] -> [org.hibernate.dialect.Oracle8iDialect] 2018-08-06 21:00:39,334 [Server thread] TRACE org.hibernate.boot.registry.selector.internal.StrategySelectorImpl - Registering named strategy selector [org.hibernate.dialect.Dialect] : [Oracle9i] -> [org.hibernate.dialect.Oracle9iDialect] 2018-08-06 21:00:39,334 [Server thread] TRACE org.hibernate.boot.registry.selector.internal.StrategySelectorImpl - Registering named strategy selector [org.hibernate.dialect.Dialect] : [Oracle10g] -> [org.hibernate.dialect.Oracle10gDialect] 2018-08-06 21:00:39,334 [Server thread] TRACE org.hibernate.boot.registry.selector.internal.StrategySelectorImpl - Registering named strategy selector [org.hibernate.dialect.Dialect] : [Pointbase] -> [org.hibernate.dialect.PointbaseDialect] 2018-08-06 21:00:39,334 [Server thread] TRACE org.hibernate.boot.registry.selector.internal.StrategySelectorImpl - Registering named strategy selector [org.hibernate.dialect.Dialect] : [PostgresPlus] -> [org.hibernate.dialect.PostgresPlusDialect] 2018-08-06 21:00:39,334 [Server thread] TRACE org.hibernate.boot.registry.selector.internal.StrategySelectorImpl - Registering named strategy selector [org.hibernate.dialect.Dialect] : [PostgreSQL81] -> [org.hibernate.dialect.PostgreSQL81Dialect] 2018-08-06 21:00:39,334 [Server thread] TRACE org.hibernate.boot.registry.selector.internal.StrategySelectorImpl - Registering named strategy selector [org.hibernate.dialect.Dialect] : [PostgreSQL82] -> [org.hibernate.dialect.PostgreSQL82Dialect] 2018-08-06 21:00:39,334 [Server thread] TRACE org.hibernate.boot.registry.selector.internal.StrategySelectorImpl - Registering named strategy selector [org.hibernate.dialect.Dialect] : [PostgreSQL9] -> [org.hibernate.dialect.PostgreSQL9Dialect] 2018-08-06 21:00:39,334 [Server thread] TRACE org.hibernate.boot.registry.selector.internal.StrategySelectorImpl - Registering named strategy selector [org.hibernate.dialect.Dialect] : [Progress] -> [org.hibernate.dialect.ProgressDialect] 2018-08-06 21:00:39,334 [Server thread] TRACE org.hibernate.boot.registry.selector.internal.StrategySelectorImpl - Registering named strategy selector [org.hibernate.dialect.Dialect] : [SAPDB] -> [org.hibernate.dialect.SAPDBDialect] 2018-08-06 21:00:39,334 [Server thread] TRACE org.hibernate.boot.registry.selector.internal.StrategySelectorImpl - Registering named strategy selector [org.hibernate.dialect.Dialect] : [SQLServer] -> [org.hibernate.dialect.SQLServerDialect] 2018-08-06 21:00:39,334 [Server thread] TRACE org.hibernate.boot.registry.selector.internal.StrategySelectorImpl - Registering named strategy selector [org.hibernate.dialect.Dialect] : [SQLServer2005] -> [org.hibernate.dialect.SQLServer2005Dialect] 2018-08-06 21:00:39,334 [Server thread] TRACE org.hibernate.boot.registry.selector.internal.StrategySelectorImpl - Registering named strategy selector [org.hibernate.dialect.Dialect] : [SQLServer2008] -> [org.hibernate.dialect.SQLServer2008Dialect] 2018-08-06 21:00:39,334 [Server thread] TRACE org.hibernate.boot.registry.selector.internal.StrategySelectorImpl - Registering named strategy selector [org.hibernate.dialect.Dialect] : [Sybase11] -> [org.hibernate.dialect.Sybase11Dialect] 2018-08-06 21:00:39,334 [Server thread] TRACE org.hibernate.boot.registry.selector.internal.StrategySelectorImpl - Registering named strategy selector [org.hibernate.dialect.Dialect] : [SybaseAnywhere] -> [org.hibernate.dialect.SybaseAnywhereDialect] 2018-08-06 21:00:39,334 [Server thread] TRACE org.hibernate.boot.registry.selector.internal.StrategySelectorImpl - Registering named strategy selector [org.hibernate.dialect.Dialect] : [SybaseASE15] -> [org.hibernate.dialect.SybaseASE15Dialect] 2018-08-06 21:00:39,334 [Server thread] TRACE org.hibernate.boot.registry.selector.internal.StrategySelectorImpl - Registering named strategy selector [org.hibernate.dialect.Dialect] : [SybaseASE157] -> [org.hibernate.dialect.SybaseASE157Dialect] 2018-08-06 21:00:39,334 [Server thread] TRACE org.hibernate.boot.registry.selector.internal.StrategySelectorImpl - Registering named strategy selector [org.hibernate.dialect.Dialect] : [Teradata] -> [org.hibernate.dialect.TeradataDialect] 2018-08-06 21:00:39,334 [Server thread] TRACE org.hibernate.boot.registry.selector.internal.StrategySelectorImpl - Registering named strategy selector [org.hibernate.dialect.Dialect] : [TimesTen] -> [org.hibernate.dialect.TimesTenDialect] 2018-08-06 21:00:39,334 [Server thread] TRACE org.hibernate.boot.registry.selector.internal.StrategySelectorImpl - Registering named strategy selector [org.hibernate.engine.transaction.jta.platform.spi.JtaPlatform] : [Borland] -> [org.hibernate.engine.transaction.jta.platform.internal.BorlandEnterpriseServerJtaPlatform] 2018-08-06 21:00:39,334 [Server thread] TRACE org.hibernate.boot.registry.selector.internal.StrategySelectorImpl - Registering named strategy selector [org.hibernate.engine.transaction.jta.platform.spi.JtaPlatform] : [org.hibernate.service.jta.platform.internal.BorlandEnterpriseServerJtaPlatform] -> [org.hibernate.engine.transaction.jta.platform.internal.BorlandEnterpriseServerJtaPlatform] 2018-08-06 21:00:39,334 [Server thread] TRACE org.hibernate.boot.registry.selector.internal.StrategySelectorImpl - Registering named strategy selector [org.hibernate.engine.transaction.jta.platform.spi.JtaPlatform] : [Bitronix] -> [org.hibernate.engine.transaction.jta.platform.internal.BitronixJtaPlatform] 2018-08-06 21:00:39,334 [Server thread] TRACE org.hibernate.boot.registry.selector.internal.StrategySelectorImpl - Registering named strategy selector [org.hibernate.engine.transaction.jta.platform.spi.JtaPlatform] : [org.hibernate.service.jta.platform.internal.BitronixJtaPlatform] -> [org.hibernate.engine.transaction.jta.platform.internal.BitronixJtaPlatform] 2018-08-06 21:00:39,334 [Server thread] TRACE org.hibernate.boot.registry.selector.internal.StrategySelectorImpl - Registering named strategy selector [org.hibernate.engine.transaction.jta.platform.spi.JtaPlatform] : [JBossAS] -> [org.hibernate.engine.transaction.jta.platform.internal.JBossAppServerJtaPlatform] 2018-08-06 21:00:39,334 [Server thread] TRACE org.hibernate.boot.registry.selector.internal.StrategySelectorImpl - Registering named strategy selector [org.hibernate.engine.transaction.jta.platform.spi.JtaPlatform] : [org.hibernate.service.jta.platform.internal.JBossAppServerJtaPlatform] -> [org.hibernate.engine.transaction.jta.platform.internal.JBossAppServerJtaPlatform] 2018-08-06 21:00:39,334 [Server thread] TRACE org.hibernate.boot.registry.selector.internal.StrategySelectorImpl - Registering named strategy selector [org.hibernate.engine.transaction.jta.platform.spi.JtaPlatform] : [JBossTS] -> [org.hibernate.engine.transaction.jta.platform.internal.JBossStandAloneJtaPlatform] 2018-08-06 21:00:39,334 [Server thread] TRACE org.hibernate.boot.registry.selector.internal.StrategySelectorImpl - Registering named strategy selector [org.hibernate.engine.transaction.jta.platform.spi.JtaPlatform] : [org.hibernate.service.jta.platform.internal.JBossStandAloneJtaPlatform] -> [org.hibernate.engine.transaction.jta.platform.internal.JBossStandAloneJtaPlatform] 2018-08-06 21:00:39,334 [Server thread] TRACE org.hibernate.boot.registry.selector.internal.StrategySelectorImpl - Registering named strategy selector [org.hibernate.engine.transaction.jta.platform.spi.JtaPlatform] : [JOnAS] -> [org.hibernate.engine.transaction.jta.platform.internal.JOnASJtaPlatform] 2018-08-06 21:00:39,334 [Server thread] TRACE org.hibernate.boot.registry.selector.internal.StrategySelectorImpl - Registering named strategy selector [org.hibernate.engine.transaction.jta.platform.spi.JtaPlatform] : [org.hibernate.service.jta.platform.internal.JOnASJtaPlatform] -> [org.hibernate.engine.transaction.jta.platform.internal.JOnASJtaPlatform] 2018-08-06 21:00:39,334 [Server thread] TRACE org.hibernate.boot.registry.selector.internal.StrategySelectorImpl - Registering named strategy selector [org.hibernate.engine.transaction.jta.platform.spi.JtaPlatform] : [JOTM] -> [org.hibernate.engine.transaction.jta.platform.internal.JOTMJtaPlatform] 2018-08-06 21:00:39,334 [Server thread] TRACE org.hibernate.boot.registry.selector.internal.StrategySelectorImpl - Registering named strategy selector [org.hibernate.engine.transaction.jta.platform.spi.JtaPlatform] : [org.hibernate.service.jta.platform.internal.JOTMJtaPlatform] -> [org.hibernate.engine.transaction.jta.platform.internal.JOTMJtaPlatform] 2018-08-06 21:00:39,334 [Server thread] TRACE org.hibernate.boot.registry.selector.internal.StrategySelectorImpl - Registering named strategy selector [org.hibernate.engine.transaction.jta.platform.spi.JtaPlatform] : [JRun4] -> [org.hibernate.engine.transaction.jta.platform.internal.JRun4JtaPlatform] 2018-08-06 21:00:39,334 [Server thread] TRACE org.hibernate.boot.registry.selector.internal.StrategySelectorImpl - Registering named strategy selector [org.hibernate.engine.transaction.jta.platform.spi.JtaPlatform] : [org.hibernate.service.jta.platform.internal.JRun4JtaPlatform] -> [org.hibernate.engine.transaction.jta.platform.internal.JRun4JtaPlatform] 2018-08-06 21:00:39,334 [Server thread] TRACE org.hibernate.boot.registry.selector.internal.StrategySelectorImpl - Registering named strategy selector [org.hibernate.engine.transaction.jta.platform.spi.JtaPlatform] : [OC4J] -> [org.hibernate.engine.transaction.jta.platform.internal.OC4JJtaPlatform] 2018-08-06 21:00:39,334 [Server thread] TRACE org.hibernate.boot.registry.selector.internal.StrategySelectorImpl - Registering named strategy selector [org.hibernate.engine.transaction.jta.platform.spi.JtaPlatform] : [org.hibernate.service.jta.platform.internal.OC4JJtaPlatform] -> [org.hibernate.engine.transaction.jta.platform.internal.OC4JJtaPlatform] 2018-08-06 21:00:39,334 [Server thread] TRACE org.hibernate.boot.registry.selector.internal.StrategySelectorImpl - Registering named strategy selector [org.hibernate.engine.transaction.jta.platform.spi.JtaPlatform] : [Orion] -> [org.hibernate.engine.transaction.jta.platform.internal.OrionJtaPlatform] 2018-08-06 21:00:39,334 [Server thread] TRACE org.hibernate.boot.registry.selector.internal.StrategySelectorImpl - Registering named strategy selector [org.hibernate.engine.transaction.jta.platform.spi.JtaPlatform] : [org.hibernate.service.jta.platform.internal.OrionJtaPlatform] -> [org.hibernate.engine.transaction.jta.platform.internal.OrionJtaPlatform] 2018-08-06 21:00:39,334 [Server thread] TRACE org.hibernate.boot.registry.selector.internal.StrategySelectorImpl - Registering named strategy selector [org.hibernate.engine.transaction.jta.platform.spi.JtaPlatform] : [Resin] -> [org.hibernate.engine.transaction.jta.platform.internal.ResinJtaPlatform] 2018-08-06 21:00:39,334 [Server thread] TRACE org.hibernate.boot.registry.selector.internal.StrategySelectorImpl - Registering named strategy selector [org.hibernate.engine.transaction.jta.platform.spi.JtaPlatform] : [org.hibernate.service.jta.platform.internal.ResinJtaPlatform] -> [org.hibernate.engine.transaction.jta.platform.internal.ResinJtaPlatform] 2018-08-06 21:00:39,335 [Server thread] TRACE org.hibernate.boot.registry.selector.internal.StrategySelectorImpl - Registering named strategy selector [org.hibernate.engine.transaction.jta.platform.spi.JtaPlatform] : [SapNetWeaver] -> [org.hibernate.engine.transaction.jta.platform.internal.SapNetWeaverJtaPlatform] 2018-08-06 21:00:39,335 [Server thread] TRACE org.hibernate.boot.registry.selector.internal.StrategySelectorImpl - Registering named strategy selector [org.hibernate.engine.transaction.jta.platform.spi.JtaPlatform] : [org.hibernate.service.jta.platform.internal.SapNetWeaverJtaPlatform] -> [org.hibernate.engine.transaction.jta.platform.internal.SapNetWeaverJtaPlatform] 2018-08-06 21:00:39,335 [Server thread] TRACE org.hibernate.boot.registry.selector.internal.StrategySelectorImpl - Registering named strategy selector [org.hibernate.engine.transaction.jta.platform.spi.JtaPlatform] : [SunOne] -> [org.hibernate.engine.transaction.jta.platform.internal.SunOneJtaPlatform] 2018-08-06 21:00:39,335 [Server thread] TRACE org.hibernate.boot.registry.selector.internal.StrategySelectorImpl - Registering named strategy selector [org.hibernate.engine.transaction.jta.platform.spi.JtaPlatform] : [org.hibernate.service.jta.platform.internal.SunOneJtaPlatform] -> [org.hibernate.engine.transaction.jta.platform.internal.SunOneJtaPlatform] 2018-08-06 21:00:39,335 [Server thread] TRACE org.hibernate.boot.registry.selector.internal.StrategySelectorImpl - Registering named strategy selector [org.hibernate.engine.transaction.jta.platform.spi.JtaPlatform] : [Weblogic] -> [org.hibernate.engine.transaction.jta.platform.internal.WeblogicJtaPlatform] 2018-08-06 21:00:39,335 [Server thread] TRACE org.hibernate.boot.registry.selector.internal.StrategySelectorImpl - Registering named strategy selector [org.hibernate.engine.transaction.jta.platform.spi.JtaPlatform] : [org.hibernate.service.jta.platform.internal.WeblogicJtaPlatform] -> [org.hibernate.engine.transaction.jta.platform.internal.WeblogicJtaPlatform] 2018-08-06 21:00:39,335 [Server thread] TRACE org.hibernate.boot.registry.selector.internal.StrategySelectorImpl - Registering named strategy selector [org.hibernate.engine.transaction.jta.platform.spi.JtaPlatform] : [WebSphereLiberty] -> [org.hibernate.engine.transaction.jta.platform.internal.WebSphereLibertyJtaPlatform] 2018-08-06 21:00:39,335 [Server thread] TRACE org.hibernate.boot.registry.selector.internal.StrategySelectorImpl - Registering named strategy selector [org.hibernate.engine.transaction.jta.platform.spi.JtaPlatform] : [org.hibernate.engine.transaction.jta.platform.internal.WebSphereLibertyJtaPlatform] -> [org.hibernate.engine.transaction.jta.platform.internal.WebSphereLibertyJtaPlatform] 2018-08-06 21:00:39,335 [Server thread] TRACE org.hibernate.boot.registry.selector.internal.StrategySelectorImpl - Registering named strategy selector [org.hibernate.engine.transaction.jta.platform.spi.JtaPlatform] : [WebSphere] -> [org.hibernate.engine.transaction.jta.platform.internal.WebSphereJtaPlatform] 2018-08-06 21:00:39,335 [Server thread] TRACE org.hibernate.boot.registry.selector.internal.StrategySelectorImpl - Registering named strategy selector [org.hibernate.engine.transaction.jta.platform.spi.JtaPlatform] : [org.hibernate.service.jta.platform.internal.WebSphereJtaPlatform] -> [org.hibernate.engine.transaction.jta.platform.internal.WebSphereJtaPlatform] 2018-08-06 21:00:39,335 [Server thread] TRACE org.hibernate.boot.registry.selector.internal.StrategySelectorImpl - Registering named strategy selector [org.hibernate.engine.transaction.jta.platform.spi.JtaPlatform] : [WebSphereExtended] -> [org.hibernate.engine.transaction.jta.platform.internal.WebSphereExtendedJtaPlatform] 2018-08-06 21:00:39,335 [Server thread] TRACE org.hibernate.boot.registry.selector.internal.StrategySelectorImpl - Registering named strategy selector [org.hibernate.engine.transaction.jta.platform.spi.JtaPlatform] : [org.hibernate.service.jta.platform.internal.WebSphereExtendedJtaPlatform] -> [org.hibernate.engine.transaction.jta.platform.internal.WebSphereExtendedJtaPlatform] 2018-08-06 21:00:39,335 [Server thread] TRACE org.hibernate.boot.registry.selector.internal.StrategySelectorImpl - Registering named strategy selector [org.hibernate.resource.transaction.spi.TransactionCoordinatorBuilder] : [jdbc] -> [org.hibernate.resource.transaction.backend.jdbc.internal.JdbcResourceLocalTransactionCoordinatorBuilderImpl] 2018-08-06 21:00:39,335 [Server thread] TRACE org.hibernate.boot.registry.selector.internal.StrategySelectorImpl - Registering named strategy selector [org.hibernate.resource.transaction.spi.TransactionCoordinatorBuilder] : [jta] -> [org.hibernate.resource.transaction.backend.jta.internal.JtaTransactionCoordinatorBuilderImpl] 2018-08-06 21:00:39,335 [Server thread] TRACE org.hibernate.boot.registry.selector.internal.StrategySelectorImpl - Registering named strategy selector [org.hibernate.resource.transaction.spi.TransactionCoordinatorBuilder] : [org.hibernate.transaction.JDBCTransactionFactory] -> [org.hibernate.resource.transaction.backend.jdbc.internal.JdbcResourceLocalTransactionCoordinatorBuilderImpl] 2018-08-06 21:00:39,335 [Server thread] TRACE org.hibernate.boot.registry.selector.internal.StrategySelectorImpl - Registering named strategy selector [org.hibernate.resource.transaction.spi.TransactionCoordinatorBuilder] : [org.hibernate.transaction.JTATransactionFactory] -> [org.hibernate.resource.transaction.backend.jta.internal.JtaTransactionCoordinatorBuilderImpl] 2018-08-06 21:00:39,335 [Server thread] TRACE org.hibernate.boot.registry.selector.internal.StrategySelectorImpl - Registering named strategy selector [org.hibernate.resource.transaction.spi.TransactionCoordinatorBuilder] : [org.hibernate.transaction.CMTTransactionFactory] -> [org.hibernate.resource.transaction.backend.jta.internal.JtaTransactionCoordinatorBuilderImpl] 2018-08-06 21:00:39,335 [Server thread] TRACE org.hibernate.boot.registry.selector.internal.StrategySelectorImpl - Registering named strategy selector [org.hibernate.hql.spi.id.MultiTableBulkIdStrategy] : [persistent] -> [org.hibernate.hql.spi.id.persistent.PersistentTableBulkIdStrategy] 2018-08-06 21:00:39,335 [Server thread] TRACE org.hibernate.boot.registry.selector.internal.StrategySelectorImpl - Registering named strategy selector [org.hibernate.hql.spi.id.MultiTableBulkIdStrategy] : [global_temporary] -> [org.hibernate.hql.spi.id.global.GlobalTemporaryTableBulkIdStrategy] 2018-08-06 21:00:39,335 [Server thread] TRACE org.hibernate.boot.registry.selector.internal.StrategySelectorImpl - Registering named strategy selector [org.hibernate.hql.spi.id.MultiTableBulkIdStrategy] : [local_temporary] -> [org.hibernate.hql.spi.id.local.LocalTemporaryTableBulkIdStrategy] 2018-08-06 21:00:39,335 [Server thread] TRACE org.hibernate.boot.registry.selector.internal.StrategySelectorImpl - Registering named strategy selector [org.hibernate.event.spi.EntityCopyObserver] : [disallow] -> [org.hibernate.event.internal.EntityCopyNotAllowedObserver] 2018-08-06 21:00:39,335 [Server thread] TRACE org.hibernate.boot.registry.selector.internal.StrategySelectorImpl - Registering named strategy selector [org.hibernate.event.spi.EntityCopyObserver] : [allow] -> [org.hibernate.event.internal.EntityCopyAllowedObserver] 2018-08-06 21:00:39,335 [Server thread] TRACE org.hibernate.boot.registry.selector.internal.StrategySelectorImpl - Registering named strategy selector [org.hibernate.event.spi.EntityCopyObserver] : [log] -> [org.hibernate.event.internal.EntityCopyAllowedLoggedObserver] 2018-08-06 21:00:39,335 [Server thread] TRACE org.hibernate.boot.registry.selector.internal.StrategySelectorImpl - Registering named strategy selector [org.hibernate.boot.model.naming.ImplicitNamingStrategy] : [default] -> [org.hibernate.boot.model.naming.ImplicitNamingStrategyJpaCompliantImpl] 2018-08-06 21:00:39,335 [Server thread] TRACE org.hibernate.boot.registry.selector.internal.StrategySelectorImpl - Registering named strategy selector [org.hibernate.boot.model.naming.ImplicitNamingStrategy] : [jpa] -> [org.hibernate.boot.model.naming.ImplicitNamingStrategyJpaCompliantImpl] 2018-08-06 21:00:39,335 [Server thread] TRACE org.hibernate.boot.registry.selector.internal.StrategySelectorImpl - Registering named strategy selector [org.hibernate.boot.model.naming.ImplicitNamingStrategy] : [legacy-jpa] -> [org.hibernate.boot.model.naming.ImplicitNamingStrategyLegacyJpaImpl] 2018-08-06 21:00:39,335 [Server thread] TRACE org.hibernate.boot.registry.selector.internal.StrategySelectorImpl - Registering named strategy selector [org.hibernate.boot.model.naming.ImplicitNamingStrategy] : [legacy-hbm] -> [org.hibernate.boot.model.naming.ImplicitNamingStrategyLegacyHbmImpl] 2018-08-06 21:00:39,335 [Server thread] TRACE org.hibernate.boot.registry.selector.internal.StrategySelectorImpl - Registering named strategy selector [org.hibernate.boot.model.naming.ImplicitNamingStrategy] : [component-path] -> [org.hibernate.boot.model.naming.ImplicitNamingStrategyComponentPathImpl] 2018-08-06 21:00:39,335 [Server thread] TRACE org.hibernate.boot.registry.selector.internal.StrategySelectorImpl - Registering named strategy selector [org.hibernate.cache.spi.CacheKeysFactory] : [default] -> [org.hibernate.cache.internal.DefaultCacheKeysFactory] 2018-08-06 21:00:39,335 [Server thread] TRACE org.hibernate.boot.registry.selector.internal.StrategySelectorImpl - Registering named strategy selector [org.hibernate.cache.spi.CacheKeysFactory] : [simple] -> [org.hibernate.cache.internal.SimpleCacheKeysFactory] 2018-08-06 21:00:39,335 [Server thread] TRACE org.hibernate.boot.registry.selector.internal.StrategySelectorImpl - Registering named strategy selector [org.hibernate.engine.jdbc.connections.spi.ConnectionProvider] : [hikari] -> [org.hibernate.hikaricp.internal.HikariCPConnectionProvider] 2018-08-06 21:00:39,335 [Server thread] TRACE org.hibernate.boot.registry.selector.internal.StrategySelectorImpl - Registering named strategy selector [org.hibernate.engine.jdbc.connections.spi.ConnectionProvider] : [hikaricp] -> [org.hibernate.hikaricp.internal.HikariCPConnectionProvider] 2018-08-06 21:00:39,335 [Server thread] TRACE org.hibernate.boot.registry.selector.internal.StrategySelectorImpl - Registering named strategy selector [org.hibernate.engine.jdbc.connections.spi.ConnectionProvider] : [HikariCPConnectionProvider] -> [org.hibernate.hikaricp.internal.HikariCPConnectionProvider] 2018-08-06 21:00:39,335 [Server thread] TRACE org.hibernate.boot.registry.selector.internal.StrategySelectorImpl - Registering named strategy selector [org.hibernate.engine.jdbc.connections.spi.ConnectionProvider] : [org.hibernate.connection.HikariCPConnectionProvider] -> [org.hibernate.hikaricp.internal.HikariCPConnectionProvider] 2018-08-06 21:00:39,335 [Server thread] DEBUG org.hibernate.service.spi.ServiceBinding - Overriding existing service binding [org.hibernate.secure.spi.JaccService] 2018-08-06 21:00:41,845 [Server thread] TRACE org.hibernate.service.internal.AbstractServiceRegistryImpl - Initializing service [role=org.hibernate.engine.jdbc.connections.spi.ConnectionProvider] 2018-08-06 21:00:41,846 [Server thread] DEBUG org.hibernate.hikaricp.internal.HikariCPConnectionProvider - Configuring HikariCP 2018-08-06 21:00:43,917 [Server thread] INFO org.hibernate.service.internal.AbstractServiceRegistryImpl - HHH000369: Error stopping service [class org.hibernate.hikaricp.internal.HikariCPConnectionProvider] : java.lang.NullPointerException 2018-08-06 21:00:43,917 [Server thread] DEBUG org.hibernate.boot.registry.internal.BootstrapServiceRegistryImpl - Implicitly destroying Boot-strap registry on de-registration of all child ServiceRegistries 2018-08-06 21:00:43,917 [Server thread] DEBUG org.hibernate.boot.registry.internal.BootstrapServiceRegistryImpl - Implicitly destroying Boot-strap registry on de-registration of all child ServiceRegistries HikariCP Logs (doesnt seem to see the issue) 2018-08-06 21:00:32,061 [Server thread] DEBUG com.zaxxer.hikari.HikariConfig - HikariPool-1 - configuration: 2018-08-06 21:00:32,062 [Server thread] DEBUG com.zaxxer.hikari.HikariConfig - allowPoolSuspension.............false 2018-08-06 21:00:32,062 [Server thread] DEBUG com.zaxxer.hikari.HikariConfig - autoCommit......................true 2018-08-06 21:00:32,062 [Server thread] DEBUG com.zaxxer.hikari.HikariConfig - catalog.........................null 2018-08-06 21:00:32,062 [Server thread] DEBUG com.zaxxer.hikari.HikariConfig - connectionInitSql...............null 2018-08-06 21:00:32,062 [Server thread] DEBUG com.zaxxer.hikari.HikariConfig - connectionTestQuery.............null 2018-08-06 21:00:32,062 [Server thread] DEBUG com.zaxxer.hikari.HikariConfig - connectionTimeout...............20000 2018-08-06 21:00:32,086 [Server thread] DEBUG com.zaxxer.hikari.HikariConfig - dataSource......................null 2018-08-06 21:00:32,086 [Server thread] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceClassName.............null 2018-08-06 21:00:32,086 [Server thread] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceJNDI..................null 2018-08-06 21:00:32,086 [Server thread] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceProperties............ {password=<masked>} 2018-08-06 21:00:32,086 [Server thread] DEBUG com.zaxxer.hikari.HikariConfig - driverClassName................."org.h2.Driver" 2018-08-06 21:00:32,086 [Server thread] DEBUG com.zaxxer.hikari.HikariConfig - healthCheckProperties...........{} 2018-08-06 21:00:32,086 [Server thread] DEBUG com.zaxxer.hikari.HikariConfig - healthCheckRegistry.............null 2018-08-06 21:00:32,086 [Server thread] DEBUG com.zaxxer.hikari.HikariConfig - idleTimeout.....................300000 2018-08-06 21:00:32,086 [Server thread] DEBUG com.zaxxer.hikari.HikariConfig - initializationFailFast..........true 2018-08-06 21:00:32,086 [Server thread] DEBUG com.zaxxer.hikari.HikariConfig - isolateInternalQueries..........false 2018-08-06 21:00:32,086 [Server thread] DEBUG com.zaxxer.hikari.HikariConfig - jdbc4ConnectionTest.............false 2018-08-06 21:00:32,087 [Server thread] DEBUG com.zaxxer.hikari.HikariConfig - jdbcUrl........................."jdbc:h2:./plugins\Metropoles\data\metropoles;MV_STORE=FALSE;" 2018-08-06 21:00:32,087 [Server thread] DEBUG com.zaxxer.hikari.HikariConfig - leakDetectionThreshold..........0 2018-08-06 21:00:32,087 [Server thread] DEBUG com.zaxxer.hikari.HikariConfig - maxLifetime.....................1800000 2018-08-06 21:00:32,087 [Server thread] DEBUG com.zaxxer.hikari.HikariConfig - maximumPoolSize.................20 2018-08-06 21:00:32,087 [Server thread] DEBUG com.zaxxer.hikari.HikariConfig - metricRegistry..................null 2018-08-06 21:00:32,087 [Server thread] DEBUG com.zaxxer.hikari.HikariConfig - metricsTrackerFactory...........null 2018-08-06 21:00:32,087 [Server thread] DEBUG com.zaxxer.hikari.HikariConfig - minimumIdle.....................10 2018-08-06 21:00:32,087 [Server thread] DEBUG com.zaxxer.hikari.HikariConfig - password........................<masked> 2018-08-06 21:00:32,087 [Server thread] DEBUG com.zaxxer.hikari.HikariConfig - poolName........................"HikariPool-1" 2018-08-06 21:00:32,087 [Server thread] DEBUG com.zaxxer.hikari.HikariConfig - readOnly........................false 2018-08-06 21:00:32,087 [Server thread] DEBUG com.zaxxer.hikari.HikariConfig - registerMbeans..................false 2018-08-06 21:00:32,087 [Server thread] DEBUG com.zaxxer.hikari.HikariConfig - scheduledExecutorService........null 2018-08-06 21:00:32,087 [Server thread] DEBUG com.zaxxer.hikari.HikariConfig - threadFactory...................null 2018-08-06 21:00:32,087 [Server thread] DEBUG com.zaxxer.hikari.HikariConfig - transactionIsolation............null 2018-08-06 21:00:32,087 [Server thread] DEBUG com.zaxxer.hikari.HikariConfig - username........................"" 2018-08-06 21:00:32,087 [Server thread] DEBUG com.zaxxer.hikari.HikariConfig - validationTimeout...............5000 2018-08-06 21:00:32,088 [Server thread] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-1 - Started. 2018-08-06 21:00:32,469 [HikariPool-1 connection adder] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-1 - Added connection conn5: url=jdbc:h2:./plugins\Metropoles\data\metropoles user= 2018-08-06 21:00:32,558 [HikariPool-1 housekeeper] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-1 - Pool stats (total=1, active=1, idle=0, waiting=0) 2018-08-06 21:00:32,563 [HikariPool-1 connection adder] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-1 - Added connection conn6: url=jdbc:h2:./plugins\Metropoles\data\metropoles user= 2018-08-06 21:00:32,563 [HikariPool-1 connection adder] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-1 - Added connection conn7: url=jdbc:h2:./plugins\Metropoles\data\metropoles user= 2018-08-06 21:00:32,563 [HikariPool-1 connection adder] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-1 - Added connection conn8: url=jdbc:h2:./plugins\Metropoles\data\metropoles user= 2018-08-06 21:00:32,564 [HikariPool-1 connection adder] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-1 - Added connection conn9: url=jdbc:h2:./plugins\Metropoles\data\metropoles user= 2018-08-06 21:00:32,564 [HikariPool-1 connection adder] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-1 - Added connection conn10: url=jdbc:h2:./plugins\Metropoles\data\metropoles user= 2018-08-06 21:00:32,564 [HikariPool-1 connection adder] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-1 - Added connection conn11: url=jdbc:h2:./plugins\Metropoles\data\metropoles user= 2018-08-06 21:00:32,564 [HikariPool-1 connection adder] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-1 - Added connection conn12: url=jdbc:h2:./plugins\Metropoles\data\metropoles user= 2018-08-06 21:00:32,564 [HikariPool-1 connection adder] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-1 - Added connection conn13: url=jdbc:h2:./plugins\Metropoles\data\metropoles user= 2018-08-06 21:00:32,565 [HikariPool-1 connection adder] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-1 - Added connection conn14: url=jdbc:h2:./plugins\Metropoles\data\metropoles user= 2018-08-06 21:00:32,565 [HikariPool-1 connection adder] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-1 - Added connection conn15: url=jdbc:h2:./plugins\Metropoles\data\metropoles user= 2018-08-06 21:00:32,565 [HikariPool-1 connection adder] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-1 - After adding stats (total=11, active=1, idle=10, waiting=0) 2018-08-06 21:00:33,991 [Server thread] DEBUG com.zaxxer.hikari.HikariConfig - HikariPool-2 - configuration: 2018-08-06 21:00:33,991 [Server thread] DEBUG com.zaxxer.hikari.HikariConfig - allowPoolSuspension.............false 2018-08-06 21:00:33,991 [Server thread] DEBUG com.zaxxer.hikari.HikariConfig - autoCommit......................true 2018-08-06 21:00:33,991 [Server thread] DEBUG com.zaxxer.hikari.HikariConfig - catalog.........................null 2018-08-06 21:00:33,991 [Server thread] DEBUG com.zaxxer.hikari.HikariConfig - connectionInitSql...............null 2018-08-06 21:00:33,991 [Server thread] DEBUG com.zaxxer.hikari.HikariConfig - connectionTestQuery.............null 2018-08-06 21:00:33,991 [Server thread] DEBUG com.zaxxer.hikari.HikariConfig - connectionTimeout...............20000 2018-08-06 21:00:33,991 [Server thread] DEBUG com.zaxxer.hikari.HikariConfig - dataSource......................null 2018-08-06 21:00:33,991 [Server thread] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceClassName.............null 2018-08-06 21:00:33,991 [Server thread] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceJNDI..................null 2018-08-06 21:00:33,991 [Server thread] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceProperties............{password=<masked>} 2018-08-06 21:00:33,991 [Server thread] DEBUG com.zaxxer.hikari.HikariConfig - driverClassName................."org.h2.Driver" 2018-08-06 21:00:33,991 [Server thread] DEBUG com.zaxxer.hikari.HikariConfig - healthCheckProperties...........{} 2018-08-06 21:00:33,991 [Server thread] DEBUG com.zaxxer.hikari.HikariConfig - healthCheckRegistry.............null 2018-08-06 21:00:33,992 [Server thread] DEBUG com.zaxxer.hikari.HikariConfig - idleTimeout.....................300000 2018-08-06 21:00:33,992 [Server thread] DEBUG com.zaxxer.hikari.HikariConfig - initializationFailFast..........true 2018-08-06 21:00:33,992 [Server thread] DEBUG com.zaxxer.hikari.HikariConfig - isolateInternalQueries..........false 2018-08-06 21:00:33,992 [Server thread] DEBUG com.zaxxer.hikari.HikariConfig - jdbc4ConnectionTest.............false 2018-08-06 21:00:33,992 [Server thread] DEBUG com.zaxxer.hikari.HikariConfig - jdbcUrl........................."jdbc:h2:./plugins\Metropoles\data\metropoles;MV_STORE=FALSE;" 2018-08-06 21:00:33,992 [Server thread] DEBUG com.zaxxer.hikari.HikariConfig - leakDetectionThreshold..........0 2018-08-06 21:00:33,992 [Server thread] DEBUG com.zaxxer.hikari.HikariConfig - maxLifetime.....................1800000 2018-08-06 21:00:33,992 [Server thread] DEBUG com.zaxxer.hikari.HikariConfig - maximumPoolSize.................20 2018-08-06 21:00:33,992 [Server thread] DEBUG com.zaxxer.hikari.HikariConfig - metricRegistry..................null 2018-08-06 21:00:33,992 [Server thread] DEBUG com.zaxxer.hikari.HikariConfig - metricsTrackerFactory...........null 2018-08-06 21:00:33,992 [Server thread] DEBUG com.zaxxer.hikari.HikariConfig - minimumIdle.....................10 2018-08-06 21:00:33,992 [Server thread] DEBUG com.zaxxer.hikari.HikariConfig - password........................<masked> 2018-08-06 21:00:33,992 [Server thread] DEBUG com.zaxxer.hikari.HikariConfig - poolName........................"HikariPool-2" 2018-08-06 21:00:33,992 [Server thread] DEBUG com.zaxxer.hikari.HikariConfig - readOnly........................false 2018-08-06 21:00:33,992 [Server thread] DEBUG com.zaxxer.hikari.HikariConfig - registerMbeans..................false 2018-08-06 21:00:33,992 [Server thread] DEBUG com.zaxxer.hikari.HikariConfig - scheduledExecutorService........null 2018-08-06 21:00:33,992 [Server thread] DEBUG com.zaxxer.hikari.HikariConfig - threadFactory...................null 2018-08-06 21:00:33,992 [Server thread] DEBUG com.zaxxer.hikari.HikariConfig - transactionIsolation............null 2018-08-06 21:00:33,992 [Server thread] DEBUG com.zaxxer.hikari.HikariConfig - username........................"" 2018-08-06 21:00:33,992 [Server thread] DEBUG com.zaxxer.hikari.HikariConfig - validationTimeout...............5000 2018-08-06 21:00:33,992 [Server thread] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-2 - Started. 2018-08-06 21:00:33,996 [HikariPool-2 connection adder] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-2 - Added connection conn17: url=jdbc:h2:./plugins\Metropoles\data\metropoles user= 2018-08-06 21:00:34,097 [HikariPool-2 housekeeper] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-2 - Pool stats (total=1, active=1, idle=0, waiting=0) 2018-08-06 21:00:34,097 [HikariPool-2 connection adder] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-2 - Added connection conn18: url=jdbc:h2:./plugins\Metropoles\data\metropoles user= 2018-08-06 21:00:34,098 [HikariPool-2 connection adder] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-2 - Added connection conn19: url=jdbc:h2:./plugins\Metropoles\data\metropoles user= 2018-08-06 21:00:34,098 [HikariPool-2 connection adder] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-2 - Added connection conn20: url=jdbc:h2:./plugins\Metropoles\data\metropoles user= 2018-08-06 21:00:34,098 [HikariPool-2 connection adder] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-2 - Added connection conn21: url=jdbc:h2:./plugins\Metropoles\data\metropoles user= 2018-08-06 21:00:34,098 [HikariPool-2 connection adder] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-2 - Added connection conn22: url=jdbc:h2:./plugins\Metropoles\data\metropoles user= 2018-08-06 21:00:34,098 [HikariPool-2 connection adder] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-2 - Added connection conn23: url=jdbc:h2:./plugins\Metropoles\data\metropoles user= 2018-08-06 21:00:34,099 [HikariPool-2 connection adder] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-2 - Added connection conn24: url=jdbc:h2:./plugins\Metropoles\data\metropoles user= 2018-08-06 21:00:34,099 [HikariPool-2 connection adder] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-2 - Added connection conn25: url=jdbc:h2:./plugins\Metropoles\data\metropoles user= 2018-08-06 21:00:34,099 [HikariPool-2 connection adder] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-2 - Added connection conn26: url=jdbc:h2:./plugins\Metropoles\data\metropoles user= 2018-08-06 21:00:34,099 [HikariPool-2 connection adder] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-2 - Added connection conn27: url=jdbc:h2:./plugins\Metropoles\data\metropoles user= 2018-08-06 21:00:34,099 [HikariPool-2 connection adder] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-2 - After adding stats (total=11, active=1, idle=10, waiting=0) 2018-08-06 21:00:38,067 [Server thread] INFO com.zaxxer.hikari.pool.HikariPool - HikariPool-2 - Close initiated... 2018-08-06 21:00:38,067 [Server thread] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-2 - Before closing stats (total=11, active=1, idle=10, waiting=0) 2018-08-06 21:00:38,068 [HikariPool-2 connection closer] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-2 - Closing connection conn18: url=jdbc:h2:./plugins\Metropoles\data\metropoles user=: (connection evicted) 2018-08-06 21:00:38,068 [HikariPool-2 connection closer] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-2 - Closing connection conn19: url=jdbc:h2:./plugins\Metropoles\data\metropoles user=: (connection evicted) 2018-08-06 21:00:38,069 [HikariPool-2 connection closer] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-2 - Closing connection conn20: url=jdbc:h2:./plugins\Metropoles\data\metropoles user=: (connection evicted) 2018-08-06 21:00:38,069 [HikariPool-2 connection closer] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-2 - Closing connection conn21: url=jdbc:h2:./plugins\Metropoles\data\metropoles user=: (connection evicted) 2018-08-06 21:00:38,069 [HikariPool-2 connection closer] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-2 - Closing connection conn22: url=jdbc:h2:./plugins\Metropoles\data\metropoles user=: (connection evicted) 2018-08-06 21:00:38,070 [HikariPool-2 connection closer] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-2 - Closing connection conn23: url=jdbc:h2:./plugins\Metropoles\data\metropoles user=: (connection evicted) 2018-08-06 21:00:38,070 [HikariPool-2 connection closer] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-2 - Closing connection conn24: url=jdbc:h2:./plugins\Metropoles\data\metropoles user=: (connection evicted) 2018-08-06 21:00:38,070 [HikariPool-2 connection closer] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-2 - Closing connection conn25: url=jdbc:h2:./plugins\Metropoles\data\metropoles user=: (connection evicted) 2018-08-06 21:00:38,071 [HikariPool-2 connection closer] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-2 - Closing connection conn26: url=jdbc:h2:./plugins\Metropoles\data\metropoles user=: (connection evicted) 2018-08-06 21:00:38,071 [HikariPool-2 connection closer] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-2 - Closing connection conn27: url=jdbc:h2:./plugins\Metropoles\data\metropoles user=: (connection evicted) 2018-08-06 21:00:38,072 [Server thread] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-2 - After closing stats (total=0, active=0, idle=0, waiting=0) 2018-08-06 21:00:38,072 [Server thread] INFO com.zaxxer.hikari.pool.HikariPool - HikariPool-2 - Closed. 2018-08-06 21:00:41,857 [Server thread] DEBUG com.zaxxer.hikari.HikariConfig - HikariPool-3 - configuration: 2018-08-06 21:00:41,857 [Server thread] DEBUG com.zaxxer.hikari.HikariConfig - allowPoolSuspension.............false 2018-08-06 21:00:41,857 [Server thread] DEBUG com.zaxxer.hikari.HikariConfig - autoCommit......................true 2018-08-06 21:00:41,857 [Server thread] DEBUG com.zaxxer.hikari.HikariConfig - catalog.........................null 2018-08-06 21:00:41,857 [Server thread] DEBUG com.zaxxer.hikari.HikariConfig - connectionInitSql...............null 2018-08-06 21:00:41,857 [Server thread] DEBUG com.zaxxer.hikari.HikariConfig - connectionTestQuery.............null 2018-08-06 21:00:41,857 [Server thread] DEBUG com.zaxxer.hikari.HikariConfig - connectionTimeout...............20000 2018-08-06 21:00:41,857 [Server thread] DEBUG com.zaxxer.hikari.HikariConfig - dataSource......................null 2018-08-06 21:00:41,857 [Server thread] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceClassName.............null 2018-08-06 21:00:41,857 [Server thread] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceJNDI..................null 2018-08-06 21:00:41,858 [Server thread] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceProperties............ {password=<masked>} 2018-08-06 21:00:41,858 [Server thread] DEBUG com.zaxxer.hikari.HikariConfig - driverClassName................."org.h2.Driver" 2018-08-06 21:00:41,858 [Server thread] DEBUG com.zaxxer.hikari.HikariConfig - healthCheckProperties...........{} 2018-08-06 21:00:41,858 [Server thread] DEBUG com.zaxxer.hikari.HikariConfig - healthCheckRegistry.............null 2018-08-06 21:00:41,858 [Server thread] DEBUG com.zaxxer.hikari.HikariConfig - idleTimeout.....................300000 2018-08-06 21:00:41,858 [Server thread] DEBUG com.zaxxer.hikari.HikariConfig - initializationFailFast..........true 2018-08-06 21:00:41,858 [Server thread] DEBUG com.zaxxer.hikari.HikariConfig - isolateInternalQueries..........false 2018-08-06 21:00:41,858 [Server thread] DEBUG com.zaxxer.hikari.HikariConfig - jdbc4ConnectionTest.............false 2018-08-06 21:00:41,858 [Server thread] DEBUG com.zaxxer.hikari.HikariConfig - jdbcUrl........................."jdbc:h2:./plugins\Metropoles\data\metropoles;MV_STORE=FALSE;" 2018-08-06 21:00:41,858 [Server thread] DEBUG com.zaxxer.hikari.HikariConfig - leakDetectionThreshold..........0 2018-08-06 21:00:41,858 [Server thread] DEBUG com.zaxxer.hikari.HikariConfig - maxLifetime.....................1800000 2018-08-06 21:00:41,858 [Server thread] DEBUG com.zaxxer.hikari.HikariConfig - maximumPoolSize.................20 2018-08-06 21:00:41,858 [Server thread] DEBUG com.zaxxer.hikari.HikariConfig - metricRegistry..................null 2018-08-06 21:00:41,858 [Server thread] DEBUG com.zaxxer.hikari.HikariConfig - metricsTrackerFactory...........null 2018-08-06 21:00:41,858 [Server thread] DEBUG com.zaxxer.hikari.HikariConfig - minimumIdle.....................10 2018-08-06 21:00:41,858 [Server thread] DEBUG com.zaxxer.hikari.HikariConfig - password........................<masked> 2018-08-06 21:00:41,858 [Server thread] DEBUG com.zaxxer.hikari.HikariConfig - poolName........................"HikariPool-3" 2018-08-06 21:00:41,858 [Server thread] DEBUG com.zaxxer.hikari.HikariConfig - readOnly........................false 2018-08-06 21:00:41,858 [Server thread] DEBUG com.zaxxer.hikari.HikariConfig - registerMbeans..................false 2018-08-06 21:00:41,858 [Server thread] DEBUG com.zaxxer.hikari.HikariConfig - scheduledExecutorService........null 2018-08-06 21:00:41,858 [Server thread] DEBUG com.zaxxer.hikari.HikariConfig - threadFactory...................null 2018-08-06 21:00:41,858 [Server thread] DEBUG com.zaxxer.hikari.HikariConfig - transactionIsolation............null 2018-08-06 21:00:41,858 [Server thread] DEBUG com.zaxxer.hikari.HikariConfig - username........................"" 2018-08-06 21:00:41,858 [Server thread] DEBUG com.zaxxer.hikari.HikariConfig - validationTimeout...............5000 2018-08-06 21:00:41,858 [Server thread] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-3 - Started. |