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