主题 : ERROR: 系统参数丢失,程序终止运行!
级别: 秀才
UID: 135498
积分:74 加为好友
威望: 0 精华: 0
主题:1 回复:37
注册时间:2020-08-06
在线时长:0
31#   发表于:2020-08-11 17:35:48  IP:114.248.*.*
重新启动了一次idea,问题又回来了。

"C:\Program Files\Java\jdk1.8.0_131\bin\java.exe" -agentlib:jdwp=transport=dt_socket,address=127.0.0.1:58884,suspend=y,server=n -XX:TieredStopAtLevel=1 -noverify -Dspring.output.ansi.enabled=always -Dcom.sun.management.jmxremote -Dspring.jmx.enabled=true -Dspring.liveBeansView.mbeanDomain -Dspring.application.admin.enabled=true -javaagent:C:\Users\lzw\.IntelliJIdea2019.2\system\captureAgent\debugger-agent.jar -Dfile.encoding=UTF-8 -classpath C:\Users\lzw\AppData\Local\Temp\classpath692651912.jar com.jeecms.front.CmsFrontApplication
Connected to the target VM, address: '127.0.0.1:58884', transport: 'socket'
17:34:40,890 |-INFO in ch.qos.logback.classic.joran.action.ConfigurationAction - debug attribute not set
17:34:40,904 |-INFO in ch.qos.logback.core.joran.action.StatusListenerAction - Added status listener of type [ch.qos.logback.core.status.OnConsoleStatusListener]
17:34:40,951 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.ConsoleAppender]
17:34:40,959 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [STDOUT]
17:34:41,152 |-INFO in ch.qos.logback.classic.joran.action.RootLoggerAction - Setting level of ROOT logger to ERROR
17:34:41,152 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [STDOUT] to Logger[ROOT]
17:34:41,154 |-INFO in ch.qos.logback.classic.joran.action.ConfigurationAction - End of configuration.
17:34:41,155 |-INFO in ch.qos.logback.classic.joran.JoranConfigurator@5ba3f27a - Registering current configuration as safe fallback point
17:34:43,187 |-WARN in Logger[org.springframework.core.env.PropertySourcesPropertyResolver] - No appenders present in context [default] for logger [org.springframework.core.env.PropertySourcesPropertyResolver].
17:34:43,201 |-INFO in ch.qos.logback.classic.joran.action.ConfigurationAction - debug attribute not set
17:34:43,202 |-INFO in ch.qos.logback.core.joran.action.StatusListenerAction - Added status listener of type [ch.qos.logback.core.status.OnConsoleStatusListener]
17:34:43,203 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.ConsoleAppender]
17:34:43,203 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [STDOUT]
17:34:43,204 |-INFO in ch.qos.logback.classic.joran.action.RootLoggerAction - Setting level of ROOT logger to ERROR
17:34:43,204 |-INFO in ch.qos.logback.classic.jul.LevelChangePropagator@6fb365ed - Propagating ERROR level on Logger[ROOT] onto the JUL framework
17:34:43,205 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [STDOUT] to Logger[ROOT]
17:34:43,205 |-INFO in ch.qos.logback.classic.joran.action.ConfigurationAction - End of configuration.
17:34:43,206 |-INFO in org.springframework.boot.logging.logback.SpringBootJoranConfigurator@46dffdc3 - Registering current configuration as safe fallback point
17:34:43,248 |-INFO in ch.qos.logback.classic.jul.LevelChangePropagator@6fb365ed - Propagating INFO level on Logger[ROOT] onto the JUL framework
17:34:43,248 |-INFO in ch.qos.logback.classic.jul.LevelChangePropagator@6fb365ed - Propagating INFO level on Logger[org.quartz] onto the JUL framework
17:34:43,249 |-INFO in ch.qos.logback.classic.jul.LevelChangePropagator@6fb365ed - Propagating INFO level on Logger[org.springframework.boot.context.embedded.tomcat.TomcatEmbeddedServletContainer] onto the JUL framework
17:34:43,249 |-INFO in ch.qos.logback.classic.jul.LevelChangePropagator@6fb365ed - Propagating INFO level on Logger[com.jeecms.front.CmsFrontApplication] onto the JUL framework
17:34:43,249 |-INFO in ch.qos.logback.classic.jul.LevelChangePropagator@6fb365ed - Propagating INFO level on Logger[com.jeecms.admin.CmsAdminApplication] onto the JUL framework
17:34:43,249 |-INFO in ch.qos.logback.classic.jul.LevelChangePropagator@6fb365ed - Propagating WARN level on Logger[com.gargoylesoftware.htmlunit] onto the JUL framework
===================================================================================
JEECMS是一个基于Java编程语言的内容管理快速研发平台,由江西金磊科技发展有限公司(http://www.jeecms.com)研发。
===================================================================================
2020-08-11 17:34:43.737 [main] INFO  com.jeecms.front.CmsFrontApplication - Starting CmsFrontApplication on DESKTOP-JJH9F2S with PID 16792 (E:\JAVA\jeecms-parent\jeecms-front\target\classes started by lzw in E:\JAVA\jeecms-parent\jeecms-front) 
2020-08-11 17:34:43.798 [main] INFO  com.jeecms.front.CmsFrontApplication - The following profiles are active: beta 
2020-08-11 17:34:43.945 [main] INFO  o.s.b.w.s.c.AnnotationConfigServletWebServerApplicationContext - Refreshing org.springframework.boot.web.servlet.context.AnnotationConfigServletWebServerApplicationContext@6b8d96d9: startup date [Tue Aug 11 17:34:43 CST 2020]; root of context hierarchy 
2020-08-11 17:34:49.761 [main] INFO  o.s.beans.factory.xml.XmlBeanDefinitionReader - Loading XML bean definitions from file [E:\JAVA\jeecms-parent\jeecms-front\target\classes\config\context-directive.xml] 
2020-08-11 17:34:49.903 [main] INFO  o.s.beans.factory.xml.XmlBeanDefinitionReader - Loading XML bean definitions from file [E:\JAVA\jeecms-parent\jeecms-front\target\classes\config\context.xml] 
2020-08-11 17:34:49.927 [main] INFO  o.s.beans.factory.xml.XmlBeanDefinitionReader - Loading XML bean definitions from file [E:\JAVA\jeecms-parent\jeecms-front\target\classes\config\context-directive.xml] 
2020-08-11 17:34:49.943 [main] INFO  o.s.b.factory.support.DefaultListableBeanFactory - Overriding bean definition for bean 'cms_pagination' with a different definition: replacing [Generic bean: class [com.jeecms.front.controller.directive.PaginationDirective]; scope=; abstract=false; lazyInit=true; autowireMode=0; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=null; factoryMethodName=null; initMethodName=null; destroyMethodName=null; defined in file [E:\JAVA\jeecms-parent\jeecms-front\target\classes\config\context-directive.xml]] with [Generic bean: class [com.jeecms.front.controller.directive.PaginationDirective]; scope=; abstract=false; lazyInit=true; autowireMode=0; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=null; factoryMethodName=null; initMethodName=null; destroyMethodName=null; defined in file [E:\JAVA\jeecms-parent\jeecms-front\target\classes\config\context-directive.xml]] 
2020-08-11 17:34:49.948 [main] INFO  o.s.b.factory.support.DefaultListableBeanFactory - Overriding bean definition for bean 'text_cut' with a different definition: replacing [Generic bean: class [com.jeecms.front.controller.directive.TextCutDirective]; scope=; abstract=false; lazyInit=true; autowireMode=0; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=null; factoryMethodName=null; initMethodName=null; destroyMethodName=null; defined in file [E:\JAVA\jeecms-parent\jeecms-front\target\classes\config\context-directive.xml]] with [Generic bean: class [com.jeecms.front.controller.directive.TextCutDirective]; scope=; abstract=false; lazyInit=true; autowireMode=0; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=null; factoryMethodName=null; initMethodName=null; destroyMethodName=null; defined in file [E:\JAVA\jeecms-parent\jeecms-front\target\classes\config\context-directive.xml]] 
2020-08-11 17:34:49.951 [main] INFO  o.s.b.factory.support.DefaultListableBeanFactory - Overriding bean definition for bean 'cms_channel_page' with a different definition: replacing [Generic bean: class [com.jeecms.front.controller.directive.ChannelDirectivePage]; scope=; abstract=false; lazyInit=true; autowireMode=0; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=null; factoryMethodName=null; initMethodName=null; destroyMethodName=null; defined in file [E:\JAVA\jeecms-parent\jeecms-front\target\classes\config\context-directive.xml]] with [Generic bean: class [com.jeecms.front.controller.directive.ChannelDirectivePage]; scope=; abstract=false; lazyInit=true; autowireMode=0; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=null; factoryMethodName=null; initMethodName=null; destroyMethodName=null; defined in file [E:\JAVA\jeecms-parent\jeecms-front\target\classes\config\context-directive.xml]] 
2020-08-11 17:34:49.952 [main] INFO  o.s.b.factory.support.DefaultListableBeanFactory - Overriding bean definition for bean 'cms_channel_list' with a different definition: replacing [Generic bean: class [com.jeecms.front.controller.directive.ChannelDirectiveList]; scope=; abstract=false; lazyInit=true; autowireMode=0; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=null; factoryMethodName=null; initMethodName=null; destroyMethodName=null; defined in file [E:\JAVA\jeecms-parent\jeecms-front\target\classes\config\context-directive.xml]] with [Generic bean: class [com.jeecms.front.controller.directive.ChannelDirectiveList]; scope=; abstract=false; lazyInit=true; autowireMode=0; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=null; factoryMethodName=null; initMethodName=null; destroyMethodName=null; defined in file [E:\JAVA\jeecms-parent\jeecms-front\target\classes\config\context-directive.xml]] 
2020-08-11 17:34:49.956 [main] INFO  o.s.b.factory.support.DefaultListableBeanFactory - Overriding bean definition for bean 'cms_channel' with a different definition: replacing [Generic bean: class [com.jeecms.front.controller.directive.ChannelDirectiveBean]; scope=; abstract=false; lazyInit=true; autowireMode=0; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=null; factoryMethodName=null; initMethodName=null; destroyMethodName=null; defined in file [E:\JAVA\jeecms-parent\jeecms-front\target\classes\config\context-directive.xml]] with [Generic bean: class [com.jeecms.front.controller.directive.ChannelDirectiveBean]; scope=; abstract=false; lazyInit=true; autowireMode=0; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=null; factoryMethodName=null; initMethodName=null; destroyMethodName=null; defined in file [E:\JAVA\jeecms-parent\jeecms-front\target\classes\config\context-directive.xml]] 
2020-08-11 17:34:49.957 [main] INFO  o.s.b.factory.support.DefaultListableBeanFactory - Overriding bean definition for bean 'cms_content_list' with a different definition: replacing [Generic bean: class [com.jeecms.front.controller.directive.ContentDirectiveList]; scope=; abstract=false; lazyInit=true; autowireMode=0; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=null; factoryMethodName=null; initMethodName=null; destroyMethodName=null; defined in file [E:\JAVA\jeecms-parent\jeecms-front\target\classes\config\context-directive.xml]] with [Generic bean: class [com.jeecms.front.controller.directive.ContentDirectiveList]; scope=; abstract=false; lazyInit=true; autowireMode=0; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=null; factoryMethodName=null; initMethodName=null; destroyMethodName=null; defined in file [E:\JAVA\jeecms-parent\jeecms-front\target\classes\config\context-directive.xml]] 
2020-08-11 17:34:49.958 [main] INFO  o.s.b.factory.support.DefaultListableBeanFactory - Overriding bean definition for bean 'cms_content_page' with a different definition: replacing [Generic bean: class [com.jeecms.front.controller.directive.ContentDirectivePage]; scope=; abstract=false; lazyInit=true; autowireMode=0; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=null; factoryMethodName=null; initMethodName=null; destroyMethodName=null; defined in file [E:\JAVA\jeecms-parent\jeecms-front\target\classes\config\context-directive.xml]] with [Generic bean: class [com.jeecms.front.controller.directive.ContentDirectivePage]; scope=; abstract=false; lazyInit=true; autowireMode=0; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=null; factoryMethodName=null; initMethodName=null; destroyMethodName=null; defined in file [E:\JAVA\jeecms-parent\jeecms-front\target\classes\config\context-directive.xml]] 
2020-08-11 17:34:49.959 [main] INFO  o.s.b.factory.support.DefaultListableBeanFactory - Overriding bean definition for bean 'cms_content' with a different definition: replacing [Generic bean: class [com.jeecms.front.controller.directive.ContentDirectiveBean]; scope=; abstract=false; lazyInit=true; autowireMode=0; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=null; factoryMethodName=null; initMethodName=null; destroyMethodName=null; defined in file [E:\JAVA\jeecms-parent\jeecms-front\target\classes\config\context-directive.xml]] with [Generic bean: class [com.jeecms.front.controller.directive.ContentDirectiveBean]; scope=; abstract=false; lazyInit=true; autowireMode=0; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=null; factoryMethodName=null; initMethodName=null; destroyMethodName=null; defined in file [E:\JAVA\jeecms-parent\jeecms-front\target\classes\config\context-directive.xml]] 
2020-08-11 17:34:49.959 [main] INFO  o.s.b.factory.support.DefaultListableBeanFactory - Overriding bean definition for bean 'cms_tag_list' with a different definition: replacing [Generic bean: class [com.jeecms.front.controller.directive.ContentTagDirectiveList]; scope=; abstract=false; lazyInit=true; autowireMode=0; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=null; factoryMethodName=null; initMethodName=null; destroyMethodName=null; defined in file [E:\JAVA\jeecms-parent\jeecms-front\target\classes\config\context-directive.xml]] with [Generic bean: class [com.jeecms.front.controller.directive.ContentTagDirectiveList]; scope=; abstract=false; lazyInit=true; autowireMode=0; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=null; factoryMethodName=null; initMethodName=null; destroyMethodName=null; defined in file [E:\JAVA\jeecms-parent\jeecms-front\target\classes\config\context-directive.xml]] 
2020-08-11 17:34:49.960 [main] INFO  o.s.b.factory.support.DefaultListableBeanFactory - Overriding bean definition for bean 'cms_hot_word_list' with a different definition: replacing [Generic bean: class [com.jeecms.front.controller.directive.HotWordDirectiveList]; scope=; abstract=false; lazyInit=true; autowireMode=0; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=null; factoryMethodName=null; initMethodName=null; destroyMethodName=null; defined in file [E:\JAVA\jeecms-parent\jeecms-front\target\classes\config\context-directive.xml]] with [Generic bean: class [com.jeecms.front.controller.directive.HotWordDirectiveList]; scope=; abstract=false; lazyInit=true; autowireMode=0; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=null; factoryMethodName=null; initMethodName=null; destroyMethodName=null; defined in file [E:\JAVA\jeecms-parent\jeecms-front\target\classes\config\context-directive.xml]] 
2020-08-11 17:34:49.961 [main] INFO  o.s.b.factory.support.DefaultListableBeanFactory - Overriding bean definition for bean 'cms_link_category_list' with a different definition: replacing [Generic bean: class [com.jeecms.front.controller.directive.LinkCategoryDirectiveList]; scope=; abstract=false; lazyInit=true; autowireMode=0; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=null; factoryMethodName=null; initMethodName=null; destroyMethodName=null; defined in file [E:\JAVA\jeecms-parent\jeecms-front\target\classes\config\context-directive.xml]] with [Generic bean: class [com.jeecms.front.controller.directive.LinkCategoryDirectiveList]; scope=; abstract=false; lazyInit=true; autowireMode=0; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=null; factoryMethodName=null; initMethodName=null; destroyMethodName=null; defined in file [E:\JAVA\jeecms-parent\jeecms-front\target\classes\config\context-directive.xml]] 
2020-08-11 17:34:49.962 [main] INFO  o.s.b.factory.support.DefaultListableBeanFactory - Overriding bean definition for bean 'cms_link_list' with a different definition: replacing [Generic bean: class [com.jeecms.front.controller.directive.LinkDirectiveList]; scope=; abstract=false; lazyInit=true; autowireMode=0; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=null; factoryMethodName=null; initMethodName=null; destroyMethodName=null; defined in file [E:\JAVA\jeecms-parent\jeecms-front\target\classes\config\context-directive.xml]] with [Generic bean: class [com.jeecms.front.controller.directive.LinkDirectiveList]; scope=; abstract=false; lazyInit=true; autowireMode=0; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=null; factoryMethodName=null; initMethodName=null; destroyMethodName=null; defined in file [E:\JAVA\jeecms-parent\jeecms-front\target\classes\config\context-directive.xml]] 
2020-08-11 17:34:49.963 [main] INFO  o.s.b.factory.support.DefaultListableBeanFactory - Overriding bean definition for bean 'cms_search_word_list' with a different definition: replacing [Generic bean: class [com.jeecms.front.controller.directive.SearchWordDirectiveList]; scope=; abstract=false; lazyInit=true; autowireMode=0; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=null; factoryMethodName=null; initMethodName=null; destroyMethodName=null; defined in file [E:\JAVA\jeecms-parent\jeecms-front\target\classes\config\context-directive.xml]] with [Generic bean: class [com.jeecms.front.controller.directive.SearchWordDirectiveList]; scope=; abstract=false; lazyInit=true; autowireMode=0; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=null; factoryMethodName=null; initMethodName=null; destroyMethodName=null; defined in file [E:\JAVA\jeecms-parent\jeecms-front\target\classes\config\context-directive.xml]] 
2020-08-11 17:34:49.963 [main] INFO  o.s.b.factory.support.DefaultListableBeanFactory - Overriding bean definition for bean 'cms_questionnaire_page' with a different definition: replacing [Generic bean: class [com.jeecms.front.controller.directive.QuestionnaireDirectivePage]; scope=; abstract=false; lazyInit=true; autowireMode=0; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=null; factoryMethodName=null; initMethodName=null; destroyMethodName=null; defined in file [E:\JAVA\jeecms-parent\jeecms-front\target\classes\config\context-directive.xml]] with [Generic bean: class [com.jeecms.front.controller.directive.QuestionnaireDirectivePage]; scope=; abstract=false; lazyInit=true; autowireMode=0; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=null; factoryMethodName=null; initMethodName=null; destroyMethodName=null; defined in file [E:\JAVA\jeecms-parent\jeecms-front\target\classes\config\context-directive.xml]] 
2020-08-11 17:34:49.964 [main] INFO  o.s.b.factory.support.DefaultListableBeanFactory - Overriding bean definition for bean 'cms_questionnaire_list' with a different definition: replacing [Generic bean: class [com.jeecms.front.controller.directive.QuestionnaireDirectiveList]; scope=; abstract=false; lazyInit=true; autowireMode=0; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=null; factoryMethodName=null; initMethodName=null; destroyMethodName=null; defined in file [E:\JAVA\jeecms-parent\jeecms-front\target\classes\config\context-directive.xml]] with [Generic bean: class [com.jeecms.front.controller.directive.QuestionnaireDirectiveList]; scope=; abstract=false; lazyInit=true; autowireMode=0; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=null; factoryMethodName=null; initMethodName=null; destroyMethodName=null; defined in file [E:\JAVA\jeecms-parent\jeecms-front\target\classes\config\context-directive.xml]] 
2020-08-11 17:34:49.965 [main] INFO  o.s.b.factory.support.DefaultListableBeanFactory - Overriding bean definition for bean 'cms_questionnaire' with a different definition: replacing [Generic bean: class [com.jeecms.front.controller.directive.QuestionnaireDirectiveBean]; scope=; abstract=false; lazyInit=true; autowireMode=0; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=null; factoryMethodName=null; initMethodName=null; destroyMethodName=null; defined in file [E:\JAVA\jeecms-parent\jeecms-front\target\classes\config\context-directive.xml]] with [Generic bean: class [com.jeecms.front.controller.directive.QuestionnaireDirectiveBean]; scope=; abstract=false; lazyInit=true; autowireMode=0; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=null; factoryMethodName=null; initMethodName=null; destroyMethodName=null; defined in file [E:\JAVA\jeecms-parent\jeecms-front\target\classes\config\context-directive.xml]] 
2020-08-11 17:34:49.965 [main] INFO  o.s.beans.factory.xml.XmlBeanDefinitionReader - Loading XML bean definitions from file [E:\JAVA\jeecms-parent\jeecms-front\target\classes\config\context.xml] 
2020-08-11 17:34:51.409 [main] INFO  o.s.b.f.a.AutowiredAnnotationBeanPostProcessor - JSR-330 'javax.inject.Inject' annotation found and supported for autowiring 
2020-08-11 17:34:52.079 [main] INFO  o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker - Bean 'cacheConfiguration' of type [com.jeecms.common.configuration.CacheConfiguration$$EnhancerBySpringCGLIB$$91cd4fa] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) 
2020-08-11 17:34:52.374 [main] INFO  o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker - Bean 'org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration' of type [org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration$$EnhancerBySpringCGLIB$$c11d3908] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) 
2020-08-11 17:34:53.864 [main] INFO  o.s.boot.web.embedded.tomcat.TomcatWebServer - Tomcat initialized with port(s): 8080 (http) 
2020-08-11 17:34:53.901 [main] INFO  org.apache.coyote.http11.Http11NioProtocol - Initializing ProtocolHandler ["http-nio-8080"] 
2020-08-11 17:34:53.946 [main] INFO  org.apache.catalina.core.StandardService - Starting service [Tomcat] 
2020-08-11 17:34:53.946 [main] INFO  org.apache.catalina.core.StandardEngine - Starting Servlet Engine: Apache Tomcat/8.5.37 
2020-08-11 17:34:53.957 [localhost-startStop-1] INFO  org.apache.catalina.core.AprLifecycleListener - 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_131\bin;C:\WINDOWS\Sun\Java\bin;C:\WINDOWS\system32;C:\WINDOWS;C:\app\lzw\product\11.2.0\client_1;C:\ProgramData\Oracle\Java\javapath;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;C:\WINDOWS\System32\WindowsPowerShell\v1.0\;c:\Program Files (x86)\Microsoft SQL Server\90\Tools\binn\;C:\WINDOWS\system32\config\systemprofile\.dnx\bin;C:\Program Files\Microsoft DNX\Dnvm\;C:\Program Files\Microsoft SQL Server\130\Tools\Binn\;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 Visual Studio 9.0\Common7\IDE\PrivateAssemblies\;C:\Program Files (x86)\Microsoft SQL Server\100\DTS\Binn\;C:\WINDOWS\System32\OpenSSH\;E:\android\android-sdk\tools;E:\android\android-sdk\build-tools;%M2_HOME%\bin;C:\Users\lzw\AppData\Local\Microsoft\WindowsApps;C:\Program Files\Java\jdk1.8.0_131\bin;C:\Program Files\Java\jdk1.8.0_131\jre\bin;E:\JAVA\maven\apache-maven-3.6.3\bin;C:\Program Files\MySQL\MySQL Server 5.7\bin;C:\Program Files\LibreOffice 5\program;C:\Program Files\LibreOffice\program;;.] 
2020-08-11 17:34:54.224 [localhost-startStop-1] INFO  o.a.c.core.ContainerBase.[Tomcat].[localhost].[/] - Initializing Spring embedded WebApplicationContext 
2020-08-11 17:34:54.224 [localhost-startStop-1] INFO  org.springframework.web.context.ContextLoader - Root WebApplicationContext: initialization completed in 10280 ms 
2020-08-11 17:34:54.946 [localhost-startStop-1] WARN  com.zaxxer.hikari.HikariConfig - HikariCP - idleTimeout is close to or more than maxLifetime, disabling it. 
2020-08-11 17:34:54.948 [localhost-startStop-1] INFO  com.zaxxer.hikari.HikariDataSource - HikariCP - Starting... 
2020-08-11 17:34:*247 [localhost-startStop-1] INFO  com.zaxxer.hikari.HikariDataSource - HikariCP - Start completed. 
2020-08-11 17:34:*819 [localhost-startStop-1] INFO  o.s.orm.jpa.LocalContainerEntityManagerFactoryBean - Building JPA container EntityManagerFactory for persistence unit 'default' 
2020-08-11 17:34:*850 [localhost-startStop-1] INFO  org.hibernate.jpa.internal.util.LogHelper - HHH000204: Processing PersistenceUnitInfo [
name: default
...] 
2020-08-11 17:34:56.065 [localhost-startStop-1] INFO  org.hibernate.Version - HHH000412: Hibernate Core {5.2.17.Final} 
2020-08-11 17:34:56.073 [localhost-startStop-1] INFO  org.hibernate.cfg.Environment - HHH000206: hibernate.properties not found 
2020-08-11 17:34:56.199 [localhost-startStop-1] INFO  org.hibernate.annotations.common.Version - HCANN000001: Hibernate Commons Annotations {5.0.1.Final} 
2020-08-11 17:34:56.754 [localhost-startStop-1] INFO  org.hibernate.dialect.Dialect - HHH000400: Using dialect: org.hibernate.dialect.MySQL5Dialect 
2020-08-11 17:34:58.299 [localhost-startStop-1] WARN  org.hibernate.orm.deprecation - HHH90000021: Encountered deprecated setting [hibernate.ejb.interceptor], use [hibernate.session_factory.interceptor] instead 
2020-08-11 17:35:01.877 [localhost-startStop-1] WARN  net.sf.ehcache.config.CacheConfiguration - Cache: com.jeecms.auth.domain.CoreUser.dataPerms has a maxElementsInMemory of 0. This might lead to performance degradation or OutOfMemoryError at Terracotta client.From Ehcache 2.0 onwards this has been changed to mean a store with no capacity limit. Set it to 1 if you want no elements cached in memory 
2020-08-11 17:35:02.306 [localhost-startStop-1] INFO  org.hibernate.cache.spi.UpdateTimestampsCache - HHH000250: Starting update timestamps cache at region: org.hibernate.cache.spi.UpdateTimestampsCache 
2020-08-11 17:35:02.312 [localhost-startStop-1] INFO  org.hibernate.cache.internal.StandardQueryCache - HHH000248: Starting query cache at region: org.hibernate.cache.internal.StandardQueryCache 
2020-08-11 17:35:06.315 [localhost-startStop-1] WARN  c.j.common.web.cache.SingletonEhCacheRegionFactory - HHH020003: Could not find a specific ehcache configuration for cache named [com.jeecms.content.domain.Content.contentTypes]; using defaults. 
2020-08-11 17:35:06.316 [localhost-startStop-1] WARN  net.sf.ehcache.config.CacheConfiguration - Configuration problem for cache com.jeecms.content.domain.Content.contentTypes: MaxEntriesLocalHeap equal or greater than MaxEntriesLocalDisk. This will result in useless disk storage. 
2020-08-11 17:35:07.682 [localhost-startStop-1] INFO  o.h.hql.internal.QueryTranslatorFactoryInitiator - HHH000397: Using ASTQueryTranslatorFactory 
2020-08-11 17:35:07.853 [localhost-startStop-1] INFO  o.s.orm.jpa.LocalContainerEntityManagerFactoryBean - Initialized JPA EntityManagerFactory for persistence unit 'default' 
2020-08-11 17:35:16.668 [localhost-startStop-1] INFO  o.s.scheduling.quartz.SchedulerFactoryBean - Loading Quartz config from [class path resource [quartz.properties]] 
2020-08-11 17:35:16.728 [localhost-startStop-1] INFO  org.quartz.impl.StdSchedulerFactory - Using default implementation for ThreadExecutor 
2020-08-11 17:35:16.734 [localhost-startStop-1] INFO  org.quartz.simpl.SimpleThreadPool - Job execution threads will use class loader of thread: localhost-startStop-1 
2020-08-11 17:35:16.758 [localhost-startStop-1] INFO  org.quartz.core.SchedulerSignalerImpl - Initialized Scheduler Signaller of type: class org.quartz.core.SchedulerSignalerImpl 
2020-08-11 17:35:16.759 [localhost-startStop-1] INFO  org.quartz.core.QuartzScheduler - Quartz Scheduler v.2.3.0 created. 
2020-08-11 17:35:16.766 [localhost-startStop-1] INFO  o.s.scheduling.quartz.LocalDataSourceJobStore - Using db table-based data access locking (synchronization). 
2020-08-11 17:35:16.771 [localhost-startStop-1] INFO  o.s.scheduling.quartz.LocalDataSourceJobStore - JobStoreCMT initialized. 
2020-08-11 17:35:16.774 [localhost-startStop-1] INFO  org.quartz.core.QuartzScheduler - Scheduler meta-data: Quartz Scheduler (v2.3.0) 'schedulerFactoryBean' with instanceId 'NON_CLUSTERED'
  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 50 threads.
  Using job-store 'org.springframework.scheduling.quartz.LocalDataSourceJobStore' - which supports persistence. and is not clustered.
 
