项目启动控制台严重: Error listenerStart问题定位

Posted yadongliang

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了项目启动控制台严重: Error listenerStart问题定位相关的知识,希望对你有一定的参考价值。

问题描述

启动项目的时候报一下错误
严重: Error listenerStart 三月 26, 2018 4:00:01 下午
org.apache.catalina.core.StandardContext startInternal 严重: Context
[/einvoice-server] startup failed due to previous errors

ps:遇到这种IDE控制台没有明显的日志,是令人很头疼的问题。

解决办法

在WEB-INF/classes下建立logging.properties文件,并在文件里面添加一下内容

handlers = org.apache.juli.FileHandler, java.util.logging.ConsoleHandler

############################################################
# Handler specific properties.
# Describes specific configuration info for Handlers.
############################################################

org.apache.juli.FileHandler.level = FINE
org.apache.juli.FileHandler.directory = ${catalina.base}/logs
org.apache.juli.FileHandler.prefix = error-debug.

java.util.logging.ConsoleHandler.level = FINE
java.util.logging.ConsoleHandler.formatter = java.util.logging.SimpleFormatter

然后再次启动即可看到详细日志,然后查看日志定位问题所在

操作

查看详细日志, 控制台显示class not found, 检查文件发现存在啊!  删除target重新编译又好了.敲里吗...

感谢

 

以上是关于项目启动控制台严重: Error listenerStart问题定位的主要内容,如果未能解决你的问题,请参考以下文章

严重:Error configuring application listener of class org.springframework.web.util.IntrospectorCleanupL

spring配置问题:严重: Error configuring application listener of class org.springframework.web.context.Conte

严重: Error configuring application listener of class org.springframework.web.context.ContextLoaderLis

idea 严重: Error configuring application listener of class org.springframework.web.context.Context 后面省

严重: Error configuring application listener of class org.springframework.web.context.ContextLoaderLis

重启eclips后启动项目出现Error configuring application listener of class com.thinkgem.jeesite.modules.sys.list