作死的兔子_V 2021-07-07 08:35 采纳率: 50%
浏览 112

Linux中Tomcat启动不了一直卡在哪里 求解决

WARNING: Unknown version string [4.0]. Default version will be used.
Jul 06, 2021 3:34:16 PM org.apache.jasper.servlet.TldScanner scanJars
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.
15:34:17,048 |-INFO in ch.qos.logback.classic.LoggerContext[default] - Could NOT find resource [logback.groovy]
15:34:17,048 |-INFO in ch.qos.logback.classic.LoggerContext[default] - Could NOT find resource [logback-test.xml]
15:34:17,048 |-INFO in ch.qos.logback.classic.LoggerContext[default] - Found resource [logback.xml] at [file:/data/htdocs/web/WEB-INF/classes/logback.xml]
15:34:17,087 |-INFO in ch.qos.logback.classic.joran.action.ConfigurationAction - debug attribute not set
15:34:17,087 |-INFO in ch.qos.logback.classic.joran.action.JMXConfiguratorAction - begin
15:34:17,091 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.ConsoleAppender]
15:34:17,099 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [console]
15:34:17,105 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property
15:34:17,132 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.rolling.RollingFileAppender]
15:34:17,135 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [businessLogFile]
15:34:17,147 |-INFO in c.q.l.core.rolling.TimeBasedRollingPolicy@504686819 - Will use zip compression
15:34:17,148 |-INFO in c.q.l.core.rolling.TimeBasedRollingPolicy@504686819 - Will use the pattern /opt/tomcat_1/logs/business-%d{yyyy-MM-dd}%i.log for the active file
15:34:17,151 |-INFO in ch.qos.logback.core.rolling.SizeAndTimeBasedFNATP@6038b49c - The date pattern is 'yyyy-MM-dd' from file name pattern '/opt/tomcat_1/logs/business-%d{yyyy-MM-dd}
%i.log.zip'.
15:34:17,151 |-INFO in ch.qos.logback.core.rolling.SizeAndTimeBasedFNATP@6038b49c - Roll-over at midnight.
15:34:17,152 |-INFO in ch.qos.logback.core.rolling.SizeAndTimeBasedFNATP@6038b49c - Setting initial period to Tue Jul 06 15:34:17 CST 2021
15:34:17,152 |-WARN in ch.qos.logback.core.rolling.SizeAndTimeBasedFNATP@6038b49c - SizeAndTimeBasedFNATP is deprecated. Use SizeAndTimeBasedRollingPolicy instead
15:34:17,152 |-WARN in ch.qos.logback.core.rolling.SizeAndTimeBasedFNATP@6038b49c - For more information see http://logback.qos.ch/manual/appenders.html#SizeAndTimeBasedRollingPolicy
15:34:17,154 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property
15:34:17,156 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[businessLogFile] - Active log file name: /opt/tomcat_1/logs/business.log
15:34:17,156 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[businessLogFile] - File property is set to [/opt/tomcat_1/logs/business.log]
15:34:17,157 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.rolling.RollingFileAppender]
15:34:17,157 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [errorlogFile]
15:34:17,160 |-INFO in c.q.l.core.rolling.TimeBasedRollingPolicy@1400853810 - Will use zip compression
15:34:17,160 |-INFO in c.q.l.core.rolling.TimeBasedRollingPolicy@1400853810 - Will use the pattern /opt/tomcat_1/logs/error-%d{yyyy-MM-dd}%i.log for the active file
15:34:17,161 |-INFO in ch.qos.logback.core.rolling.SizeAndTimeBasedFNATP@1abfc50c - The date pattern is 'yyyy-MM-dd' from file name pattern '/opt/tomcat_1/logs/error-%d{yyyy-MM-dd}
%i.log.zip'.
15:34:17,161 |-INFO in ch.qos.logback.core.rolling.SizeAndTimeBasedFNATP@1abfc50c - Roll-over at midnight.
15:34:17,161 |-INFO in ch.qos.logback.core.rolling.SizeAndTimeBasedFNATP@1abfc50c - Setting initial period to Tue Jul 06 15:34:17 CST 2021
15:34:17,161 |-WARN in ch.qos.logback.core.rolling.SizeAndTimeBasedFNATP@1abfc50c - SizeAndTimeBasedFNATP is deprecated. Use SizeAndTimeBasedRollingPolicy instead
15:34:17,161 |-WARN in ch.qos.logback.core.rolling.SizeAndTimeBasedFNATP@1abfc50c - For more information see http://logback.qos.ch/manual/appenders.html#SizeAndTimeBasedRollingPolicy
15:34:17,161 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property
15:34:17,162 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[errorlogFile] - Active log file name: /opt/tomcat_1/logs/error.log
15:34:17,162 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[errorlogFile] - File property is set to [/opt/tomcat_1/logs/error.log]
15:34:17,163 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [com.neixunbao.platform] to INFO
15:34:17,163 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [business] to INFO
15:34:17,163 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting additivity of logger [business] to false
15:34:17,163 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [businessLogFile] to Logger[business]
15:34:17,163 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [myerror] to ERROR
15:34:17,163 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting additivity of logger [myerror] to false
15:34:17,163 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [errorlogFile] to Logger[myerror]
15:34:17,164 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [java.sql.PreparedStatement] to DEBUG
15:34:17,164 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [java.sql.Statement] to DEBUG
15:34:17,164 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [java.sql.ResultSet] to DEBUG
15:34:17,164 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework] to INFO
15:34:17,164 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.mybatis] to INFO
15:34:17,164 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.apache.ibatis] to INFO
15:34:17,164 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [dao] to INFO
15:34:17,164 |-INFO in ch.qos.logback.classic.joran.action.RootLoggerAction - Setting level of ROOT logger to INFO
15:34:17,164 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [console] to Logger[ROOT]
15:34:17,164 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [businessLogFile] to Logger[ROOT]
15:34:17,164 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [errorlogFile] to Logger[ROOT]
15:34:17,164 |-INFO in ch.qos.logback.classic.joran.action.ConfigurationAction - End of configuration.
15:34:17,164 |-INFO in ch.qos.logback.classic.joran.JoranConfigurator@23d56548 - Registering current configuration as safe fallback point

