Fehlerinhalt
Information: Using a shared selector for servlet write/read [Fr 8 31 22:33:37 JST 2018]
Information: Initialization processed in 614 ms [Fr 8 31 22:33:37 JST 2018]
Information:Bedienung[Catalina]Start[Fr 8 31 22:33:37 JST 2018]
Information: Starting Servlet Engine: Apache Tomcat/8.5.32 [Fr 8 31 22:33:37 JST 2018]
Ernst: A child container failed during start [Fr 8 31 22:33:37 JST 2018]
Ernst: A child container failed during start [Fr 8 31 22:33:37 JST 2018]
Ernst: The required Server component failed to start so Tomcat is unable to start. [Fr 8 31 22:33:37 JST 2018]
Information: Pausing ProtocolHandler ["http-nio-8080"] [Fr 8 31 22:33:37 JST 2018]
Information: Pausing ProtocolHandler ["ajp-nio-8009"] [Fr 8 31 22:33:37 JST 2018]
Information:Bedienung[Catalina]Stoppen[Fr 8 31 22:33:37 JST 2018]
Information: Destroying ProtocolHandler ["http-nio-8080"] [Fr 8 31 22:33:37 JST 2018]
Information: Destroying ProtocolHandler ["ajp-nio-8009"] [Fr 8 31 22:33:37 JST 2018]
Überprüfen Sie das spezifische Verzeichnis anhand des im Fenster [Problem] von Eclipse angegebenen Pfads und führen Sie die folgenden Schritte vom Terminal aus
cd / Users / user / .m2 / repository / org /
rm -rf spezifisches Verzeichnis
Klicken Sie nach dem Löschen mit der rechten Maustaste auf pom.xml, um maven zu aktualisieren
Tomcat läuft sicher
Die Servlet-Einstellungen sind falsch (servlet.xml) <Context docBase =" test "path =" / test "reloadable =" false "source =" org.eclipse.jst.jee.server: test "/> </ Host Ändern Sie>
in den vorhandenen Pfad
Recommended Posts