2020-08-11 17:35:16.774 [localhost-startStop-1] INFO  org.quartz.impl.StdSchedulerFactory - Quartz scheduler 'schedulerFactoryBean' initialized from an externally provided properties instance. 
2020-08-11 17:35:16.774 [localhost-startStop-1] INFO  org.quartz.impl.StdSchedulerFactory - Quartz scheduler version: 2.3.0 
2020-08-11 17:35:16.774 [localhost-startStop-1] INFO  org.quartz.core.QuartzScheduler - JobFactory set to: com.jeecms.component.QuartzConfiguration$AutowiringSpringBeanJobFactory@55471f98 
2020-08-11 17:35:16.819 [localhost-startStop-1] INFO  com.jeecms.system.service.impl.SysJobServiceImpl - jobDelete accessStatisticsJobGroup 
2020-08-11 17:35:17.510 [localhost-startStop-1] INFO  com.jeecms.system.service.impl.SysJobServiceImpl - addJob accessStatisticsJobGroup 
2020-08-11 17:35:17.517 [localhost-startStop-1] INFO  o.s.scheduling.quartz.LocalDataSourceJobStore - Freed 0 triggers from 'acquired' / 'blocked' state. 
2020-08-11 17:35:17.525 [localhost-startStop-1] INFO  o.s.scheduling.quartz.LocalDataSourceJobStore - Recovering 0 jobs that were in-progress at the time of the last shut-down. 
2020-08-11 17:35:17.525 [localhost-startStop-1] INFO  o.s.scheduling.quartz.LocalDataSourceJobStore - Recovery complete. 
2020-08-11 17:35:17.526 [localhost-startStop-1] INFO  o.s.scheduling.quartz.LocalDataSourceJobStore - Removed 0 'complete' triggers. 
2020-08-11 17:35:17.527 [localhost-startStop-1] INFO  o.s.scheduling.quartz.LocalDataSourceJobStore - Removed 0 stale fired job entries. 
2020-08-11 17:35:17.542 [localhost-startStop-1] INFO  org.quartz.core.QuartzScheduler - Scheduler schedulerFactoryBean_$_NON_CLUSTERED started. 
2020-08-11 17:35:17.807 [localhost-startStop-1] INFO  com.jeecms.system.service.impl.SysJobServiceImpl - jobDelete logStatisticsJobGroup 
2020-08-11 17:35:18.125 [localhost-startStop-1] INFO  com.jeecms.system.service.impl.SysJobServiceImpl - addJob logStatisticsJobGroup 
2020-08-11 17:35:18.125 [localhost-startStop-1] INFO  org.quartz.core.QuartzScheduler - Scheduler schedulerFactoryBean_$_NON_CLUSTERED started. 
2020-08-11 17:35:18.238 [localhost-startStop-1] INFO  com.jeecms.system.service.impl.SysJobServiceImpl - jobDelete logAlarmGroup 
2020-08-11 17:35:18.448 [localhost-startStop-1] INFO  com.jeecms.system.service.impl.SysJobServiceImpl - addJob logAlarmGroup 
2020-08-11 17:35:18.448 [localhost-startStop-1] INFO  org.quartz.core.QuartzScheduler - Scheduler schedulerFactoryBean_$_NON_CLUSTERED started. 
2020-08-11 17:35:18.547 [localhost-startStop-1] INFO  com.jeecms.system.service.impl.SysJobServiceImpl - jobDelete logAlertGroup 
2020-08-11 17:35:18.813 [localhost-startStop-1] INFO  com.jeecms.system.service.impl.SysJobServiceImpl - addJob logAlertGroup 
2020-08-11 17:35:18.813 [localhost-startStop-1] INFO  org.quartz.core.QuartzScheduler - Scheduler schedulerFactoryBean_$_NON_CLUSTERED started. 
2020-08-11 17:35:18.991 [localhost-startStop-1] INFO  com.jeecms.system.service.impl.SysJobServiceImpl - jobDelete group_name_UserSummaryJob 
2020-08-11 17:35:19.222 [localhost-startStop-1] INFO  com.jeecms.system.service.impl.SysJobServiceImpl - addJob group_name_UserSummaryJob 
2020-08-11 17:35:19.222 [localhost-startStop-1] INFO  org.quartz.core.QuartzScheduler - Scheduler schedulerFactoryBean_$_NON_CLUSTERED started. 
ERROR: 系统参数丢失,程序终止运行!
Disconnected from the target VM, address: '127.0.0.1:58884', transport: 'socket'

Process finished with exit code 1
级别: 秀才
UID: 135498
积分:74 加为好友
威望: 0 精华: 0
主题:1 回复:37
注册时间:2020-08-06
在线时长:0
32#   发表于:2020-08-11 17:36:49  IP:114.248.*.*
最新下载的版本 jeecmsX1.4.1 mysql版源码包
级别: 论坛管理员
UID: 122721
积分:57884 加为好友
威望: 2 精华: 1
主题:5 回复:50085
注册时间:2018-05-07
在线时长:0
33#   发表于:2020-08-11 17:40:35  IP:117.152.*.*
root包  就没问题  只有源码包会这样吗?
每天告诉自己一次,“我真的很不错”。
级别: 秀才
UID: 135498
积分:74 加为好友
威望: 0 精华: 0
主题:1 回复:37
注册时间:2020-08-06
在线时长:0
34#   发表于:2020-08-11 17:41:25  IP:114.248.*.*
是的
级别: 秀才
UID: 135498
积分:74 加为好友
威望: 0 精华: 0
主题:1 回复:37
注册时间:2020-08-06
在线时长:0
35#   发表于:2020-08-11 17:42:39  IP:114.248.*.*
大哥,这都一天了,一直在这个问题上,麻烦给看看吧。
级别: 秀才
UID: 135498
积分:74 加为好友
威望: 0 精华: 0
主题:1 回复:37
注册时间:2020-08-06
在线时长:0
36#   发表于:2020-08-11 17:46:28  IP:114.248.*.*
是因为是试用版本的原因吗?是需要购买才好使吗。
级别: 秀才
UID: 135498
积分:74 加为好友
威望: 0 精华: 0
主题:1 回复:37
注册时间:2020-08-06
在线时长:0
37#   发表于:2020-08-11 17:48:16  IP:114.248.*.*
???????????????????
级别: 秀才
UID: 135498
积分:74 加为好友
威望: 0 精华: 0
主题:1 回复:37
注册时间:2020-08-06
在线时长:0
38#   发表于:2020-08-11 17:50:20  IP:114.248.*.*
大哥,这都火上房了,能回复一下不。
级别: 秀才
UID: 135498
积分:74 加为好友
威望: 0 精华: 0
主题:1 回复:37
注册时间:2020-08-06
在线时长:0
39#   发表于:2020-08-11 17:54:06  IP:114.248.*.*
你们是下班了吗,这几天一直在调研你们这个产品,和你们商务都交流好几次了,用一天的时间都没有调通,就这个后期服务,谁敢买你的产品呀。
级别: 论坛管理员
UID: 122721
积分:57884 加为好友
威望: 2 精华: 1
主题:5 回复:50085
注册时间:2018-05-07
在线时长:0
40#   发表于:2020-08-11 18:00:14  IP:117.152.*.*
您这边能空个时间吗?  我这边也腾个时间去远程您看下吧
每天告诉自己一次,“我真的很不错”。
|< < 1 2 3 4 5 > >| 共5页