質問編集履歴

2

Tomcatの起動時のコンソールの出力を変更しました

2016/06/23 11:53

投稿

Couldyou
Couldyou

スコア10

test CHANGED
File without changes
test CHANGED
@@ -10,43 +10,27 @@
10
10
 
11
11
  ###発生している問題・エラーメッセージ
12
12
 
13
- eclipseのコンソールの出力をのせます。
13
+ eclipseのコンソールの出力のうち成功時にはなく、失敗時のみに出力された部分をのせます。
14
14
 
15
- 情報: The APR based Apache Tomcat Native library which allows optimal performance in production environments was not found on the java.library.path: C:\pleiades\java\8\bin;C:\WINDOWS\Sun\Java\bin;C:\WINDOWS\system32;C:\WINDOWS;C:/pleiades/eclipse/jre/bin/../jre/bin/client;C:/pleiades/eclipse/jre/bin/../jre/bin;C:/pleiades/eclipse/jre/bin/../jre/lib/i386;C:\Python26;C:\Program Files\Microsoft Visual Studio 10.0\Common7\IDE;C:\Program Files\Microsoft Visual Studio 10.0\VC\bin;C:\Program Files\Microsoft SDKs\Windows\v7.0A\Include;C:\Strawberry\c\bin;C:\Strawberry\perl\site\bin;C:\Strawberry\perl\bin;C:\Program Files\QuickTime\QTSystem\;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;C:\WINDOWS\System32\WindowsPowerShell\v1.0\;C:\Program Files\GtkSharp\2.12\bin;C:\Program Files\nodejs\;C:\Program Files\MySQL\MySQL Fabric 1.5 & MySQL Utilities 1.5\;C:\Program Files\MySQL\MySQL Fabric 1.5 & MySQL Utilities 1.5\Doctrine extensions for PHP\;C:\Program Files\MySQL\MySQL Server 5.7\bin;C:\Users\you\AppData\Local\Programs\Python\Python35-32\Scripts\;C:\Users\you\AppData\Local\Programs\Python\Python35-32\;C:\RailsInstaller\Git\cmd;C:\RailsInstaller\Ruby2.2.0\bin;C:\Users\you\AppData\Roaming\npm;C:\pleiades\eclipse;;. [日 6 19 10:03:40 JST 2016]
16
15
 
17
- 情報: Initializing ProtocolHandler ["http-nio-8080"] [日 6 19 10:03:40 JST 2016]
18
16
 
19
- 情報: Using a shared selector for servlet write/read [ 6 19 10:03:40 JST 2016]
17
+ 重大: A child container failed during start [ 6 22 23:38:51 JST 2016]
20
18
 
21
- 情報: Initializing ProtocolHandler ["ajp-nio-8009"] [ 6 19 10:03:40 JST 2016]
19
+ 重大: The required Server component failed to start so Tomcat is unable to start. [ 6 22 23:38:51 JST 2016]
22
20
 
23
- 情報: Using a shared selector for servlet write/read [ 6 19 10:03:40 JST 2016]
21
+ 情報: Pausing ProtocolHandler ["http-nio-8080"] [ 6 22 23:38:51 JST 2016]
24
22
 
25
- 情報: Initialization processed in 892 ms [ 6 19 10:03:40 JST 2016]
23
+ 情報: Pausing ProtocolHandler ["ajp-nio-8009"] [ 6 22 23:38:51 JST 2016]
26
24
 
27
- 情報: サービス Catalina を起動します [ 6 19 10:03:40 JST 2016]
25
+ 情報: サービス Catalina を停止します [ 6 22 23:38:51 JST 2016]
28
26
 
29
- 情報: Starting Servlet Engine: Apache Tomcat/8.0.32 [ 6 19 10:03:40 JST 2016]
27
+ 情報: Destroying ProtocolHandler ["http-nio-8080"] [ 6 22 23:38:51 JST 2016]
30
28
 
31
- 重大: A child container failed during start [ 6 19 10:03:42 JST 2016]
29
+ 重大: Failed to destroy end point associated with ProtocolHandler ["http-nio-8080"] [ 6 22 23:38:51 JST 2016]
32
30
 
33
- 重大: A child container failed during start [ 6 19 10:03:42 JST 2016]
31
+ 情報: Destroying ProtocolHandler ["ajp-nio-8009"] [ 6 22 23:38:51 JST 2016]
34
32
 
35
- 重大: The required Server component failed to start so Tomcat is unable to start. [日 6 19 10:03:42 JST 2016]
36
-
37
- 情報: Pausing ProtocolHandler ["http-nio-8080"] [日 6 19 10:03:42 JST 2016]
38
-
39
- 情報: Pausing ProtocolHandler ["ajp-nio-8009"] [日 6 19 10:03:42 JST 2016]
40
-
41
- 情報: サービス Catalina を停止します [日 6 19 10:03:42 JST 2016]
42
-
43
- 情報: Destroying ProtocolHandler ["http-nio-8080"] [日 6 19 10:03:42 JST 2016]
44
-
45
- 重大: Failed to destroy end point associated with ProtocolHandler ["http-nio-8080"] [日 6 19 10:03:42 JST 2016]
46
-
47
- 情報: Destroying ProtocolHandler ["ajp-nio-8009"] [日 6 19 10:03:42 JST 2016]
48
-
49
- 重大: Failed to destroy end point associated with ProtocolHandler ["ajp-nio-8009"] [日 6 19 10:03:42 JST 2016]
33
+ 重大: Failed to destroy end point associated with ProtocolHandler ["ajp-nio-8009
50
34
 
51
35
 
52
36
 

1

タイトルのスペルミスを直しました

2016/06/23 11:52

投稿

Couldyou
Couldyou

スコア10

test CHANGED
@@ -1 +1 @@
1
- elipseでTomcat起動できない
1
+ eclipseでTomcat起動に失敗します
test CHANGED
File without changes