質問編集履歴

1

詳しく書いてみました。

2021/06/02 00:34

投稿

junnokets
junnokets

スコア3

test CHANGED
File without changes
test CHANGED
@@ -1,27 +1,61 @@
1
- プログラミング初心者です。
1
+ 現在Eclipseを使って開発しようとしています。
2
2
 
3
- EclipseをインストールしTomcatに接続しようとしたのですが、
3
+ Tomcatが起動できずlocalhostに接続きない状況で
4
4
 
5
- “サーバー localhost の Tomcat9 (Java11) は始動に失敗しました。”
5
+ https://kanda-it-school-kensyu.com/java-jsp-servlet-contents/
6
6
 
7
+ を参考に開発を行っているのですが、
8
+
9
+ Tomcat起動させたら、Eclipseは停止中同期となります。
10
+
11
+ コンソールのエラーと思われる部分には
12
+
13
+ 情報: 少なくとも1つのJARが、まだTLDを含んでいないTLDについてスキャンされました。 スキャンしたが、そこにTLDが見つからなかったJARの完全なリストについては、このロガーのデバッグログを有効にしてください。 スキャン中に不要なJARをスキップすると、起動時間とJSPのコンパイル時間が改善されます。 [火 6月 01 13:52:39 GMT+09:00 2021]
14
+
15
+ 重大: 子コンテナーを開始できません。 [火 6月 01 13:52:39 GMT+09:00 2021]
16
+
17
+ 重大: 子コンテナーを開始できません。 [火 6月 01 13:52:39 GMT+09:00 2021]
18
+
19
+ 重大: 必要なサーバーコンポーネントを開始できなかったため、Tomcat を開始できませんでした。 [火 6月 01 13:52:39 GMT+09:00 2021]
20
+
21
+ 情報: ProtocolHandler ["http-nio-8080"] を一時停止します。 [火 6月 01 13:52:39 GMT+09:00 2021]
22
+
23
+ 情報: サービス [Catalina] を停止します [火 6月 01 13:52:39 GMT+09:00 2021]
24
+
25
+ 情報: ProtocolHandler ["http-nio-8080"] を破棄します。 [火 6月 01 13:52:39 GMT+09:00 2021]
26
+
27
+ WARNING: An illegal reflective access operation has occurred
28
+
29
+ WARNING: Illegal reflective access by org.apache.catalina.loader.WebappClassLoaderBase (file:/C:/pleiades/tomcat/9/lib/catalina.jar) to field java.io.ObjectStreamClass$Caches.localDescs
30
+
31
+ WARNING: Please consider reporting this to the maintainers of org.apache.catalina.loader.WebappClassLoaderBase
32
+
33
+ WARNING: Use --illegal-access=warn to enable warnings of further illegal reflective access operations
34
+
35
+ WARNING: All illegal access operations will be denied in a future release
36
+
7
- 表示されてしいます。
37
+ コメントが来ます。
38
+
39
+
40
+
41
+ Apacheが起動できておらず、XamppからApacheを起動させようとすると
8
42
 
9
43
  またXamppからApacheを開始するしようとすると
10
44
 
11
- 18:12:05 [Apache] Error: Apache shutdown unexpectedly.
45
+ 18:12:05 [Apache] Error: Apache shutdown unexpectedly.
12
46
 
13
- 18:12:05 [Apache] This may be due to a blocked port, missing dependencies,
47
+ 18:12:05 [Apache] This may be due to a blocked port, missing dependencies,
14
48
 
15
- 18:12:05 [Apache] improper privileges, a crash, or a shutdown by another method.
49
+ 18:12:05 [Apache] improper privileges, a crash, or a shutdown by another method.
16
50
 
17
- 18:12:05 [Apache] Press the Logs button to view error logs and check
51
+ 18:12:05 [Apache] Press the Logs button to view error logs and check
18
52
 
19
- 18:12:05 [Apache] the Windows Event Viewer for more clues
53
+ 18:12:05 [Apache] the Windows Event Viewer for more clues
20
54
 
21
- 18:12:05 [Apache] If you need more help, copy and post this
55
+ 18:12:05 [Apache] If you need more help, copy and post this
22
56
 
23
- 18:12:05 [Apache] entire log window on the forums
57
+ 18:12:05 [Apache] entire log window on the forums
24
58
 
25
59
  と表示されます。
26
60
 
27
- 原因を教えていただけると幸いです。
61
+ どのようにすればTomcatが起動させることができるか教えていただけると幸いです。