Advertisement
Guest User

Untitled

a guest
Mar 5th, 2018
110
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 22.80 KB | None | 0 0
  1. 2018-03-05 09:45:22,614 [JavaFX Application Thread] [INFO ] [PostProcessorRegistrationDelegate$BeanPostProcessorChecker.postProcessAfterInitialization]:328 - Bean 'org.mybatis.spring.mapper.MapperFactoryBean#70' of type [class org.mybatis.spring.mapper.MapperFactoryBean] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
  2. 2018-03-05 09:45:22,615 [JavaFX Application Thread] [INFO ] [PostProcessorRegistrationDelegate$BeanPostProcessorChecker.postProcessAfterInitialization]:328 - Bean 'org.mybatis.spring.mapper.MapperFactoryBean#71' of type [class org.mybatis.spring.mapper.MapperFactoryBean] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
  3. 2018-03-05 09:45:22,652 [JavaFX Application Thread] [INFO ] [AsyncAnnotationBeanPostProcessor.setBeanFactory]:143 - No TaskExecutor bean found for async annotation processing.
  4. 2018-03-05 09:45:22,712 [JavaFX Application Thread] [INFO ] [PostProcessorRegistrationDelegate$BeanPostProcessorChecker.postProcessAfterInitialization]:328 - Bean 'com.petrosoftinc.pos.core.annotations.PosSchedulingAutoConfiguration' of type [class com.petrosoftinc.pos.core.annotations.PosSchedulingAutoConfiguration$$EnhancerBySpringCGLIB$$ccdd6f6c] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
  5. 2018-03-05 09:45:22,742 [JavaFX Application Thread] [INFO ] [PostProcessorRegistrationDelegate$BeanPostProcessorChecker.postProcessAfterInitialization]:328 - Bean 'org.mybatis.spring.mapper.MapperFactoryBean#0' of type [class com.sun.proxy.$Proxy42] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
  6. 2018-03-05 09:45:22,743 [JavaFX Application Thread] [INFO ] [PostProcessorRegistrationDelegate$BeanPostProcessorChecker.postProcessAfterInitialization]:328 - Bean 'settingService' of type [class com.petrosoftinc.pos.core.services.domain.SettingService] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
  7. 2018-03-05 09:45:23,443 [JavaFX Application Thread] [INFO ] [SettingService.getSettings]:47 - Get All settings...
  8. 2018-03-05 09:45:23,601 [JavaFX Application Thread] [INFO ] [Slf4jMLog$Slf4jMLogger$InfoLogger.log]:212 - Initializing c3p0 pool... com.mchange.v2.c3p0.ComboPooledDataSource [ acquireIncrement -> 1, acquireRetryAttempts -> 30, acquireRetryDelay -> 1000, autoCommitOnClose -> false, automaticTestTable -> null, breakAfterAcquireFailure -> false, checkoutTimeout -> 180000, connectionCustomizerClassName -> null, connectionTesterClassName -> com.mchange.v2.c3p0.impl.DefaultConnectionTester, contextClassLoaderSource -> caller, dataSourceName -> z8kflt9t1wfgirqv8cdlc|49559cfd, debugUnreturnedConnectionStackTraces -> false, description -> null, driverClass -> com.informix.jdbc.IfxDriver, extensions -> {}, factoryClassLocation -> null, forceIgnoreUnresolvedTransactions -> false, forceSynchronousCheckins -> false, forceUseNamedDriverClass -> false, identityToken -> z8kflt9t1wfgirqv8cdlc|49559cfd, idleConnectionTestPeriod -> 0, initialPoolSize -> 5, jdbcUrl -> jdbc:informix-sqli://localhost:9088/symfony:informixserver=pos_local;IFX_AUTOFREE=1, maxAdministrativeTaskTime -> 0, maxConnectionAge -> 10800, maxIdleTime -> 180, maxIdleTimeExcessConnections -> 0, maxPoolSize -> 20, maxStatements -> 0, maxStatementsPerConnection -> 0, minPoolSize -> 5, numHelperThreads -> 3, preferredTestQuery -> SELECT tabid FROM systables WHERE tabid = 1, privilegeSpawnedThreads -> false, properties -> {user=******, password=******}, propertyCycle -> 0, statementCacheNumDeferredCloseThreads -> 1, testConnectionOnCheckin -> false, testConnectionOnCheckout -> true, unreturnedConnectionTimeout -> 0, userOverrides -> {}, usesTraditionalReflectiveProxies -> false ]
  9. 2018-03-05 09:45:53,713 [C3P0PooledConnectionPoolManager[identityToken->z8kflt9t1wfgirqv8cdlc|49559cfd]-HelperThread-#0] [WARN ] [Slf4jMLog$Slf4jMLogger$WarnLogger.log]:223 - com.mchange.v2.resourcepool.BasicResourcePool$ScatteredAcquireTask@34c8050b -- Acquisition Attempt Failed!!! Clearing pending acquires. While trying to acquire a needed new resource, we failed to succeed more than the maximum number of allowed acquisition attempts (30). Last acquisition attempt exception:
  10. java.sql.SQLException: com.informix.asf.IfxASFException: Attempt to connect to database server (pos_local) failed.
  11. at com.informix.jdbc.IfxSqliConnect.<init>(IfxSqliConnect.java:1691)
  12. at sun.reflect.GeneratedConstructorAccessor27.newInstance(Unknown Source)
  13. at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
  14. at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
  15. at com.informix.jdbc.IfxDriver.connect(IfxDriver.java:206)
  16. at com.mchange.v2.c3p0.DriverManagerDataSource.getConnection(DriverManagerDataSource.java:175)
  17. at com.mchange.v2.c3p0.WrapperConnectionPoolDataSource.getPooledConnection(WrapperConnectionPoolDataSource.java:220)
  18. at com.mchange.v2.c3p0.WrapperConnectionPoolDataSource.getPooledConnection(WrapperConnectionPoolDataSource.java:206)
  19. at com.mchange.v2.c3p0.impl.C3P0PooledConnectionPool$1PooledConnectionResourcePoolManager.acquireResource(C3P0PooledConnectionPool.java:203)
  20. at com.mchange.v2.resourcepool.BasicResourcePool.doAcquire(BasicResourcePool.java:1138)
  21. at com.mchange.v2.resourcepool.BasicResourcePool.doAcquireAndDecrementPendingAcquiresWithinLockOnSuccess(BasicResourcePool.java:1125)
  22. at com.mchange.v2.resourcepool.BasicResourcePool.access$700(BasicResourcePool.java:44)
  23. at com.mchange.v2.resourcepool.BasicResourcePool$ScatteredAcquireTask.run(BasicResourcePool.java:1870)
  24. at com.mchange.v2.async.ThreadPoolAsynchronousRunner$PoolThread.run(ThreadPoolAsynchronousRunner.java:696)
  25. Caused by: com.informix.asf.IfxASFException: Attempt to connect to database server (pos_local) failed.
  26. at com.informix.util.IfxErrMsg.getLocIfxASFException(IfxErrMsg.java:771)
  27. at com.informix.asf.Connection.openSocket(Connection.java:1847)
  28. at com.informix.asf.Connection.<init>(Connection.java:427)
  29. at com.informix.jdbc.IfxSqliConnect.<init>(IfxSqliConnect.java:1410)
  30. ... 13 more
  31. Caused by: java.net.ConnectException: Connection refused (Connection refused)
  32. at java.net.PlainSocketImpl.socketConnect(Native Method)
  33. at java.net.AbstractPlainSocketImpl.doConnect(AbstractPlainSocketImpl.java:350)
  34. at java.net.AbstractPlainSocketImpl.connectToAddress(AbstractPlainSocketImpl.java:206)
  35. at java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:188)
  36. at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:392)
  37. at java.net.Socket.connect(Socket.java:589)
  38. at java.net.Socket.connect(Socket.java:538)
  39. at com.informix.asf.Connection.getSocket(Connection.java:2193)
  40. at com.informix.asf.Connection.openSocket(Connection.java:1809)
  41. ... 15 more
  42. 2018-03-05 09:45:53,713 [C3P0PooledConnectionPoolManager[identityToken->z8kflt9t1wfgirqv8cdlc|49559cfd]-HelperThread-#2] [WARN ] [Slf4jMLog$Slf4jMLogger$WarnLogger.log]:223 - com.mchange.v2.resourcepool.BasicResourcePool$ScatteredAcquireTask@3da5fa1d -- Acquisition Attempt Failed!!! Clearing pending acquires. While trying to acquire a needed new resource, we failed to succeed more than the maximum number of allowed acquisition attempts (30). Last acquisition attempt exception:
  43. java.sql.SQLException: com.informix.asf.IfxASFException: Attempt to connect to database server (pos_local) failed.
  44. at com.informix.jdbc.IfxSqliConnect.<init>(IfxSqliConnect.java:1691)
  45. at sun.reflect.GeneratedConstructorAccessor27.newInstance(Unknown Source)
  46. at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
  47. at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
  48. at com.informix.jdbc.IfxDriver.connect(IfxDriver.java:206)
  49. at com.mchange.v2.c3p0.DriverManagerDataSource.getConnection(DriverManagerDataSource.java:175)
  50. at com.mchange.v2.c3p0.WrapperConnectionPoolDataSource.getPooledConnection(WrapperConnectionPoolDataSource.java:220)
  51. at com.mchange.v2.c3p0.WrapperConnectionPoolDataSource.getPooledConnection(WrapperConnectionPoolDataSource.java:206)
  52. at com.mchange.v2.c3p0.impl.C3P0PooledConnectionPool$1PooledConnectionResourcePoolManager.acquireResource(C3P0PooledConnectionPool.java:203)
  53. at com.mchange.v2.resourcepool.BasicResourcePool.doAcquire(BasicResourcePool.java:1138)
  54. at com.mchange.v2.resourcepool.BasicResourcePool.doAcquireAndDecrementPendingAcquiresWithinLockOnSuccess(BasicResourcePool.java:1125)
  55. at com.mchange.v2.resourcepool.BasicResourcePool.access$700(BasicResourcePool.java:44)
  56. at com.mchange.v2.resourcepool.BasicResourcePool$ScatteredAcquireTask.run(BasicResourcePool.java:1870)
  57. at com.mchange.v2.async.ThreadPoolAsynchronousRunner$PoolThread.run(ThreadPoolAsynchronousRunner.java:696)
  58. Caused by: com.informix.asf.IfxASFException: Attempt to connect to database server (pos_local) failed.
  59. at com.informix.util.IfxErrMsg.getLocIfxASFException(IfxErrMsg.java:771)
  60. at com.informix.asf.Connection.openSocket(Connection.java:1847)
  61. at com.informix.asf.Connection.<init>(Connection.java:427)
  62. at com.informix.jdbc.IfxSqliConnect.<init>(IfxSqliConnect.java:1410)
  63. ... 13 more
  64. Caused by: java.net.ConnectException: Connection refused (Connection refused)
  65. at java.net.PlainSocketImpl.socketConnect(Native Method)
  66. at java.net.AbstractPlainSocketImpl.doConnect(AbstractPlainSocketImpl.java:350)
  67. at java.net.AbstractPlainSocketImpl.connectToAddress(AbstractPlainSocketImpl.java:206)
  68. at java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:188)
  69. at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:392)
  70. at java.net.Socket.connect(Socket.java:589)
  71. at java.net.Socket.connect(Socket.java:538)
  72. at com.informix.asf.Connection.getSocket(Connection.java:2193)
  73. at com.informix.asf.Connection.openSocket(Connection.java:1809)
  74. ... 15 more
  75. 2018-03-05 09:45:53,729 [C3P0PooledConnectionPoolManager[identityToken->z8kflt9t1wfgirqv8cdlc|49559cfd]-HelperThread-#0] [WARN ] [Slf4jMLog$Slf4jMLogger$WarnLogger.log]:220 - Having failed to acquire a resource, com.mchange.v2.resourcepool.BasicResourcePool@141d6d9b is interrupting all Threads waiting on a resource to check out. Will try again in response to new client requests.
  76. 2018-03-05 09:45:53,735 [C3P0PooledConnectionPoolManager[identityToken->z8kflt9t1wfgirqv8cdlc|49559cfd]-HelperThread-#0] [WARN ] [Slf4jMLog$Slf4jMLogger$WarnLogger.log]:223 - com.mchange.v2.resourcepool.BasicResourcePool$ScatteredAcquireTask@54e7fa44 -- Acquisition Attempt Failed!!! Clearing pending acquires. While trying to acquire a needed new resource, we failed to succeed more than the maximum number of allowed acquisition attempts (30). Last acquisition attempt exception:
  77. java.sql.SQLException: com.informix.asf.IfxASFException: Attempt to connect to database server (pos_local) failed.
  78. at com.informix.jdbc.IfxSqliConnect.<init>(IfxSqliConnect.java:1691)
  79. at sun.reflect.GeneratedConstructorAccessor27.newInstance(Unknown Source)
  80. at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
  81. at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
  82. at com.informix.jdbc.IfxDriver.connect(IfxDriver.java:206)
  83. at com.mchange.v2.c3p0.DriverManagerDataSource.getConnection(DriverManagerDataSource.java:175)
  84. at com.mchange.v2.c3p0.WrapperConnectionPoolDataSource.getPooledConnection(WrapperConnectionPoolDataSource.java:220)
  85. at com.mchange.v2.c3p0.WrapperConnectionPoolDataSource.getPooledConnection(WrapperConnectionPoolDataSource.java:206)
  86. at com.mchange.v2.c3p0.impl.C3P0PooledConnectionPool$1PooledConnectionResourcePoolManager.acquireResource(C3P0PooledConnectionPool.java:203)
  87. at com.mchange.v2.resourcepool.BasicResourcePool.doAcquire(BasicResourcePool.java:1138)
  88. at com.mchange.v2.resourcepool.BasicResourcePool.doAcquireAndDecrementPendingAcquiresWithinLockOnSuccess(BasicResourcePool.java:1125)
  89. at com.mchange.v2.resourcepool.BasicResourcePool.access$700(BasicResourcePool.java:44)
  90. at com.mchange.v2.resourcepool.BasicResourcePool$ScatteredAcquireTask.run(BasicResourcePool.java:1870)
  91. at com.mchange.v2.async.ThreadPoolAsynchronousRunner$PoolThread.run(ThreadPoolAsynchronousRunner.java:696)
  92. Caused by: com.informix.asf.IfxASFException: Attempt to connect to database server (pos_local) failed.
  93. at com.informix.util.IfxErrMsg.getLocIfxASFException(IfxErrMsg.java:771)
  94. at com.informix.asf.Connection.openSocket(Connection.java:1847)
  95. at com.informix.asf.Connection.<init>(Connection.java:427)
  96. at com.informix.jdbc.IfxSqliConnect.<init>(IfxSqliConnect.java:1410)
  97. ... 13 more
  98. Caused by: java.net.ConnectException: Connection refused (Connection refused)
  99. at java.net.PlainSocketImpl.socketConnect(Native Method)
  100. at java.net.AbstractPlainSocketImpl.doConnect(AbstractPlainSocketImpl.java:350)
  101. at java.net.AbstractPlainSocketImpl.connectToAddress(AbstractPlainSocketImpl.java:206)
  102. at java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:188)
  103. at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:392)
  104. at java.net.Socket.connect(Socket.java:589)
  105. at java.net.Socket.connect(Socket.java:538)
  106. at com.informix.asf.Connection.getSocket(Connection.java:2193)
  107. at com.informix.asf.Connection.openSocket(Connection.java:1809)
  108. ... 15 more
  109. 2018-03-05 09:45:53,718 [C3P0PooledConnectionPoolManager[identityToken->z8kflt9t1wfgirqv8cdlc|49559cfd]-HelperThread-#1] [WARN ] [Slf4jMLog$Slf4jMLogger$WarnLogger.log]:223 - com.mchange.v2.resourcepool.BasicResourcePool$ScatteredAcquireTask@b1b8ce3 -- Acquisition Attempt Failed!!! Clearing pending acquires. While trying to acquire a needed new resource, we failed to succeed more than the maximum number of allowed acquisition attempts (30). Last acquisition attempt exception:
  110. java.sql.SQLException: com.informix.asf.IfxASFException: Attempt to connect to database server (pos_local) failed.
  111. at com.informix.jdbc.IfxSqliConnect.<init>(IfxSqliConnect.java:1691)
  112. at sun.reflect.GeneratedConstructorAccessor27.newInstance(Unknown Source)
  113. at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
  114. at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
  115. at com.informix.jdbc.IfxDriver.connect(IfxDriver.java:206)
  116. at com.mchange.v2.c3p0.DriverManagerDataSource.getConnection(DriverManagerDataSource.java:175)
  117. at com.mchange.v2.c3p0.WrapperConnectionPoolDataSource.getPooledConnection(WrapperConnectionPoolDataSource.java:220)
  118. at com.mchange.v2.c3p0.WrapperConnectionPoolDataSource.getPooledConnection(WrapperConnectionPoolDataSource.java:206)
  119. at com.mchange.v2.c3p0.impl.C3P0PooledConnectionPool$1PooledConnectionResourcePoolManager.acquireResource(C3P0PooledConnectionPool.java:203)
  120. at com.mchange.v2.resourcepool.BasicResourcePool.doAcquire(BasicResourcePool.java:1138)
  121. at com.mchange.v2.resourcepool.BasicResourcePool.doAcquireAndDecrementPendingAcquiresWithinLockOnSuccess(BasicResourcePool.java:1125)
  122. at com.mchange.v2.resourcepool.BasicResourcePool.access$700(BasicResourcePool.java:44)
  123. at com.mchange.v2.resourcepool.BasicResourcePool$ScatteredAcquireTask.run(BasicResourcePool.java:1870)
  124. at com.mchange.v2.async.ThreadPoolAsynchronousRunner$PoolThread.run(ThreadPoolAsynchronousRunner.java:696)
  125. Caused by: com.informix.asf.IfxASFException: Attempt to connect to database server (pos_local) failed.
  126. at com.informix.util.IfxErrMsg.getLocIfxASFException(IfxErrMsg.java:771)
  127. at com.informix.asf.Connection.openSocket(Connection.java:1847)
  128. at com.informix.asf.Connection.<init>(Connection.java:427)
  129. at com.informix.jdbc.IfxSqliConnect.<init>(IfxSqliConnect.java:1410)
  130. ... 13 more
  131. Caused by: java.net.ConnectException: Connection refused (Connection refused)
  132. at java.net.PlainSocketImpl.socketConnect(Native Method)
  133. at java.net.AbstractPlainSocketImpl.doConnect(AbstractPlainSocketImpl.java:350)
  134. at java.net.AbstractPlainSocketImpl.connectToAddress(AbstractPlainSocketImpl.java:206)
  135. at java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:188)
  136. at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:392)
  137. at java.net.Socket.connect(Socket.java:589)
  138. at java.net.Socket.connect(Socket.java:538)
  139. at com.informix.asf.Connection.getSocket(Connection.java:2193)
  140. at com.informix.asf.Connection.openSocket(Connection.java:1809)
  141. ... 15 more
  142. 2018-03-05 09:45:53,737 [C3P0PooledConnectionPoolManager[identityToken->z8kflt9t1wfgirqv8cdlc|49559cfd]-HelperThread-#2] [WARN ] [Slf4jMLog$Slf4jMLogger$WarnLogger.log]:220 - Having failed to acquire a resource, com.mchange.v2.resourcepool.BasicResourcePool@141d6d9b is interrupting all Threads waiting on a resource to check out. Will try again in response to new client requests.
  143. 2018-03-05 09:45:53,750 [C3P0PooledConnectionPoolManager[identityToken->z8kflt9t1wfgirqv8cdlc|49559cfd]-HelperThread-#2] [WARN ] [Slf4jMLog$Slf4jMLogger$WarnLogger.log]:223 - com.mchange.v2.resourcepool.BasicResourcePool$ScatteredAcquireTask@60b870a6 -- Acquisition Attempt Failed!!! Clearing pending acquires. While trying to acquire a needed new resource, we failed to succeed more than the maximum number of allowed acquisition attempts (30). Last acquisition attempt exception:
  144. java.sql.SQLException: com.informix.asf.IfxASFException: Attempt to connect to database server (pos_local) failed.
  145. at com.informix.jdbc.IfxSqliConnect.<init>(IfxSqliConnect.java:1691)
  146. at sun.reflect.GeneratedConstructorAccessor27.newInstance(Unknown Source)
  147. at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
  148. at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
  149. at com.informix.jdbc.IfxDriver.connect(IfxDriver.java:206)
  150. at com.mchange.v2.c3p0.DriverManagerDataSource.getConnection(DriverManagerDataSource.java:175)
  151. at com.mchange.v2.c3p0.WrapperConnectionPoolDataSource.getPooledConnection(WrapperConnectionPoolDataSource.java:220)
  152. at com.mchange.v2.c3p0.WrapperConnectionPoolDataSource.getPooledConnection(WrapperConnectionPoolDataSource.java:206)
  153. at com.mchange.v2.c3p0.impl.C3P0PooledConnectionPool$1PooledConnectionResourcePoolManager.acquireResource(C3P0PooledConnectionPool.java:203)
  154. at com.mchange.v2.resourcepool.BasicResourcePool.doAcquire(BasicResourcePool.java:1138)
  155. at com.mchange.v2.resourcepool.BasicResourcePool.doAcquireAndDecrementPendingAcquiresWithinLockOnSuccess(BasicResourcePool.java:1125)
  156. at com.mchange.v2.resourcepool.BasicResourcePool.access$700(BasicResourcePool.java:44)
  157. at com.mchange.v2.resourcepool.BasicResourcePool$ScatteredAcquireTask.run(BasicResourcePool.java:1870)
  158. at com.mchange.v2.async.ThreadPoolAsynchronousRunner$PoolThread.run(ThreadPoolAsynchronousRunner.java:696)
  159. Caused by: com.informix.asf.IfxASFException: Attempt to connect to database server (pos_local) failed.
  160. at com.informix.util.IfxErrMsg.getLocIfxASFException(IfxErrMsg.java:771)
  161. at com.informix.asf.Connection.openSocket(Connection.java:1847)
  162. at com.informix.asf.Connection.<init>(Connection.java:427)
  163. at com.informix.jdbc.IfxSqliConnect.<init>(IfxSqliConnect.java:1410)
  164. ... 13 more
  165. Caused by: java.net.ConnectException: Connection refused (Connection refused)
  166. at java.net.PlainSocketImpl.socketConnect(Native Method)
  167. at java.net.AbstractPlainSocketImpl.doConnect(AbstractPlainSocketImpl.java:350)
  168. at java.net.AbstractPlainSocketImpl.connectToAddress(AbstractPlainSocketImpl.java:206)
  169. at java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:188)
  170. at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:392)
  171. at java.net.Socket.connect(Socket.java:589)
  172. at java.net.Socket.connect(Socket.java:538)
  173. at com.informix.asf.Connection.getSocket(Connection.java:2193)
  174. at com.informix.asf.Connection.openSocket(Connection.java:1809)
  175. ... 15 more
  176. 2018-03-05 09:45:53,754 [JavaFX Application Thread] [WARN ] [AbstractApplicationContext.refresh]:546 - Exception encountered during context initialization - cancelling refresh attempt: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'departmentsTabController': Injection of autowired dependencies failed; nested exception is org.springframework.beans.factory.BeanCreationException: Could not autowire field: private com.petrosoftinc.pos.gui.screens.SceneController com.petrosoftinc.pos.gui.screens.pricebook.controllers.PricebookTabController.sceneController; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sceneController': Injection of autowired dependencies failed; nested exception is org.springframework.beans.factory.BeanCreationException: Could not autowire field: private java.util.ResourceBundle com.petrosoftinc.pos.gui.screens.SceneController.frontBundle; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'getLocalisation' defined in com.petrosoftinc.pos.core.services.enterprise.LocaleService: Bean instantiation via factory method failed; nested exception is org.springframework.beans.BeanInstantiationException: Failed to instantiate [java.util.ResourceBundle]: Factory method 'getLocalisation' threw exception; nested exception is org.mybatis.spring.MyBatisSystemException: nested exception is org.apache.ibatis.exceptions.PersistenceException:
  177. ### Error querying database. Cause: org.springframework.jdbc.CannotGetJdbcConnectionException: Could not get JDBC Connection; nested exception is java.sql.SQLException: Connections could not be acquired from the underlying database!
  178. ### The error may exist in com/petrosoftinc/pos/core/dao/mybatis/SettingMapper.xml
  179. ### The error may involve com.petrosoftinc.pos.core.dao.mybatis.SettingDao.getByKeys
  180. ### The error occurred while executing a query
  181. ### Cause: org.springframework.jdbc.CannotGetJdbcConnectionException: Could not get JDBC Connection; nested exception is java.sql.SQLException: Connections could not be acquired from the underlying database!
  182. 2018-03-05 09:45:53,753 [C3P0PooledConnectionPoolManager[identityToken->z8kflt9t1wfgirqv8cdlc|49559cfd]-HelperThread-#0] [WARN ] [Slf4jMLog$Slf4jMLogger$WarnLogger.log]:220 - Having failed to acquire a resource, com.mchange.v2.resourcepool.BasicResourcePool@141d6d9b is interrupting all Threads waiting on a resource to check out. Will try again in response to new client requests.
  183. 2018-03-05 09:45:53,758 [C3P0PooledConnectionPoolManager[identityToken->z8kflt9t1wfgirqv8cdlc|49559cfd]-HelperThread-#2] [WARN ] [Slf4jMLog$Slf4jMLogger$WarnLogger.log]:220 - Having failed to acquire a resource, com.mchange.v2.resourcepool.BasicResourcePool@141d6d9b is interrupting all Threads waiting on a resource to check out. Will try again in response to new client requests.
  184. 2018-03-05 09:45:53,767 [C3P0PooledConnectionPoolManager[identityToken->z8kflt9t1wfgirqv8cdlc|49559cfd]-HelperThread-#1] [WARN ] [Slf4jMLog$Slf4jMLogger$WarnLogger.log]:220 - Having failed to acquire a resource, com.mchange.v2.resourcepool.BasicResourcePool@141d6d9b is interrupting all Threads waiting on a resource to check out. Will try again in response to new client requests.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement