質問をすることでしか得られない、回答やアドバイスがある。

15分調べてもわからないことは、質問しよう!

新規登録して質問してみよう
ただいま回答率
85.48%
Java

Javaは、1995年にサン・マイクロシステムズが開発したプログラミング言語です。表記法はC言語に似ていますが、既存のプログラミング言語の短所を踏まえていちから設計されており、最初からオブジェクト指向性を備えてデザインされています。セキュリティ面が強力であることや、ネットワーク環境での利用に向いていることが特徴です。Javaで作られたソフトウェアは基本的にいかなるプラットフォームでも作動します。

Q&A

1回答

7304閲覧

サーバー ローカル・ホスト の Tomcat8 (Java8) は始動に失敗しました。

yuki0924sugi

総合スコア7

Java

Javaは、1995年にサン・マイクロシステムズが開発したプログラミング言語です。表記法はC言語に似ていますが、既存のプログラミング言語の短所を踏まえていちから設計されており、最初からオブジェクト指向性を備えてデザインされています。セキュリティ面が強力であることや、ネットワーク環境での利用に向いていることが特徴です。Javaで作られたソフトウェアは基本的にいかなるプラットフォームでも作動します。

0グッド

0クリップ

投稿2018/01/19 02:19

Eclipseでプログラミングを実行すると以下のエラーメッセージが発生しました。
サーバー ローカル・ホスト の Tomcat8 (Java8) は始動に失敗しました。

