主题 : 启动没有报错,运行没有反应,也没有报错。
级别: 秀才
UID: 119241
积分:93 加为好友
威望: 0 精华: 0
主题:4 回复:42
注册时间:2017-12-27
在线时长:0
1#   发表于:2018-08-16 18:00:00  IP:125.205.*.*
本地tomcat7 源码发布,运行没有问题。
移到linux服务器上,也是tomcat7,启动没有报错,运行没有反应,也没有报错。
但是启动完了之后有这么一句话:
Aug 16, 2018 3:59:50 PM org.apache.catalina.loader.WebappClassLoaderBase findResourceInternal
INFO: Illegal access: this web application instance has been stopped already.  Could not load .  The eventual following stack trace is caused by an error thrown for debugging purposes as well as to attempt to terminate the thread which caused the illegal access, and has no functional impact.

请问大神是什么原因,谢谢了。
级别: 论坛管理员
UID: 122721
积分:57884 加为好友
威望: 2 精华: 1
主题:5 回复:50085
注册时间:2018-05-07
在线时长:0
2#   发表于:2018-08-17 08:32:27  IP:117.92.*.*
您是用什么包部署的?源码?  root?
每天告诉自己一次,“我真的很不错”。
级别: 秀才
UID: 119241
积分:93 加为好友
威望: 0 精华: 0
主题:4 回复:42
注册时间:2017-12-27
在线时长:0
3#   发表于:2018-08-17 09:00:10  IP:122.232.*.*
源码部署,版本9.3  jdk1.8  tomcat7.0.78
级别: 论坛管理员
UID: 122721
积分:57884 加为好友
威望: 2 精华: 1
主题:5 回复:50085
注册时间:2018-05-07
在线时长:0
4#   发表于:2018-08-17 09:02:23  IP:117.92.*.*
您那边用jdlk1.8和tomcat在本地有部署成功过吗?
每天告诉自己一次,“我真的很不错”。
级别: 总版主
UID: 10736
积分:148366 加为好友
威望: 205 精华: 42
主题:287 回复:126119
注册时间:2010-09-08
在线时长:14.73
5#   发表于:2018-08-17 09:02:36  IP:117.92.*.*
路漫漫其修远兮,吾将上下而求索!
级别: 总版主
UID: 10736
积分:148366 加为好友
威望: 205 精华: 42
主题:287 回复:126119
注册时间:2010-09-08
在线时长:14.73
6#   发表于:2018-08-17 09:03:06  IP:117.92.*.*
查看上面解决方案,调整下Tomcat配置
路漫漫其修远兮,吾将上下而求索!
级别: 秀才
UID: 119241
积分:93 加为好友
威望: 0 精华: 0
主题:4 回复:42
注册时间:2017-12-27
在线时长:0
7#   发表于:2018-08-17 09:07:13  IP:122.232.*.*
补充,启动快完成的时候的log,我感觉问题就出现在这些log中:
Aug 16, 2018 8:46:49 PM org.apache.catalina.loader.WebappClassLoaderBase clearReferencesJdbc
SEVERE: The web application [/jeecmsv9f] 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.
Aug 16, 2018 8:46:49 PM org.apache.catalina.loader.WebappClassLoaderBase clearReferencesJdbc
SEVERE: The web application [/jeecmsv9f] registered the JDBC driver [com.alibaba.druid.proxy.DruidDriver] but failed to unregister it when the web application was stopped. To prevent a memory leak, the JDBC Driver has been forcibly unregistered.
Aug 16, 2018 8:46:49 PM org.apache.catalina.loader.WebappClassLoaderBase clearReferencesThreads
SEVERE: The web application [/jeecmsv9f] appears to have started a thread named [Timer-2] but has failed to stop it. This is very likely to create a memory leak.
Aug 16, 2018 8:46:49 PM org.apache.catalina.loader.WebappClassLoaderBase clearReferencesThreads
SEVERE: The web application [/jeecmsv9f] appears to have started a thread named [com.mchange.v2.async.ThreadPoolAsynchronousRunner$PoolThread-#0] but has failed to stop it. This is very likely to create a memory leak.
Aug 16, 2018 8:46:49 PM org.apache.catalina.loader.WebappClassLoaderBase clearReferencesThreads
SEVERE: The web application [/jeecmsv9f] appears to have started a thread named [com.mchange.v2.async.ThreadPoolAsynchronousRunner$PoolThread-#1] but has failed to stop it. This is very likely to create a memory leak.
Aug 16, 2018 8:46:49 PM org.apache.catalina.loader.WebappClassLoaderBase clearReferencesThreads
SEVERE: The web application [/jeecmsv9f] appears to have started a thread named [com.mchange.v2.async.ThreadPoolAsynchronousRunner$PoolThread-#2] but has failed to stop it. This is very likely to create a memory leak.
Aug 16, 2018 8:46:49 PM org.apache.catalina.loader.WebappClassLoaderBase clearReferencesThreads
SEVERE: The web application [/jeecmsv9f] 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.
Aug 16, 2018 8:46:49 PM org.apache.catalina.startup.HostConfig deployWAR
INFO: Deployment of web application archive /usr/liangliang/tomcat/apache-tomcat-7.0.78/webapps/jeecmsv9f.war has finished in 17,522 ms
Aug 16, 2018 8:46:53 PM org.apache.catalina.loader.WebappClassLoaderBase findResourceInternal
INFO: Illegal access: this web application instance has been stopped already.  Could not load .  The eventual following stack trace is caused by an error thrown for debugging purposes as well as to attempt to terminate the thread which caused the illegal access, and has no functional impact.
Aug 16, 2018 9:11:10 PM org.apache.catalina.startup.HostConfig undeploy
INFO: Undeploying context [/jeecmsv9f]
Aug 16, 2018 9:15:30 PM org.apache.catalina.startup.HostConfig deployWAR
INFO: Deploying web application archive /usr/liangliang/tomcat/apache-tomcat-7.0.78/webapps/jeecmsv9f.war
Aug 16, 2018 9:15:35 PM org.apache.catalina.startup.TldConfig execute
INFO: 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.
Aug 16, 2018 9:15:46 PM org.apache.catalina.core.StandardContext startInternal
SEVERE: One or more listeners failed to start. Full details will be found in the appropriate container log file
Aug 16, 2018 9:15:46 PM org.apache.catalina.core.StandardContext startInternal
SEVERE: Context [/jeecmsv9f] startup failed due to previous errors
Aug 16, 2018 9:15:46 PM org.apache.catalina.loader.WebappClassLoaderBase clearReferencesJdbc
SEVERE: The web application [/jeecmsv9f] 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.
Aug 16, 2018 9:15:46 PM org.apache.catalina.loader.WebappClassLoaderBase clearReferencesJdbc
SEVERE: The web application [/jeecmsv9f] registered the JDBC driver [com.alibaba.druid.proxy.DruidDriver] but failed to unregister it when the web application was stopped. To prevent a memory leak, the JDBC Driver has been forcibly unregistered.
Aug 16, 2018 9:15:46 PM org.apache.catalina.loader.WebappClassLoaderBase clearReferencesThreads
SEVERE: The web application [/jeecmsv9f] appears to have started a thread named [Timer-3] but has failed to stop it. This is very likely to create a memory leak.
Aug 16, 2018 9:15:46 PM org.apache.catalina.loader.WebappClassLoaderBase clearReferencesThreads
SEVERE: The web application [/jeecmsv9f] appears to have started a thread named [com.mchange.v2.async.ThreadPoolAsynchronousRunner$PoolThread-#0] but has failed to stop it. This is very likely to create a memory leak.
Aug 16, 2018 9:15:46 PM org.apache.catalina.loader.WebappClassLoaderBase clearReferencesThreads
SEVERE: The web application [/jeecmsv9f] appears to have started a thread named [com.mchange.v2.async.ThreadPoolAsynchronousRunner$PoolThread-#1] but has failed to stop it. This is very likely to create a memory leak.
Aug 16, 2018 9:15:46 PM org.apache.catalina.loader.WebappClassLoaderBase clearReferencesThreads
SEVERE: The web application [/jeecmsv9f] appears to have started a thread named [com.mchange.v2.async.ThreadPoolAsynchronousRunner$PoolThread-#2] but has failed to stop it. This is very likely to create a memory leak.
Aug 16, 2018 9:15:46 PM org.apache.catalina.loader.WebappClassLoaderBase clearReferencesThreads
SEVERE: The web application [/jeecmsv9f] 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.
Aug 16, 2018 9:15:46 PM org.apache.catalina.startup.HostConfig deployWAR
INFO: Deployment of web application archive /usr/liangliang/tomcat/apache-tomcat-7.0.78/webapps/jeecmsv9f.war has finished in 15,563 ms
Aug 16, 2018 9:15:50 PM org.apache.catalina.loader.WebappClassLoaderBase findResourceInternal
INFO: Illegal access: this web application instance has been stopped already.  Could not load .  The eventual following stack trace is caused by an error thrown for debugging purposes as well as to attempt to terminate the thread which caused the illegal access, and has no functional impact.

级别: 论坛管理员
UID: 122721
积分:57884 加为好友
威望: 2 精华: 1
主题:5 回复:50085
注册时间:2018-05-07
在线时长:0
8#   发表于:2018-08-17 09:08:05  IP:117.92.*.*
您先看下上面的那个链接地址   试下能否解决   我先看下报错的信息
每天告诉自己一次,“我真的很不错”。
级别: 论坛管理员
UID: 122721
积分:57884 加为好友
威望: 2 精华: 1
主题:5 回复:50085
注册时间:2018-05-07
在线时长:0
9#   发表于:2018-08-17 09:09:05  IP:117.92.*.*
我看了下   您的jdbc有些问题  你建立了数据库吗?
每天告诉自己一次,“我真的很不错”。
级别: 秀才
UID: 119241
积分:93 加为好友
威望: 0 精华: 0
主题:4 回复:42
注册时间:2017-12-27
在线时长:0
10#   发表于:2018-08-17 09:13:09  IP:122.232.*.*
回复第6楼

没有Context这一项,大神怎么办 ?
1 2 3 4 > >| 共4页