主题 : 启动tomcat服务提示:系统参数丢失,程序终止运行
级别: 白丁
UID: 131706
积分:8 加为好友
威望: 1 精华: 0
主题:1 回复:12
注册时间:2019-10-11
在线时长:0
1#   发表于:2019-10-12 15:43:17  IP:125.164.*.*
我部署的是JEECMSx1_mysql版,使用tomcat发布,启动服务到后面能看到这种错误,然后tomcat进场被自动终止了
截取的部分后台日志内容,
2019-10-12 15:37:11.666 [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.

2019-10-12 15:37:11.666 [localhost-startStop-1] INFO  org.quartz.impl.StdSchedulerFactory - Quartz scheduler 'schedulerFactoryBean' initialized from an externally provided properties instance.
2019-10-12 15:37:11.666 [localhost-startStop-1] INFO  org.quartz.impl.StdSchedulerFactory - Quartz scheduler version: 2.3.0
2019-10-12 15:37:11.666 [localhost-startStop-1] INFO  org.quartz.core.QuartzScheduler - JobFactory set to: com.jeecms.component.QuartzConfiguration$AutowiringSpringBeanJobFactory@410d519c
2019-10-12 15:37:11.731 [localhost-startStop-1] ERROR com.jeecms.system.service.impl.SysJobServiceImpl - 生成数据统计任务启动失败, time:Sat Oct 12 15:37:11 CST 2019
2019-10-12 15:37:11.732 [localhost-startStop-1] ERROR com.jeecms.system.service.impl.SysJobServiceImpl - 生成日志统计任务启动失败, time:Sat Oct 12 15:37:11 CST 2019
2019-10-12 15:37:11.733 [localhost-startStop-1] ERROR com.jeecms.system.service.impl.SysJobServiceImpl - 生成日志告警任务启动失败, time:Sat Oct 12 15:37:11 CST 2019
2019-10-12 15:37:11.733 [localhost-startStop-1] ERROR com.jeecms.system.service.impl.SysJobServiceImpl - 生成日志预警任务启动失败, time:Sat Oct 12 15:37:11 CST 2019
2019-10-12 15:37:13.109 [localhost-startStop-1] ERROR com.jeecms.common.util.office.OpenOfficeConverter - openoffic 启动失败: officeHome doesn't exist or is not a directory: D:\OpenOffice4
2019-10-12 15:37:13.323 [localhost-startStop-1] INFO  org.springframework.aop.framework.CglibAopProxy - Final method [public final java.lang.String java.lang.Thread.getName()] cannot get proxied via CGLIB: Calls to this method will NOT be routed to the target instance and might lead to NPEs against uninitialized fields in the proxy instance.
2019-10-12 15:37:13.323 [localhost-startStop-1] INFO  org.springframework.aop.framework.CglibAopProxy - Final method [public final synchronized void java.lang.Thread.join(long) throws java.lang.InterruptedException] cannot get proxied via CGLIB: Calls to this method will NOT be routed to the target instance and might lead to NPEs against uninitialized fields in the proxy instance.
2019-10-12 15:37:13.324 [localhost-startStop-1] INFO  org.springframework.aop.framework.CglibAopProxy - Final method [public final synchronized void java.lang.Thread.join(long,int) throws java.lang.InterruptedException] cannot get proxied via CGLIB: Calls to this method will NOT be routed to the target instance and might lead to NPEs against uninitialized fields in the proxy instance.
2019-10-12 15:37:13.324 [localhost-startStop-1] INFO  org.springframework.aop.framework.CglibAopProxy - Final method [public final void java.lang.Thread.join() throws java.lang.InterruptedException] cannot get proxied via CGLIB: Calls to this method will NOT be routed to the target instance and might lead to NPEs against uninitialized fields in the proxy instance.
2019-10-12 15:37:13.324 [localhost-startStop-1] INFO  org.springframework.aop.framework.CglibAopProxy - Final method [public final java.lang.ThreadGroup java.lang.Thread.getThreadGroup()] cannot get proxied via CGLIB: Calls to this method will NOT be routed to the target instance and might lead to NPEs against uninitialized fields in the proxy instance.
2019-10-12 15:37:13.324 [localhost-startStop-1] INFO  org.springframework.aop.framework.CglibAopProxy - Final method [public final void java.lang.Thread.checkAccess()] cannot get proxied via CGLIB: Calls to this method will NOT be routed to the target instance and might lead to NPEs against uninitialized fields in the proxy instance.
2019-10-12 15:37:13.324 [localhost-startStop-1] INFO  org.springframework.aop.framework.CglibAopProxy - Final method [public final void java.lang.Thread.setDaemon(boolean)] cannot get proxied via CGLIB: Calls to this method will NOT be routed to the target instance and might lead to NPEs against uninitialized fields in the proxy instance.
2019-10-12 15:37:13.325 [localhost-startStop-1] INFO  org.springframework.aop.framework.CglibAopProxy - Final method [public final void java.lang.Thread.setPriority(int)] cannot get proxied via CGLIB: Calls to this method will NOT be routed to the target instance and might lead to NPEs against uninitialized fields in the proxy instance.
2019-10-12 15:37:13.325 [localhost-startStop-1] INFO  org.springframework.aop.framework.CglibAopProxy - Method [void java.lang.Thread.blockedOn(sun.nio.ch.Interruptible)] is package-visible across different ClassLoaders and cannot get proxied via CGLIB: Declare this method as public or protected if you need to support invocations through the proxy.
2019-10-12 15:37:13.325 [localhost-startStop-1] INFO  org.springframework.aop.framework.CglibAopProxy - Final method [public final int java.lang.Thread.getPriority()] cannot get proxied via CGLIB: Calls to this method will NOT be routed to the target instance and might lead to NPEs against uninitialized fields in the proxy instance.
2019-10-12 15:37:13.325 [localhost-startStop-1] INFO  org.springframework.aop.framework.CglibAopProxy - Final method [public final native boolean java.lang.Thread.isAlive()] cannot get proxied via CGLIB: Calls to this method will NOT be routed to the target instance and might lead to NPEs against uninitialized fields in the proxy instance.
2019-10-12 15:37:13.325 [localhost-startStop-1] INFO  org.springframework.aop.framework.CglibAopProxy - Final method [public final boolean java.lang.Thread.isDaemon()] cannot get proxied via CGLIB: Calls to this method will NOT be routed to the target instance and might lead to NPEs against uninitialized fields in the proxy instance.
2019-10-12 15:37:13.326 [localhost-startStop-1] INFO  org.springframework.aop.framework.CglibAopProxy - Final method [public final void java.lang.Thread.resume()] cannot get proxied via CGLIB: Calls to this method will NOT be routed to the target instance and might lead to NPEs against uninitialized fields in the proxy instance.
2019-10-12 15:37:13.326 [localhost-startStop-1] INFO  org.springframework.aop.framework.CglibAopProxy - Final method [public final synchronized void java.lang.Thread.setName(java.lang.String)] cannot get proxied via CGLIB: Calls to this method will NOT be routed to the target instance and might lead to NPEs against uninitialized fields in the proxy instance.
2019-10-12 15:37:13.326 [localhost-startStop-1] INFO  org.springframework.aop.framework.CglibAopProxy - Final method [public final synchronized void java.lang.Thread.stop(java.lang.Throwable)] cannot get proxied via CGLIB: Calls to this method will NOT be routed to the target instance and might lead to NPEs against uninitialized fields in the proxy instance.
2019-10-12 15:37:13.326 [localhost-startStop-1] INFO  org.springframework.aop.framework.CglibAopProxy - Final method [public final void java.lang.Thread.stop()] cannot get proxied via CGLIB: Calls to this method will NOT be routed to the target instance and might lead to NPEs against uninitialized fields in the proxy instance.
2019-10-12 15:37:13.326 [localhost-startStop-1] INFO  org.springframework.aop.framework.CglibAopProxy - Final method [public final void java.lang.Thread.suspend()] cannot get proxied via CGLIB: Calls to this method will NOT be routed to the target instance and might lead to NPEs against uninitialized fields in the proxy instance.
2019-10-12 15:37:16.947 [localhost-startStop-1] INFO  o.s.w.servlet.view.freemarker.FreeMarkerConfigurer - ClassTemplateLoader for Spring macros added to FreeMarker configuration
2019-10-12 15:37:17.473 [localhost-startStop-1] INFO  o.s.boot.web.servlet.FilterRegistrationBean - Mapping filter: 'characterEncodingFilter' to: [/*]
2019-10-12 15:37:17.474 [localhost-startStop-1] INFO  o.s.boot.web.servlet.FilterRegistrationBean - Mapping filter: 'errorPageFilter' to: [/*]
2019-10-12 15:37:17.474 [localhost-startStop-1] INFO  o.s.boot.web.servlet.FilterRegistrationBean - Mapping filter: 'hiddenHttpMethodFilter' to: [/*]
2019-10-12 15:37:17.474 [localhost-startStop-1] INFO  o.s.boot.web.servlet.FilterRegistrationBean - Mapping filter: 'httpPutFormContentFilter' to: [/*]
2019-10-12 15:37:17.474 [localhost-startStop-1] INFO  o.s.boot.web.servlet.FilterRegistrationBean - Mapping filter: 'requestContextFilter' to: [/*]
2019-10-12 15:37:17.474 [localhost-startStop-1] INFO  o.s.b.w.s.DelegatingFilterProxyRegistrationBean - Mapping filter: 'springSecurityFilterChain' to: [/*]
2019-10-12 15:37:17.475 [localhost-startStop-1] INFO  o.s.boot.web.servlet.FilterRegistrationBean - Mapping filter: 'xssFilter' to urls: [/*]
2019-10-12 15:37:17.475 [localhost-startStop-1] INFO  o.s.boot.web.servlet.FilterRegistrationBean - Mapping filter: 'headerCorsFilter' to urls: [/*]
2019-10-12 15:37:17.475 [localhost-startStop-1] INFO  o.s.boot.web.servlet.FilterRegistrationBean - Mapping filter: 'openEntityManagerInViewFilter' to urls: [/*]
2019-10-12 15:37:17.475 [localhost-startStop-1] INFO  o.s.boot.web.servlet.ServletRegistrationBean - Servlet frontDispatcherServlet mapped to []
2019-10-12 15:37:17.477 [localhost-startStop-1] INFO  o.s.boot.web.servlet.ServletRegistrationBean - Servlet memberDispatcherServlet mapped to [/member/*]
2019-10-12 15:37:17.478 [localhost-startStop-1] INFO  o.s.boot.web.servlet.ServletRegistrationBean - Servlet cmsAdminDispatcherServlet mapped to [/admin/*]
2019-10-12 15:37:17.478 [localhost-startStop-1] INFO  o.s.boot.web.servlet.ServletRegistrationBean - Servlet commonDispatcherServlet mapped to [/common/*]
2019-10-12 15:37:17.478 [localhost-startStop-1] INFO  o.s.boot.web.servlet.ServletRegistrationBean - Servlet dispatcherServlet mapped to [/]
2019-10-12 15:37:17.479 [localhost-startStop-1] INFO  o.s.boot.web.servlet.ServletRegistrationBean - Servlet frontDispatcherServlet mapped to [/frontDispatcherServlet/]
2019-10-12 15:37:17.479 [localhost-startStop-1] INFO  o.s.boot.web.servlet.RegistrationBean - Servlet frontDispatcherServlet was not registered (possibly already registered?)
2019-10-12 15:37:17.479 [localhost-startStop-1] INFO  o.s.boot.web.servlet.ServletRegistrationBean - Servlet memberDispatcherServlet mapped to [/memberDispatcherServlet/]
2019-10-12 15:37:17.479 [localhost-startStop-1] INFO  o.s.boot.web.servlet.RegistrationBean - Servlet memberDispatcherServlet was not registered (possibly already registered?)
2019-10-12 15:37:17.479 [localhost-startStop-1] INFO  o.s.boot.web.servlet.ServletRegistrationBean - Servlet cmsAdminDispatcherServlet mapped to [/cmsAdminDispatcherServlet/]
2019-10-12 15:37:17.479 [localhost-startStop-1] INFO  o.s.boot.web.servlet.RegistrationBean - Servlet cmsAdminDispatcherServlet was not registered (possibly already registered?)
ERROR: 系统参数丢失,程序终止运行!
级别: 白丁
UID: 131706
积分:8 加为好友
威望: 1 精华: 0
主题:1 回复:12
注册时间:2019-10-11
在线时长:0
2#   发表于:2019-10-12 15:43:56  IP:125.164.*.*
请管理员协助看下什么原因
级别: 论坛管理员
UID: 122721
积分:57884 加为好友
威望: 2 精华: 1
主题:5 回复:50085
注册时间:2018-05-07
在线时长:0
3#   发表于:2019-10-12 15:47:06  IP:117.128.*.*
您是按说明的步骤进行部署的嘛?
每天告诉自己一次,“我真的很不错”。
级别: 白丁
UID: 131706
积分:8 加为好友
威望: 1 精华: 0
主题:1 回复:12
注册时间:2019-10-11
在线时长:0
4#   发表于:2019-10-12 16:17:56  IP:125.164.*.*
是的,和文档上不同的一点是我是在linux服务器上部署,文档中是演示的window系统中部署
我是对照JEECMS内容管理系统X1.0系统使用说明书.doc做的部署
级别: 白丁
UID: 131706
积分:8 加为好友
威望: 1 精华: 0
主题:1 回复:12
注册时间:2019-10-11
在线时长:0
5#   发表于:2019-10-12 16:26:16  IP:125.164.*.*
我又在自己的windows电脑上部署了一套,问题是一样的,我怀疑是你们提供的下载包不完整
级别: 论坛管理员
UID: 122721
积分:57884 加为好友
威望: 2 精华: 1
主题:5 回复:50085
注册时间:2018-05-07
在线时长:0
6#   发表于:2019-10-12 16:29:04  IP:117.128.*.*
您下载的是mysql版本的还是说明版本的?
每天告诉自己一次,“我真的很不错”。
级别: 白丁
UID: 131706
积分:8 加为好友
威望: 1 精华: 0
主题:1 回复:12
注册时间:2019-10-11
在线时长:0
7#   发表于:2019-10-12 16:32:03  IP:125.164.*.*
这是JEECMSx1的两个下载地址,我是从下载地址二下载的jeecmsX1 mysql版部署程序
分流下载地址一:
点击下载jeecmsX1 达梦数据库版部署程序
点击下载jeecmsX1 达梦数据库版源码包
点击下载jeecmsX1 后台VUE源码包

分流下载地址二:
点击下载jeecmsX1 mysql版部署程序
点击下载jeecmsX1 mysql版源码包
点击下载jeecmsX1 后台VUE源码包
级别: 论坛管理员
UID: 122721
积分:57884 加为好友
威望: 2 精华: 1
主题:5 回复:50085
注册时间:2018-05-07
在线时长:0
8#   发表于:2019-10-12 16:32:52  IP:117.128.*.*
是下载的源码还是部署包?
每天告诉自己一次,“我真的很不错”。
级别: 白丁
UID: 131706
积分:8 加为好友
威望: 1 精华: 0
主题:1 回复:12
注册时间:2019-10-11
在线时长:0
9#   发表于:2019-10-12 16:36:48  IP:125.164.*.*
部署包
级别: 论坛管理员
UID: 122721
积分:57884 加为好友
威望: 2 精华: 1
主题:5 回复:50085
注册时间:2018-05-07
在线时长:0
10#   发表于:2019-10-12 16:41:08  IP:117.128.*.*
能吧报错的日志原文件发我吗?
每天告诉自己一次,“我真的很不错”。
1 2 3 4 > >| 共4页