質問編集履歴

1

エラー内容の追加

2020/01/25 07:34

投稿

Rondon7251
Rondon7251

スコア89

test CHANGED
File without changes
test CHANGED
@@ -225,3 +225,77 @@
225
225
 
226
226
 
227
227
  ```
228
+
229
+
230
+
231
+ エラー内容
232
+
233
+ Unhandled Exception:
234
+
235
+ System.TypeInitializationException: The type initializer for 'KawanoCrawler.Database.MySQL.DBUtility' threw an exception. ---> MySql.Data.MySqlClient.MySqlException: Unable to connect to any of the specified MySQL hosts. ---> MySql.Data.MySqlClient.MySqlException: Timeout expired. The timeout period elapsed prior to completion of the operation or the server is not responding.
236
+
237
+ at MySql.Data.Common.StreamCreator.GetTcpStream (MySql.Data.MySqlClient.MySqlConnectionStringBuilder settings) [0x00036] in <20067061e6b6431192625305716b2d50>:0
238
+
239
+ at MySql.Data.Common.StreamCreator.GetStream (MySql.Data.MySqlClient.MySqlConnectionStringBuilder settings) [0x00021] in <20067061e6b6431192625305716b2d50>:0
240
+
241
+ at MySql.Data.MySqlClient.NativeDriver.Open () [0x00007] in <20067061e6b6431192625305716b2d50>:0
242
+
243
+ --- End of inner exception stack trace ---
244
+
245
+ at MySql.Data.MySqlClient.NativeDriver.Open () [0x00041] in <20067061e6b6431192625305716b2d50>:0
246
+
247
+ at MySql.Data.MySqlClient.Driver.Open () [0x0000e] in <20067061e6b6431192625305716b2d50>:0
248
+
249
+ at MySql.Data.MySqlClient.Driver.Create (MySql.Data.MySqlClient.MySqlConnectionStringBuilder settings) [0x0004e] in <20067061e6b6431192625305716b2d50>:0
250
+
251
+ at MySql.Data.MySqlClient.MySqlPool.CreateNewPooledConnection () [0x00006] in <20067061e6b6431192625305716b2d50>:0
252
+
253
+ at MySql.Data.MySqlClient.MySqlPool.GetPooledConnection () [0x0008a] in <20067061e6b6431192625305716b2d50>:0
254
+
255
+ at MySql.Data.MySqlClient.MySqlPool.TryToGetDriver () [0x0003f] in <20067061e6b6431192625305716b2d50>:0
256
+
257
+ at MySql.Data.MySqlClient.MySqlPool.GetConnection () [0x0001c] in <20067061e6b6431192625305716b2d50>:0
258
+
259
+ at MySql.Data.MySqlClient.MySqlConnection.Open () [0x0016d] in <20067061e6b6431192625305716b2d50>:0
260
+
261
+ at KawanoCrawler.Database.MySQL.DBUtility..cctor () [0x0012b] in /Users/idaryuunosuke/Desktop/??????????????????/Crawler-master/Crawler2/Database/MySQL/DBUtility.cs:63
262
+
263
+ --- End of inner exception stack trace ---
264
+
265
+ at KawanoCrawler.Database.MySQL.Table_Signatures.GetSignatureList () [0x00007] in /Users/idaryuunosuke/Desktop/??????????????????/Crawler-master/Crawler2/Database/MySQL/Table_Signatures.cs:93
266
+
267
+ at KawanoCrawler.Program.Main (System.String[] args) [0x0036e] in /Users/idaryuunosuke/Desktop/??????????????????/Crawler-master/Crawler2/Program.cs:204
268
+
269
+ [ERROR] FATAL UNHANDLED EXCEPTION: System.TypeInitializationException: The type initializer for 'KawanoCrawler.Database.MySQL.DBUtility' threw an exception. ---> MySql.Data.MySqlClient.MySqlException: Unable to connect to any of the specified MySQL hosts. ---> MySql.Data.MySqlClient.MySqlException: Timeout expired. The timeout period elapsed prior to completion of the operation or the server is not responding.
270
+
271
+ at MySql.Data.Common.StreamCreator.GetTcpStream (MySql.Data.MySqlClient.MySqlConnectionStringBuilder settings) [0x00036] in <20067061e6b6431192625305716b2d50>:0
272
+
273
+ at MySql.Data.Common.StreamCreator.GetStream (MySql.Data.MySqlClient.MySqlConnectionStringBuilder settings) [0x00021] in <20067061e6b6431192625305716b2d50>:0
274
+
275
+ at MySql.Data.MySqlClient.NativeDriver.Open () [0x00007] in <20067061e6b6431192625305716b2d50>:0
276
+
277
+ --- End of inner exception stack trace ---
278
+
279
+ at MySql.Data.MySqlClient.NativeDriver.Open () [0x00041] in <20067061e6b6431192625305716b2d50>:0
280
+
281
+ at MySql.Data.MySqlClient.Driver.Open () [0x0000e] in <20067061e6b6431192625305716b2d50>:0
282
+
283
+ at MySql.Data.MySqlClient.Driver.Create (MySql.Data.MySqlClient.MySqlConnectionStringBuilder settings) [0x0004e] in <20067061e6b6431192625305716b2d50>:0
284
+
285
+ at MySql.Data.MySqlClient.MySqlPool.CreateNewPooledConnection () [0x00006] in <20067061e6b6431192625305716b2d50>:0
286
+
287
+ at MySql.Data.MySqlClient.MySqlPool.GetPooledConnection () [0x0008a] in <20067061e6b6431192625305716b2d50>:0
288
+
289
+ at MySql.Data.MySqlClient.MySqlPool.TryToGetDriver () [0x0003f] in <20067061e6b6431192625305716b2d50>:0
290
+
291
+ at MySql.Data.MySqlClient.MySqlPool.GetConnection () [0x0001c] in <20067061e6b6431192625305716b2d50>:0
292
+
293
+ at MySql.Data.MySqlClient.MySqlConnection.Open () [0x0016d] in <20067061e6b6431192625305716b2d50>:0
294
+
295
+ at KawanoCrawler.Database.MySQL.DBUtility..cctor () [0x0012b] in /Users/idaryuunosuke/Desktop/??????????????????/Crawler-master/Crawler2/Database/MySQL/DBUtility.cs:63
296
+
297
+ --- End of inner exception stack trace ---
298
+
299
+ at KawanoCrawler.Database.MySQL.Table_Signatures.GetSignatureList () [0x00007] in /Users/idaryuunosuke/Desktop/??????????????????/Crawler-master/Crawler2/Database/MySQL/Table_Signatures.cs:93
300
+
301
+ at KawanoCrawler.Program.Main (System.String[] args) [0x0036e] in /Users/idaryuunosuke/Desktop/??????????????????/Crawler-master/Crawler2/Program.cs:204