tomcat上部署了一个项目,一访问就会自动关闭

问题描述

tomcat上部署了一个项目,一访问就会自动关闭

ay 12, 2015 9:49:47 PM org.apache.coyote.AbstractProtocol pause
INFO: Pausing ProtocolHandler ["http-bio-8888"]
May 12, 2015 9:49:47 PM org.apache.coyote.AbstractProtocol pause
INFO: Pausing ProtocolHandler ["ajp-bio-8009"]
May 12, 2015 9:49:47 PM org.apache.catalina.core.StandardService stopInternal
INFO: Stopping service Catalina
May 12, 2015 9:49:47 PM org.apache.catalina.core.StandardWrapper unload
INFO: Waiting for 3 instance(s) to be deallocated for Servlet [fileServlet]
May 12, 2015 9:49:48 PM org.apache.catalina.core.StandardWrapper unload
INFO: Waiting for 2 instance(s) to be deallocated for Servlet [fileServlet]
May 12, 2015 9:49:49 PM org.apache.catalina.core.StandardWrapper unload
INFO: Waiting for 2 instance(s) to be deallocated for Servlet [fileServlet]
May 12, 2015 9:49:49 PM org.apache.catalina.loader.WebappClassLoader clearReferencesJdbc
SEVERE: The web application [/mall] registered the JDBC driver [com.mysql.jdbc.Driver] but failed to unregister it when the web application was stopped. To prevent a memory leak, the JDBC Driver has been forcibly unregistered.
May 12, 2015 9:49:49 PM org.apache.catalina.loader.WebappClassLoader clearReferencesThreads
SEVERE: The web application [/mall] appears to have started a thread named [Abandoned connection cleanup thread] but has failed to stop it. This is very likely to create a memory leak.
May 12, 2015 9:49:49 PM org.apache.catalina.loader.WebappClassLoader clearReferencesThreads
SEVERE: The web application [/mall] is still processing a request that has yet to finish. This is very likely to create a memory leak. You can control the time allowed for requests to finish by using the unloadDelay attribute of the standard Context implementation.
May 12, 2015 9:49:49 PM org.apache.catalina.loader.WebappClassLoader clearReferencesThreads
SEVERE: The web application [/mall] is still processing a request that has yet to finish. This is very likely to create a memory leak. You can control the time allowed for requests to finish by using the unloadDelay attribute of the standard Context implementation.
May 12, 2015 9:49:49 PM org.apache.catalina.loader.WebappClassLoader clearReferencesThreads
SEVERE: The web application [/mall] appears to have started a thread named [Thread-3] but has failed to stop it. This is very likely to create a memory leak.
May 12, 2015 9:49:49 PM org.apache.coyote.AbstractProtocol stop
INFO: Stopping ProtocolHandler ["http-bio-8888"]
May 12, 2015 9:49:49 PM org.apache.coyote.AbstractProtocol stop
INFO: Stopping ProtocolHandler ["ajp-bio-8009"]
May 12, 2015 9:49:49 PM org.apache.coyote.AbstractProtocol destroy
INFO: Destroying ProtocolHandler ["http-bio-8888"]
May 12, 2015 9:49:49 PM org.apache.coyote.AbstractProtocol destroy
INFO: Destroying ProtocolHandler ["ajp-bio-8009"]

解决方案

有没有那位大神碰到过,或知道是什么原因的

解决方案二:

可能是你的项目有些代码使用不当,导致了这个错误,基本上是哪些配置文件,你可以试试清空配置文件开启tomcat,然后一部分一部分添加内容开启tomcat,总可以找到的。我就是这么做的。。

时间: 2024-09-17 04:15:29

tomcat上部署了一个项目,一访问就会自动关闭的相关文章

server-eclipse在tomcat上部署的项目没有办法更新

问题描述 eclipse在tomcat上部署的项目没有办法更新 在tomcat上webapps里删除此项目然后重新部署,发现服务器上始终都是最开始的那个项目 ,项目上右键debug as---debug on servier总会提示XXX is required and cannot be removed on server,求助 - -! 解决方案 http://www.cnblogs.com/ywl925/p/3815173.html 解决方案二: 现在eclipse中remove,,不就行

编程-在weblogic上部署JAVA WEB项目,为什么关闭之后最小的连接数不会自动关闭

问题描述 在weblogic上部署JAVA WEB项目,为什么关闭之后最小的连接数不会自动关闭 在项目中设置的最小连接数是2 初始连接数是5,当我开启这个项目的时候发现连接池中的连接数加了5个,因为我设置了maxIdleTime属性,过了一会有3个连接数因为空闲会被关闭,但是那2个最小的连接数一直不会关闭,就算在服务器上把这个应用停止了也不会关闭,这要怎么处理呢? 项目是spring+strtuts2+hibernate 连接池用的是c3p0 解决方案 出于性能的考虑,底层连接池会保持连接,这是

