質問編集履歴

2

補足の追記

2018/02/14 03:26

投稿

syo2369
syo2369

スコア25

test CHANGED
File without changes
test CHANGED
@@ -76,6 +76,8 @@
76
76
 
77
77
  JavaDB(Debry)
78
78
 
79
+ Java 8
80
+
79
81
 
80
82
 
81
83
  DBビュワーでは、接続文字列を「jdbc:derby://localhost:1527/C:\Users\MOGAMOGA\Documents/HOGEHOGE;create=true;

1

server.logの追加

2018/02/14 03:26

投稿

syo2369
syo2369

スコア25

test CHANGED
File without changes
test CHANGED
@@ -83,3 +83,23 @@
83
83
  」に修正。
84
84
 
85
85
  コネクションプールの設定のURLは「jdbc:derby://localhost:1527/C:\Users\MOGAMOGA\Documents\HOGEHOGE」としています。
86
+
87
+
88
+
89
+
90
+
91
+ ### 追記:server.log
92
+
93
+ ```
94
+
95
+ [2018-02-14T09:03:37.146+0900] [Payara 4.1] [警告] [] [javax.enterprise.resource.resourceadapter.com.sun.enterprise.connectors.service] [tid: _ThreadID=121 _ThreadName=admin-thread-pool::admin-listener(3)] [timeMillis: 1518566617146] [levelValue: 900] [[
96
+
97
+ RAR8054: Exception while creating an unpooled [test] connection for pool [ HOGEHOGE], Connection could not be allocated because: データベースHOGEHOGEが検出されなかったため接続は拒否されました。]]
98
+
99
+
100
+
101
+ [2018-02-14T09:03:37.149+0900] [Payara 4.1] [重大] [] [org.glassfish.admingui] [tid: _ThreadID=64 _ThreadName=admin-thread-pool::admin-listener(2)] [timeMillis: 1518566617149] [levelValue: 1000] [[
102
+
103
+ RestResponse.getResponse() gives FAILURE. endpoint = 'http://localhost:4848/management/domain/resources/ping-connection-pool.json'; attrs = '{id=HOGEHOGE}']]
104
+
105
+ ```