質問編集履歴

2

エラーメッセージを見やすくした

2017/10/25 10:16

投稿

ttpk
ttpk

スコア338

test CHANGED
File without changes
test CHANGED
@@ -4,9 +4,11 @@
4
4
 
5
5
  現在、EclipseでJavaの開発をしています。PostgresSQLを使おうとしているのですが以下のエラーが出ています
6
6
 
7
- [Timer-0] WARN c.m.v.a.ThreadPoolAsynchronousRunner#run:608 - com.mchange.v2.async.ThreadPoolAsynchronousRunner$DeadlockDetector@122e2c8c -- APPARENT DEADLOCK!!! Creating emergency threads for unassigned pending tasks!
7
+ ```ここに言語を入力
8
8
 
9
- 18:56:43.935 [Timer-0] WARN c.m.v.a.ThreadPoolAsynchronousRunner#run:624 - com.mchange.v2.async.ThreadPoolAsynchronousRunner$DeadlockDetector@122e2c8c -- APPARENT DEADLOCK!!! Complete Status:
9
+ 19:01:09.381 [Timer-0] WARN c.m.v.a.ThreadPoolAsynchronousRunner#run:608 - com.mchange.v2.async.ThreadPoolAsynchronousRunner$DeadlockDetector@61a528cf -- APPARENT DEADLOCK!!! Creating emergency threads for unassigned pending tasks!
10
+
11
+ 19:01:09.385 [Timer-0] WARN c.m.v.a.ThreadPoolAsynchronousRunner#run:624 - com.mchange.v2.async.ThreadPoolAsynchronousRunner$DeadlockDetector@61a528cf -- APPARENT DEADLOCK!!! Complete Status:
10
12
 
11
13
  Managed Threads: 3
12
14
 
@@ -14,17 +16,17 @@
14
16
 
15
17
  Active Tasks:
16
18
 
17
- com.mchange.v2.resourcepool.BasicResourcePool$AcquireTask@5dd4da82 (com.mchange.v2.async.ThreadPoolAsynchronousRunner$PoolThread-#1)
19
+ com.mchange.v2.resourcepool.BasicResourcePool$AcquireTask@2e5fc0b0 (com.mchange.v2.async.ThreadPoolAsynchronousRunner$PoolThread-#1)
18
20
 
19
- com.mchange.v2.resourcepool.BasicResourcePool$AcquireTask@3efdc7f8 (com.mchange.v2.async.ThreadPoolAsynchronousRunner$PoolThread-#2)
21
+ com.mchange.v2.resourcepool.BasicResourcePool$AcquireTask@667476e4 (com.mchange.v2.async.ThreadPoolAsynchronousRunner$PoolThread-#2)
20
22
 
21
- com.mchange.v2.resourcepool.BasicResourcePool$AcquireTask@6c43a486 (com.mchange.v2.async.ThreadPoolAsynchronousRunner$PoolThread-#0)
23
+ com.mchange.v2.resourcepool.BasicResourcePool$AcquireTask@1f3bce33 (com.mchange.v2.async.ThreadPoolAsynchronousRunner$PoolThread-#0)
22
24
 
23
25
  Pending Tasks:
24
26
 
25
- com.mchange.v2.resourcepool.BasicResourcePool$AcquireTask@4680e755
27
+ com.mchange.v2.resourcepool.BasicResourcePool$AcquireTask@1efa26d0
26
28
 
27
- com.mchange.v2.resourcepool.BasicResourcePool$AcquireTask@3dfb25cd
29
+ com.mchange.v2.resourcepool.BasicResourcePool$AcquireTask@4e703fff
28
30
 
29
31
  Pool thread stack traces:
30
32
 
@@ -54,9 +56,9 @@
54
56
 
55
57
 
56
58
 
57
- [com.mchange.v2.async.ThreadPoolAsynchronousRunner$PoolThread-#1] WARN c.m.v.resourcepool.BasicResourcePool#run:1841 - com.mchange.v2.resourcepool.BasicResourcePool$AcquireTask@4e046db7 -- 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:
58
59
 
59
60
 
61
+ 19:01:19.824 [com.mchange.v2.async.ThreadPoolAsynchronousRunner$PoolThread-#2] WARN c.m.v.resourcepool.BasicResourcePool#run:1841 - com.mchange.v2.resourcepool.BasicResourcePool$AcquireTask@667476e4 -- 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:
60
62
 
61
63
  org.postgresql.util.PSQLException: FATAL: remaining connection slots are reserved for non-replication superuser connections
62
64
 
@@ -96,7 +98,7 @@
96
98
 
97
99
  at com.mchange.v2.async.ThreadPoolAsynchronousRunner$PoolThread.run(ThreadPoolAsynchronousRunner.java:547) [c3p0-0.9.1.2.jar:0.9.1.2]
98
100
 
99
-
101
+ ```
100
102
 
101
103
  コマンドプロンプトからDBに入ってみましたがスーパーユーザ以外では接続できませんでした。
102
104
 

1

エラーメッセージを追加

2017/10/25 10:16

投稿

ttpk
ttpk

スコア338

test CHANGED
File without changes
test CHANGED
@@ -3,6 +3,54 @@
3
3
 
4
4
 
5
5
  現在、EclipseでJavaの開発をしています。PostgresSQLを使おうとしているのですが以下のエラーが出ています
6
+
7
+ [Timer-0] WARN c.m.v.a.ThreadPoolAsynchronousRunner#run:608 - com.mchange.v2.async.ThreadPoolAsynchronousRunner$DeadlockDetector@122e2c8c -- APPARENT DEADLOCK!!! Creating emergency threads for unassigned pending tasks!
8
+
9
+ 18:56:43.935 [Timer-0] WARN c.m.v.a.ThreadPoolAsynchronousRunner#run:624 - com.mchange.v2.async.ThreadPoolAsynchronousRunner$DeadlockDetector@122e2c8c -- APPARENT DEADLOCK!!! Complete Status:
10
+
11
+ Managed Threads: 3
12
+
13
+ Active Threads: 3
14
+
15
+ Active Tasks:
16
+
17
+ com.mchange.v2.resourcepool.BasicResourcePool$AcquireTask@5dd4da82 (com.mchange.v2.async.ThreadPoolAsynchronousRunner$PoolThread-#1)
18
+
19
+ com.mchange.v2.resourcepool.BasicResourcePool$AcquireTask@3efdc7f8 (com.mchange.v2.async.ThreadPoolAsynchronousRunner$PoolThread-#2)
20
+
21
+ com.mchange.v2.resourcepool.BasicResourcePool$AcquireTask@6c43a486 (com.mchange.v2.async.ThreadPoolAsynchronousRunner$PoolThread-#0)
22
+
23
+ Pending Tasks:
24
+
25
+ com.mchange.v2.resourcepool.BasicResourcePool$AcquireTask@4680e755
26
+
27
+ com.mchange.v2.resourcepool.BasicResourcePool$AcquireTask@3dfb25cd
28
+
29
+ Pool thread stack traces:
30
+
31
+ Thread[com.mchange.v2.async.ThreadPoolAsynchronousRunner$PoolThread-#1,5,main]
32
+
33
+ java.lang.Thread.sleep(Native Method)
34
+
35
+ com.mchange.v2.resourcepool.BasicResourcePool$AcquireTask.run(BasicResourcePool.java:1805)
36
+
37
+ com.mchange.v2.async.ThreadPoolAsynchronousRunner$PoolThread.run(ThreadPoolAsynchronousRunner.java:547)
38
+
39
+ Thread[com.mchange.v2.async.ThreadPoolAsynchronousRunner$PoolThread-#0,5,main]
40
+
41
+ java.lang.Thread.sleep(Native Method)
42
+
43
+ com.mchange.v2.resourcepool.BasicResourcePool$AcquireTask.run(BasicResourcePool.java:1805)
44
+
45
+ com.mchange.v2.async.ThreadPoolAsynchronousRunner$PoolThread.run(ThreadPoolAsynchronousRunner.java:547)
46
+
47
+ Thread[com.mchange.v2.async.ThreadPoolAsynchronousRunner$PoolThread-#2,5,main]
48
+
49
+ java.lang.Thread.sleep(Native Method)
50
+
51
+ com.mchange.v2.resourcepool.BasicResourcePool$AcquireTask.run(BasicResourcePool.java:1805)
52
+
53
+ com.mchange.v2.async.ThreadPoolAsynchronousRunner$PoolThread.run(ThreadPoolAsynchronousRunner.java:547)
6
54
 
7
55
 
8
56