Advertisement
Guest User

Untitled

a guest
Jul 21st, 2017
105
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.35 KB | None | 0 0
  1.  
  2. 2017-07-22 09:47:40 WARN BasicResourcePool:1841 - com.mchange.v2.resourcepool.BasicResourcePool$AcquireTask@236bb1fe -- 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:
  3. org.postgresql.util.PSQLException: FATAL: role "api_sales_apps" is not permitted to log in
  4. at org.postgresql.core.v3.ConnectionFactoryImpl.readStartupMessages(ConnectionFactoryImpl.java:572)
  5. at org.postgresql.core.v3.ConnectionFactoryImpl.openConnectionImpl(ConnectionFactoryImpl.java:177)
  6. at org.postgresql.core.ConnectionFactory.openConnection(ConnectionFactory.java:64)
  7. at org.postgresql.jdbc2.AbstractJdbc2Connection.<init>(AbstractJdbc2Connection.java:136)
  8. at org.postgresql.jdbc3.AbstractJdbc3Connection.<init>(AbstractJdbc3Connection.java:29)
  9. at org.postgresql.jdbc3g.AbstractJdbc3gConnection.<init>(AbstractJdbc3gConnection.java:21)
  10. at org.postgresql.jdbc4.AbstractJdbc4Connection.<init>(AbstractJdbc4Connection.java:31)
  11. at org.postgresql.jdbc4.Jdbc4Connection.<init>(Jdbc4Connection.java:24)
  12. at org.postgresql.Driver.makeConnection(Driver.java:393)
  13. at org.postgresql.Driver.connect(Driver.java:267)
  14. at com.mchange.v2.c3p0.DriverManagerDataSource.getConnection(DriverManagerDataSource.java:134)
  15. at com.mchange.v2.c3p0.WrapperConnectionPoolDataSource.getPooledConnection(WrapperConnectionPoolDataSource.java:182)
  16. at com.mchange.v2.c3p0.WrapperConnectionPoolDataSource.getPooledConnection(WrapperConnectionPoolDataSource.java:171)
  17. at com.mchange.v2.c3p0.impl.C3P0PooledConnectionPool$1PooledConnectionResourcePoolManager.acquireResource(C3P0PooledConnectionPool.java:137)
  18. at com.mchange.v2.resourcepool.BasicResourcePool.doAcquire(BasicResourcePool.java:1014)
  19. at com.mchange.v2.resourcepool.BasicResourcePool.access$800(BasicResourcePool.java:32)
  20. at com.mchange.v2.resourcepool.BasicResourcePool$AcquireTask.run(BasicResourcePool.java:1810)
  21. at com.mchange.v2.async.ThreadPerTaskAsynchronousRunner$TaskThread.run(ThreadPerTaskAsynchronousRunner.java:255)
  22. 2017-07-22 09:48:10 WARN ThreadPoolAsynchronousRunner:608 - com.mchange.v2.async.ThreadPoolAsynchronousRunner$DeadlockDetector@326a448d -- APPARENT DEADLOCK!!! Creating emergency threads for unassigned pending tasks!
  23. 2017-07-22 09:48:10 WARN ThreadPoolAsynchronousRunner:624 - com.mchange.v2.async.ThreadPoolAsynchronousRunner$DeadlockDetector@326a448d -- APPARENT DEADLOCK!!! Complete Status:
  24. Managed Threads: 3
  25. Active Threads: 3
  26. Active Tasks:
  27. com.mchange.v2.resourcepool.BasicResourcePool$AcquireTask@ee43341 (com.mchange.v2.async.ThreadPoolAsynchronousRunner$PoolThread-#0)
  28. com.mchange.v2.resourcepool.BasicResourcePool$AcquireTask@58b18f06 (com.mchange.v2.async.ThreadPoolAsynchronousRunner$PoolThread-#2)
  29. com.mchange.v2.resourcepool.BasicResourcePool$AcquireTask@3212c321 (com.mchange.v2.async.ThreadPoolAsynchronousRunner$PoolThread-#1)
  30. Pending Tasks:
  31. com.mchange.v2.resourcepool.BasicResourcePool$AcquireTask@732408f6
  32. Pool thread stack traces:
  33. Thread[com.mchange.v2.async.ThreadPoolAsynchronousRunner$PoolThread-#2,5,main]
  34. java.lang.Thread.sleep(Native Method)
  35. com.mchange.v2.resourcepool.BasicResourcePool$AcquireTask.run(BasicResourcePool.java:1805)
  36. com.mchange.v2.async.ThreadPoolAsynchronousRunner$PoolThread.run(ThreadPoolAsynchronousRunner.java:547)
  37. Thread[com.mchange.v2.async.ThreadPoolAsynchronousRunner$PoolThread-#1,5,main]
  38. java.lang.Thread.sleep(Native Method)
  39. com.mchange.v2.resourcepool.BasicResourcePool$AcquireTask.run(BasicResourcePool.java:1805)
  40. com.mchange.v2.async.ThreadPoolAsynchronousRunner$PoolThread.run(ThreadPoolAsynchronousRunner.java:547)
  41. Thread[com.mchange.v2.async.ThreadPoolAsynchronousRunner$PoolThread-#0,5,main]
  42. java.lang.Thread.sleep(Native Method)
  43. com.mchange.v2.resourcepool.BasicResourcePool$AcquireTask.run(BasicResourcePool.java:1805)
  44. com.mchange.v2.async.ThreadPoolAsynchronousRunner$PoolThread.run(ThreadPoolAsynchronousRunner.java:547)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement