ylbtech-Error-Idea:Process finished with exit code 1 |
1.返回顶部 |
log4j:WARN No appenders could be found for logger (org.springframework.boot.devtools.settings.DevToolsSettings).
log4j:WARN Please initialize the log4j system properly.
log4j:WARN See http://logging.apache.org/log4j/1.2/faq.html#noconfig for more info.
SLF4J: Class path contains multiple SLF4J bindings.
SLF4J: Found binding in [jar:file:/C:/Users/Administrator/.m2/repository/ch/qos/logback/logback-classic/1.2.3/logback-classic-1.2.3.jar!/org/slf4j/impl/StaticLoggerBinder.class]
SLF4J: Found binding in [jar:file:/C:/Users/Administrator/.m2/repository/org/slf4j/slf4j-log4j12/1.7.25/slf4j-log4j12-1.7.25.jar!/org/slf4j/impl/StaticLoggerBinder.class]
SLF4J: See http://www.slf4j.org/codes.html#multiple_bindings for an explanation.
SLF4J: Actual binding is of type [ch.qos.logback.classic.util.ContextSelectorStaticBinder]
Application Version: 1.0.0
Spring Boot Version: 2.0.5.RELEASE
███████╗██╗ ██╗██╗███╗ ██╗███████╗██╗ ██╗ ██████╗ ██████╗
██╔════╝██║ ██║██║████╗ ██║██╔════╝╚██╗ ██╔╝██╔═══██╗██╔═══██╗
███████╗███████║██║██╔██╗ ██║█████╗ ╚████╔╝ ██║ ██║██║ ██║
╚════██║██╔══██║██║██║╚██╗██║██╔══╝ ╚██╔╝ ██║ ██║██║ ██║
███████║██║ ██║██║██║ ╚████║███████╗ ██║ ╚██████╔╝╚██████╔╝
╚══════╝╚═╝ ╚═╝╚═╝╚═╝ ╚═══╝╚══════╝ ╚═╝ ╚═════╝ ╚═════╝
17:52:17.811 [restartedMain] INFO o.a.s.c.e.EhCacheManager - [getCache,158] - Cache with name 'com.shineyoo.framework.shiro.realm.UserRealm.authorizationCache' does not yet exist. Creating now.
17:52:17.817 [restartedMain] INFO o.a.s.c.e.EhCacheManager - [getCache,165] - Added EhCache named [com.shineyoo.framework.shiro.realm.UserRealm.authorizationCache]
17:52:19.950 [restartedMain] INFO o.a.s.c.e.EhCacheManager - [getCache,169] - Using existing EHCache named [loginRecordCache]
17:52:21.277 [restartedMain] INFO o.a.c.h.Http11NioProtocol - [log,180] - Initializing ProtocolHandler ["http-nio-80"]
17:52:21.296 [restartedMain] INFO o.a.c.c.StandardService - [log,180] - Starting service [Tomcat]
17:52:21.296 [restartedMain] INFO o.a.c.c.StandardEngine - [log,180] - Starting Servlet Engine: Apache Tomcat/8.5.34
17:52:21.300 [localhost-startStop-1] INFO o.a.c.c.AprLifecycleListener - [log,180] - The APR based Apache Tomcat Native library which allows optimal performance in production environments was not found on the java.library.path: [C:\Program Files\Java\jdk1.8.0_151\bin;C:\Windows\Sun\Java\bin;C:\Windows\system32;C:\Windows;C:\ProgramData\Oracle\Java\javapath;C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\Windows\System32\WindowsPowerShell\v1.0\;C:\Program Files\Git\cmd;C:\Program Files (x86)\Microsoft SQL Server\100\Tools\Binn\;C:\Program Files\Microsoft SQL Server\100\Tools\Binn\;C:\Program Files\Microsoft SQL Server\100\DTS\Binn\;C:\Program Files (x86)\Microsoft SQL Server\100\Tools\Binn\VSShell\Common7\IDE\;C:\Program Files (x86)\Microsoft SQL Server\100\DTS\Binn\;C:\Program Files\VisualSVN Server\bin;C:\Program Files\TortoiseSVN\bin;C:\Program Files\dotnet\;C:\Program Files\Microsoft SQL Server\130\Tools\Binn\;C:\Program Files\Microsoft SQL Server\Client SDK\ODBC\170\Tools\Binn\;C:\Users\Administrator\AppData\Local\BypassRuntm;.]
17:52:21.538 [localhost-startStop-1] INFO o.a.c.c.C.[.[.[/] - [log,180] - Initializing Spring embedded WebApplicationContext
17:52:22.454 [restartedMain] INFO c.a.d.p.DruidDataSource - [init,930] - {dataSource-1} inited
17:52:22.938 [restartedMain] INFO o.q.i.StdSchedulerFactory - [instantiate,1208] - Using default implementation for ThreadExecutor
17:52:22.957 [restartedMain] INFO o.q.c.SchedulerSignalerImpl - [<init>,61] - Initialized Scheduler Signaller of type: class org.quartz.core.SchedulerSignalerImpl
17:52:22.957 [restartedMain] INFO o.q.c.QuartzScheduler - [<init>,229] - Quartz Scheduler v.2.3.0 created.
17:52:22.970 [restartedMain] INFO o.q.c.QuartzScheduler - [initialize,294] - Scheduler meta-data: Quartz Scheduler (v2.3.0) 'nnzScheduler' with instanceId 'CN-20190525ESPU1560160342941'
Scheduler class: 'org.quartz.core.QuartzScheduler' - running locally.
NOT STARTED.
Currently in standby mode.
Number of jobs executed: 0
Using thread pool 'org.quartz.simpl.SimpleThreadPool' - with 20 threads.
Using job-store 'org.springframework.scheduling.quartz.LocalDataSourceJobStore' - which supports persistence. and is clustered.
17:52:22.971 [restartedMain] INFO o.q.i.StdSchedulerFactory - [instantiate,1362] - Quartz scheduler 'nnzScheduler' initialized from an externally provided properties instance.
17:52:22.971 [restartedMain] INFO o.q.i.StdSchedulerFactory - [instantiate,1366] - Quartz scheduler version: 2.3.0
17:52:22.975 [restartedMain] INFO o.q.c.QuartzScheduler - [setJobFactory,2287] - JobFactory set to: org.springframework.scheduling.quartz.AdaptableJobFactory@2b16ef70
17:52:23.038 [restartedMain] DEBUG c.s.q.m.S.selectJobAll - [debug,159] - ==> Preparing: select job_id, job_name, job_group, method_name, method_params, cron_expression, misfire_policy, status, create_by, create_time, remark from sys_job
17:52:23.065 [restartedMain] DEBUG c.s.q.m.S.selectJobAll - [debug,159] - ==> Parameters:
17:52:23.101 [restartedMain] DEBUG c.s.q.m.S.selectJobAll - [debug,159] - <== Total: 1
17:52:23.163 [restartedMain] INFO o.q.c.QuartzScheduler - [shutdown,666] - Scheduler nnzScheduler_$_CN-20190525ESPU1560160342941 shutting down.
17:52:23.164 [restartedMain] INFO o.q.c.QuartzScheduler - [standby,585] - Scheduler nnzScheduler_$_CN-20190525ESPU1560160342941 paused.
17:52:23.164 [restartedMain] INFO o.q.c.QuartzScheduler - [shutdown,740] - Scheduler nnzScheduler_$_CN-20190525ESPU1560160342941 shutdown complete.
17:52:23.175 [restartedMain] INFO c.a.d.p.DruidDataSource - [close,1825] - {dataSource-1} closed
17:52:23.182 [restartedMain] INFO o.a.c.c.StandardService - [log,180] - Stopping service [Tomcat]
Process finished with exit code 1
2.返回顶部 |
Z:我意思是你先与他们的版本保持一致试试看,你当前装个maven2一定会死的
Z:因为2和3的机制都不一样

Z:你们这些日志都是应用自己的类文件日志,也不知道具体代表什么意思
Z:现在看现象是应用初始化上下文的时候,初始化了一个定时任务,然后查了下库,查了后就中止了
Z:初始化的时候,还加载了一个缓存,丢到ehcache了
3.返回顶部 |
4.返回顶部 |
5.返回顶部 |
6.返回顶部 |
![]() |
作者:ylbtech 出处:http://ylbtech.cnblogs.com/ 本文版权归作者和博客园共有,欢迎转载,但未经作者同意必须保留此段声明,且在文章页面明显位置给出原文连接,否则保留追究法律责任的权利。 |