的Apache Tomcat 8.0.9是不是突然开始 [英] apache tomcat 8.0.9 is not starting suddenly

查看:152
本文介绍了的Apache Tomcat 8.0.9是不是突然开始的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我使用Eclipse和Tomcat的。我无法启动tomcat服务器。这表明一个问题,遇到的困难和服务器无法启动。此外,我试图通过使用命令提示符下,仍然未能启动。我已经重新启动我的电脑和改变Tomcat的端口,但它仍然有问题。当我启动服务器,Eclipse的控制台消息的一部分显示:

I am using eclipse and tomcat. I was unable to start tomcat server. It showed a problem encountered and server couldn't be started. Moreover, I tried to start by using command prompt and still failed. I already restarted my PC and changed Tomcat's port, but it still having problem. While I start the server, a part of eclipse's consoles message shows:

Sep 02, 2014 8:09:00 PM org.apache.catalina.core.ApplicationContext log
INFO: No Spring WebApplicationInitializer types detected on classpath
Sep 02, 2014 8:09:03 PM org.apache.catalina.core.ContainerBase startInternal
SEVERE: A child container failed during start 
java.util.concurrent.ExecutionException: org.apache.catalina.LifecycleException: Failed to start component [StandardEngine[Catalina].StandardHost[localhost].StandardContext[/FirstSpringMVCProject]]
at java.util.concurrent.FutureTask.report(Unknown Source)
at java.util.concurrent.FutureTask.get(Unknown Source)
at org.apache.catalina.core.ContainerBase.startInternal(ContainerBase.java:916)
at org.apache.catalina.core.StandardHost.startInternal(StandardHost.java:868)
at org.apache.catalina.util.LifecycleBase.start(LifecycleBase.java:150)
at org.apache.catalina.core.ContainerBase$StartChild.call(ContainerBase.java:1396)
at org.apache.catalina.core.ContainerBase$StartChild.call(ContainerBase.java:1386)
at java.util.concurrent.FutureTask.run(Unknown Source)
at java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.lang.Thread.run(Unknown Source)

这是什么问题?

推荐答案

的问题是在一个应用程序,这是在服务器运行时间。因为有问题的应用程序服务器的不是running.After从服务器上删除应用程序,服务器又开始运行。那么,这是不是服务器的问题,但应用程序。

The problem was in an app,that was running in the server that time. Because of the problematic app server was not running.After removing the app from the server,server started running again. So,this is not a problem of server,but of app.

这篇关于的Apache Tomcat 8.0.9是不是突然开始的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