情報: Server version: Apache Tomcat/8.0.32 [金 1 19 11:09:59 JST 2018]
情報: Server built: Feb 2 2016 19:34:53 UTC [金 1 19 11:09:59 JST 2018]
情報: Server number: 8.0.32.0 [金 1 19 11:09:59 JST 2018]
情報: OS Name: Windows 7 [金 1 19 11:09:59 JST 2018]
情報: OS Version: 6.1 [金 1 19 11:09:59 JST 2018]
情報: Architecture: amd64 [金 1 19 11:09:59 JST 2018]
情報: Java Home: C:\pleiades\java\8\jre [金 1 19 11:09:59 JST 2018]
情報: JVM Version: 1.8.0_74-b02 [金 1 19 11:09:59 JST 2018]
情報: JVM Vendor: Oracle Corporation [金 1 19 11:09:59 JST 2018]
情報: CATALINA_BASE: C:\Users\internousdev\Desktop\workspace\workspace-sugiyama\test.metadata.plugins\org.eclipse.wst.server.core\tmp0 [金 1 19 11:09:59 JST 2018]
情報: CATALINA_HOME: C:\pleiades\tomcat\8 [金 1 19 11:09:59 JST 2018]
情報: Command line argument: -Dcatalina.base=C:\Users\internousdev\Desktop\workspace\workspace-sugiyama\test.metadata.plugins\org.eclipse.wst.server.core\tmp0 [金 1 19 11:09:59 JST 2018]
情報: Command line argument: -Dcatalina.home=C:\pleiades\tomcat\8 [金 1 19 11:09:59 JST 2018]
情報: Command line argument: -Dwtp.deploy=C:\Users\internousdev\Desktop\workspace\workspace-sugiyama\test.metadata.plugins\org.eclipse.wst.server.core\tmp0\wtpwebapps [金 1 19 11:09:59 JST 2018]
情報: Command line argument: -Djava.endorsed.dirs=C:\pleiades\tomcat\8\endorsed [金 1 19 11:09:59 JST 2018]
情報: Command line argument: -Dfile.encoding=UTF-8 [金 1 19 11:09:59 JST 2018]
情報: 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/server;C:/pleiades/eclipse/jre/bin/../jre/bin;C:/pleiades/eclipse/jre/bin/../jre/lib/amd64;C:\ProgramData\Oracle\Java\javapath;C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\Windows\System32\WindowsPowerShell\v1.0;C:\Program Files (x86)\ATI Technologies\ATI.ACE\Core-Static;C:\Program Files (x86)\Brackets\command;C:\Program Files\Java\jdk1.8.0_152\bin;C:\Program Files (x86)\Git\cmd;C:\xampp\mysql\bin;C:\pleiades\eclipse;;. [金 1 19 11:09:59 JST 2018]
情報: Initializing ProtocolHandler ["http-nio-8080"] [金 1 19 11:09:59 JST 2018]
情報: Using a shared selector for servlet write/read [金 1 19 11:10:00 JST 2018]
情報: Initializing ProtocolHandler ["ajp-nio-8009"] [金 1 19 11:10:00 JST 2018]
情報: Using a shared selector for servlet write/read [金 1 19 11:10:00 JST 2018]
情報: Initialization processed in 1273 ms [金 1 19 11:10:00 JST 2018]
情報: サービス Catalina を起動します [金 1 19 11:10:00 JST 2018]
情報: Starting Servlet Engine: Apache Tomcat/8.0.32 [金 1 19 11:10:00 JST 2018]
情報: Creation of SecureRandom instance for session ID generation using [SHA1PRNG] took [107] milliseconds. [金 1 19 11:10:00 JST 2018]
情報: At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time. [金 1 19 11:10:02 JST 2018]
情報: Parsing configuration file [struts-default.xml] [金 1 19 11:10:02 JST 2018]
情報: Unable to locate configuration files of the name struts-plugin.xml, skipping [金 1 19 11:10:02 JST 2018]
情報: Parsing configuration file [struts-plugin.xml] [金 1 19 11:10:02 JST 2018]
情報: Parsing configuration file [struts.xml] [金 1 19 11:10:02 JST 2018]
情報: Choosing bean (struts) for (com.opensymphony.xwork2.ObjectFactory) [金 1 19 11:10:02 JST 2018]
情報: Choosing bean (struts) for (com.opensymphony.xwork2.factory.ActionFactory) [金 1 19 11:10:02 JST 2018]
情報: Choosing bean (struts) for (com.opensymphony.xwork2.factory.ResultFactory) [金 1 19 11:10:02 JST 2018]
情報: Choosing bean (struts) for (com.opensymphony.xwork2.factory.ConverterFactory) [金 1 19 11:10:02 JST 2018]
情報: Choosing bean (struts) for (com.opensymphony.xwork2.factory.InterceptorFactory) [金 1 19 11:10:02 JST 2018]
情報: Choosing bean (struts) for (com.opensymphony.xwork2.factory.ValidatorFactory) [金 1 19 11:10:02 JST 2018]
情報: Choosing bean (struts) for (com.opensymphony.xwork2.factory.UnknownHandlerFactory) [金 1 19 11:10:02 JST 2018]
情報: Choosing bean (struts) for (com.opensymphony.xwork2.FileManagerFactory) [金 1 19 11:10:02 JST 2018]
情報: Choosing bean (struts) for (com.opensymphony.xwork2.conversion.impl.XWorkConverter) [金 1 19 11:10:02 JST 2018]
情報: Choosing bean (struts) for (com.opensymphony.xwork2.conversion.impl.CollectionConverter) [金 1 19 11:10:02 JST 2018]
情報: Choosing bean (struts) for (com.opensymphony.xwork2.conversion.impl.ArrayConverter) [金 1 19 11:10:02 JST 2018]
情報: Choosing bean (struts) for (com.opensymphony.xwork2.conversion.impl.DateConverter) [金 1 19 11:10:02 JST 2018]
情報: Choosing bean (struts) for (com.opensymphony.xwork2.conversion.impl.NumberConverter) [金 1 19 11:10:02 JST 2018]
情報: Choosing bean (struts) for (com.opensymphony.xwork2.conversion.impl.StringConverter) [金 1 19 11:10:02 JST 2018]
情報: Choosing bean (struts) for (com.opensymphony.xwork2.conversion.ConversionPropertiesProcessor) [金 1 19 11:10:02 JST 2018]
情報: Choosing bean (struts) for (com.opensymphony.xwork2.conversion.ConversionFileProcessor) [金 1 19 11:10:02 JST 2018]
情報: Choosing bean (struts) for (com.opensymphony.xwork2.conversion.ConversionAnnotationProcessor) [金 1 19 11:10:02 JST 2018]
情報: Choosing bean (struts) for (com.opensymphony.xwork2.conversion.TypeConverterCreator) [金 1 19 11:10:02 JST 2018]
情報: Choosing bean (struts) for (com.opensymphony.xwork2.conversion.TypeConverterHolder) [金 1 19 11:10:02 JST 2018]
情報: Choosing bean (struts) for (com.opensymphony.xwork2.TextProvider) [金 1 19 11:10:02 JST 2018]
情報: Choosing bean (struts) for (com.opensymphony.xwork2.LocaleProvider) [金 1 19 11:10:02 JST 2018]
情報: Choosing bean (struts) for (com.opensymphony.xwork2.ActionProxyFactory) [金 1 19 11:10:02 JST 2018]
情報: Choosing bean (struts) for (com.opensymphony.xwork2.conversion.ObjectTypeDeterminer) [金 1 19 11:10:02 JST 2018]
情報: Choosing bean (struts) for (org.apache.struts2.dispatcher.mapper.ActionMapper) [金 1 19 11:10:02 JST 2018]
情報: Choosing bean (jakarta) for (org.apache.struts2.dispatcher.multipart.MultiPartRequest) [金 1 19 11:10:02 JST 2018]
情報: Choosing bean (struts) for (org.apache.struts2.views.freemarker.FreemarkerManager) [金 1 19 11:10:02 JST 2018]
情報: Choosing bean (struts) for (org.apache.struts2.components.UrlRenderer) [金 1 19 11:10:02 JST 2018]
情報: Choosing bean (struts) for (com.opensymphony.xwork2.validator.ActionValidatorManager) [金 1 19 11:10:02 JST 2018]
情報: Choosing bean (struts) for (com.opensymphony.xwork2.util.ValueStackFactory) [金 1 19 11:10:02 JST 2018]
情報: Choosing bean (struts) for (com.opensymphony.xwork2.util.reflection.ReflectionProvider) [金 1 19 11:10:02 JST 2018]
情報: Choosing bean (struts) for (com.opensymphony.xwork2.util.reflection.ReflectionContextFactory) [金 1 19 11:10:02 JST 2018]
情報: Choosing bean (struts) for (com.opensymphony.xwork2.util.PatternMatcher) [金 1 19 11:10:02 JST 2018]
情報: Choosing bean (struts) for (org.apache.struts2.util.ContentTypeMatcher) [金 1 19 11:10:02 JST 2018]
情報: Choosing bean (struts) for (org.apache.struts2.dispatcher.StaticContentLoader) [金 1 19 11:10:02 JST 2018]
情報: Choosing bean (struts) for (com.opensymphony.xwork2.UnknownHandlerManager) [金 1 19 11:10:02 JST 2018]
情報: Choosing bean (struts) for (org.apache.struts2.views.util.UrlHelper) [金 1 19 11:10:02 JST 2018]
情報: Choosing bean (struts) for (com.opensymphony.xwork2.util.TextParser) [金 1 19 11:10:02 JST 2018]
情報: Choosing bean (struts) for (org.apache.struts2.dispatcher.DispatcherErrorHandler) [金 1 19 11:10:02 JST 2018]
情報: Choosing bean (struts) for (com.opensymphony.xwork2.security.ExcludedPatternsChecker) [金 1 19 11:10:02 JST 2018]
情報: Choosing bean (struts) for (com.opensymphony.xwork2.security.AcceptedPatternsChecker) [金 1 19 11:10:02 JST 2018]
重大: Dispatcher initialization failed [金 1 19 11:10:03 JST 2018]
重大: フィルタ struts2 の起動中の例外です [金 1 19 11:10:03 JST 2018]
重大: One or more Filters failed to start. Full details will be found in the appropriate container log file [金 1 19 11:10:03 JST 2018]
重大: 以前のエラーのためにコンテキストの起動が失敗しました [/template] [金 1 19 11:10:03 JST 2018]
情報: At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time. [金 1 19 11:10:04 JST 2018]
重大: A child container failed during start [金 1 19 11:10:04 JST 2018]
重大: A child container failed during start [金 1 19 11:10:04 JST 2018]
重大: The required Server component failed to start so Tomcat is unable to start. [金 1 19 11:10:04 JST 2018]
情報: Pausing ProtocolHandler ["http-nio-8080"] [金 1 19 11:10:04 JST 2018]
情報: Pausing ProtocolHandler ["ajp-nio-8009"] [金 1 19 11:10:04 JST 2018]
情報: サービス Catalina を停止します [金 1 19 11:10:04 JST 2018]
情報: Destroying ProtocolHandler ["http-nio-8080"] [金 1 19 11:10:04 JST 2018]
重大: Failed to destroy end point associated with ProtocolHandler ["http-nio-8080"] [金 1 19 11:10:04 JST 2018]
情報: Destroying ProtocolHandler ["ajp-nio-8009"] [金 1 19 11:10:04 JST 2018]
重大: Failed to destroy end point associated with ProtocolHandler ["ajp-nio-8009"] [金 1 19 11:10:04 JST 2018]