我在服务器上部署了一个监控,结果服务器都关了,监控还是显示正常,测试ping服务器还是通的

问题描述 我在服务器上部署了一个监控,结果服务器都关了,监控还是显示正常,测试ping服务器还是通的 我在服务器上部署了一个监控,结果服务器都关了,监控还是显示正常,测试ping服务器还是通的 解决方案 ip有重复吧,实际ping的是另外一台机器. 是不是有相同设置的备用机? 解决方案二: 是不是服务器外有防火墙,ping的是防火墙的转换地址呢 解决方案三: 你ping的是网关ip么>你的监控是实时的吗 解决方案四: 最好的监控是否alive还是自己在应用层发送和接受心跳来判断 解决方案五: 我

在服务器上部署了一个OnlyOffice运行后在打开的文档区域中只能输入英文,不能切换到中文输入怎么回事?打开一个中文的Word显示出来是乱码怎么解决这些问题?

问题描述 在服务器上部署了一个OnlyOffice运行后在打开的文档区域中只能输入英文,不能切换到中文输入怎么回事?打开一个中文的Word显示出来是乱码怎么解决这些问题?有谁使用过或者解决过这样的问题?不知道.NET大婶是否解决过的问题?实在是干不动了!求分享. 解决方案 解决方案二:是没有中文字典的问题!有谁解决过这个问题码?

eclipse启动tomcat,首页404但是项目正常访问

问题描述 eclipse启动tomcat,首页404但是项目正常访问 eclipse启动tomcat,首页404但是项目正常访问,求解答 解决方案 http://www.mamicode.com/info-detail-492134.html 解决方案二: 为什么eclipse中tomcat能正常启动,但是浏览器访问不了tomcat首页为什么eclipse中tomcat能正常启动,但是浏览器访问不了tomcat首页在Eclipse中启动tomcat后访问tomcat首页时出现404 解决方案三:

详解CentOS安装tomcat并且部署Java Web项目_Linux

1.准备工作 a.下载tomcat linux的包,地址:http://tomcat.apache.org/download-80.cgi,我们下载的版本是8.0,下载方式如图: b.因为tomcat的安装依赖于Java jdk,所以我们需要在判断linux系统下面是否安装jdk b.1 使用(Xshell)连接到Linux系统下面 b.2 输入命令:java -version,如果显示jdk版本号,则证明已经安装,如果不显示,则证明没有安装,如果没有安装,请参考下面地址进行安装:http://

我买了个阿里云服务器并在上面部署了一个项目

因为我的毕业设计是做一个钉钉工作台的微应用,所以要用到公网IP.前几年也租过服务器,淘宝上很多,价格也不贵,但是性能很差.而且数据完全是裸的,完全没有安全感.近几年,BAT等巨头都有云服务器出租,而且都有学生优惠.不过相比之下,我还是选择了阿里的云服务器.作为一个大四狗,我赶紧抓住学生的尾巴,好好享受一番学生的特权. 1.阿里云服务器购买 下面我就说一下怎样参与阿里云的云翼计划.如果你已经参与了,就可以直接跳过,去看怎么在阿里云服务器上部署项目. 直接进阿里云首页:https://www.ali

工程在tomcat上部署,怎么弄

问题描述 在eclipse运行正常.现在想不通过eclipse直接在启动tomcat工程自动部署.怎么弄?1.我把工程那个文件夹考宰了webapps上,启动tomcat报错.2.我又考出来,在eclipse中点工程右键->tomcatproject->exporttothewar..导出来放在webapps上还不行.由此我想问几个问题1.怎么部署工程到tomcat?具体步骤.2.怎么生成war文件.我那样好像生成非常满.3.启动bin里面shutup出现了控制台这个控制台启动完tomcat就关

好纠结 提供给APP的服务写在web项目上还是单独一个项目中

问题描述 我们要开发个APP但是还有个WEBWEB上有几个简单的页面功能比APP简单些现在设计时候WEB是一个项目然后APP后台是一个WEBService服务现在觉得WEBService和WEB后台dao层都差不多公用一个数据库这么设计总感觉很别扭以后要是修改了一下数据库这两个项目的dao层都得改啊...求大神给个意见 解决方案 解决方案二:这种,后台同用一个啊,把app,和web页面看成两个不同客户端,数据库,dao,同用.service层定义接口,根据app,web的业务做不同的实现,控制层