teratail header banner
teratail header banner
質問するログイン新規登録

質問編集履歴

1

詳しく書いてみました。

2021/06/02 00:34

投稿

junnokets
junnokets

スコア3

title CHANGED
File without changes
body CHANGED
@@ -1,14 +1,31 @@
1
- プログラミング初心者です。
2
- EclipseをインストールTomcatに接続しようとしたのでが、
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
- サーバー localhost Tomcat9 (Java11) は始動に失敗しました。”
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] Error: Apache shutdown unexpectedly.
23
+ 18:12:05 [Apache] Error: Apache shutdown unexpectedly.
7
- 18:12:05 [Apache] This may be due to a blocked port, missing dependencies,
24
+ 18:12:05 [Apache] This may be due to a blocked port, missing dependencies,
8
- 18:12:05 [Apache] improper privileges, a crash, or a shutdown by another method.
25
+ 18:12:05 [Apache] improper privileges, a crash, or a shutdown by another method.
9
- 18:12:05 [Apache] Press the Logs button to view error logs and check
26
+ 18:12:05 [Apache] Press the Logs button to view error logs and check
10
- 18:12:05 [Apache] the Windows Event Viewer for more clues
27
+ 18:12:05 [Apache] the Windows Event Viewer for more clues
11
- 18:12:05 [Apache] If you need more help, copy and post this
28
+ 18:12:05 [Apache] If you need more help, copy and post this
12
- 18:12:05 [Apache] entire log window on the forums
29
+ 18:12:05 [Apache] entire log window on the forums
13
30
  と表示されます。
14
- 原因を教えていただけると幸いです。
31
+ どのようにすればTomcatが起動させることができるか教えていただけると幸いです。