気になる質問をクリップする

クリップした質問は、後からいつでもMYページで確認できます。

またクリップした質問に回答があった際、通知やメールを受け取ることができます。

バッドをするには、ログインかつ

こちらの条件を満たす必要があります。

guest

回答1

0

struts2のフィルタ起動中の例外とあるので、
以下のような、定義ファイルの記述に誤りがないか確認してみては?
struts.xml
struts.propertis

上記に関連して、ライブラリの過不足が無いかも確認してください。
以前は起動に成功していたんでしょうか?

投稿2018/01/19 03:07

編集2018/01/19 03:14
monagano

総合スコア246

バッドをするには、ログインかつ

こちらの条件を満たす必要があります。

yuki0924sugi

2018/01/19 03:16

はい。昨日までは普通に実行できていました。
monagano

2018/01/19 03:26

では、定義ファイルを実行できていた時の状態に戻し、追加・削除したライブラリがあれば元に戻して実行してみてください。 今回のパターンは、大方の場合、xmlの定義に誤りがあり、発生する認識です。
guest

あなたの回答

tips

太字

斜体

打ち消し線

見出し

引用テキストの挿入

コードの挿入

リンクの挿入

リストの挿入

番号リストの挿入

表の挿入

水平線の挿入

プレビュー

まだベストアンサーが選ばれていません

会員登録して回答してみよう

アカウントをお持ちの方は

15分調べてもわからないことは
teratailで質問しよう!

ただいまの回答率
85.48%

質問をまとめることで
思考を整理して素早く解決

テンプレート機能で
簡単に質問をまとめる

質問する

関連した質問