Jul 06, 2021 3:34:17 PM org.apache.catalina.core.ApplicationContext log
INFO: 2 Spring WebApplicationInitializers detected on classpath

. ____ _ __ _ _
/\ / _' __ _ ()_ __ __ _ \ \ \
( ( )_
_ | '_ | '| | ' / ` | \ \ \
\/ _)| |)| | | | | || (_| | ) ) ) )
' |
| .|| ||| |_, | / / / /
=========|
|==============|_/=//_//
:: Spring Boot :: (v2.1.2.RELEASE)

2021-07-06 15:34:17.885 INFO c.n.platform.ServletInitializer - Starting ServletInitializer on localhost.localdomain with PID 8464 (/data/htdocs/web/WEB-INF/classes started by root in /opt/tomcat_1)
2021-07-06 15:34:17.889 INFO c.n.platform.ServletInitializer - No active profile set, falling back to default profiles: default
2021-07-06 15:34:19.483 WARN o.m.s.mapper.ClassPathMapperScanner - No MyBatis mapper was found in '[com.neixunbao.platform.sysuser.dao,com.neixunbao.platform.edu.dao,com.neixunbao.platform.app.dao,com.neixunbao.platform.exam.dao,com.neixunbao.platform.testing.dao,com.neixunbao.platform.sns.dao]' package. Please check your configuration.
2021-07-06 15:34:20.259 INFO o.a.c.c.C.[Catalina].[localhost].[/] - Initializing Spring embedded WebApplicationContext
Jul 06, 2021 3:34:20 PM org.apache.catalina.core.ApplicationContext log
INFO: Initializing Spring embedded WebApplicationContext
2021-07-06 15:34:20.260 INFO o.s.web.context.ContextLoader - Root WebApplicationContext: initialization completed in 2314 ms
2021-07-06 15:34:20.626 INFO o.s.b.web.servlet.RegistrationBean - Filter xssCodeFilter was not registered (possibly already registered?)
2021-07-06 15:34:20.704 INFO c.b.java2cache.core.CacheManager - Using L1 CacheProvider : com.business.java2cache.nullcache.NullCacheProvider
2021-07-06 15:34:20.725 INFO c.b.java2cache.redis.RedisCache - ++++++ RedisCache init success
2021-07-06 15:34:20.725 INFO c.b.java2cache.core.CacheManager - Using L2 CacheProvider : com.business.java2cache.redis.RedisCacheProvider
2021-07-06 15:34:20.726 INFO c.b.java2cache.channel.RedisCacheKit - Connected to channel:, time 23 ms.

  • 写回答

2条回答 默认 最新

  • a1767028198 2021-07-07 08:53
    关注

    日志级别改改,看看有啥新信息没

    评论

报告相同问题?

悬赏问题

  • ¥20 docker里部署springboot项目,访问不到扬声器
  • ¥15 netty整合springboot之后自动重连失效
  • ¥15 悬赏!微信开发者工具报错,求帮改
  • ¥20 wireshark抓不到vlan
  • ¥20 关于#stm32#的问题:需要指导自动酸碱滴定仪的原理图程序代码及仿真
  • ¥20 设计一款异域新娘的视频相亲软件需要哪些技术支持
  • ¥15 stata安慰剂检验作图但是真实值不出现在图上
  • ¥15 c程序不知道为什么得不到结果
  • ¥40 复杂的限制性的商函数处理
  • ¥15 程序不包含适用于入口点的静态Main方法