主题 : 运行出现 [ehcache.xml] cannot be opened because it does not exist 该怎么解决?
级别: 论坛管理员
UID: 122721
积分:57884 加为好友
威望: 2 精华: 1
主题:5 回复:50085
注册时间:2018-05-07
在线时长:0
21#   发表于:2018-12-11 14:26:47  IP:117.153.*.*
不行您就把这个jar包删除在导入一次
每天告诉自己一次,“我真的很不错”。
级别: 童生
UID: 127190
积分:49 加为好友
威望: 0 精华: 0
主题:2 回复:25
注册时间:2018-12-10
在线时长:0
22#   发表于:2018-12-11 14:39:05  IP:180.133.*.*
目前发现一个新的问题,有些数据表没有创建成功,我的数据库是mysql 5.7的,你们支持5.7版本的mysql吗?
级别: 童生
UID: 127190
积分:49 加为好友
威望: 0 精华: 0
主题:2 回复:25
注册时间:2018-12-10
在线时长:0
23#   发表于:2018-12-11 14:39:50  IP:180.133.*.*
我用5.7执行db目录下的sql,会出现错误。
级别: 论坛管理员
UID: 122721
积分:57884 加为好友
威望: 2 精华: 1
主题:5 回复:50085
注册时间:2018-05-07
在线时长:0
24#   发表于:2018-12-11 14:40:14  IP:117.153.*.*
5.7是可以的   您可以直接用下数据库的脚本重新生成下   看下有没有报错的
每天告诉自己一次,“我真的很不错”。
级别: 童生
UID: 127190
积分:49 加为好友
威望: 0 精华: 0
主题:2 回复:25
注册时间:2018-12-10
在线时长:0
25#   发表于:2018-12-11 15:39:52  IP:180.133.*.*
jc_site_access_pages表的创建语法有些问题,access_date字段的默认值是'0000-00-00' ,会出现sql错误,如果用navicate还原数据库会导致,后面的这条语法之后的表创建失败。

CREATE TABLE `jc_site_access_pages` (
  `access_pages_id` int(11) NOT NULL AUTO_INCREMENT,
  `access_page` varchar(255) NOT NULL COMMENT '访问页面',
  `session_id` varchar(32) NOT NULL,
  `access_date` date NOT NULL DEFAULT '0000-00-00' COMMENT '访问日期',
级别: 论坛管理员
UID: 122721
积分:57884 加为好友
威望: 2 精华: 1
主题:5 回复:50085
注册时间:2018-05-07
在线时长:0
26#   发表于:2018-12-11 15:41:24  IP:117.68.*.*
您单独设置下这个值然后生成下
每天告诉自己一次,“我真的很不错”。
级别: 童生
UID: 127190
积分:49 加为好友
威望: 0 精华: 0
主题:2 回复:25
注册时间:2018-12-10
在线时长:0
27#   发表于:2018-12-11 15:42:18  IP:180.133.*.*
数据库我现在导入好了,启动项目控制台也不报错了,但是访问网站依然报404错误。
我访问的是这个路径 /jeecmsv9/jeeadmin/jeecms/index.do/jeeadmin/jeecms/index.do
控制台输出日志:信息: Initializing Spring root WebApplicationContext
log4j:WARN No appenders could be found for logger (org.springframework.web.context.ContextLoader).
log4j:WARN Please initialize the log4j system properly.
log4j:WARN See http://logging.apache.org/log4j/1.2/faq.html#noconfig for more info.
Tue Dec 11 15:36:20 CST 2018 WARN: Establishing SSL connection without server's identity verification is not recommended. According to MySQL *.45+, 5.6.26+ and 5.7.6+ requirements SSL connection must be established by default if explicit option isn't set. For compliance with existing applications not using SSL the verifyServerCertificate property is set to 'false'. You need either to explicitly disable SSL by setting useSSL=false, or set useSSL=true and provide truststore for server certificate verification.
Tue Dec 11 15:36:20 CST 2018 WARN: Establishing SSL connection without server's identity verification is not recommended. According to MySQL *.45+, 5.6.26+ and 5.7.6+ requirements SSL connection must be established by default if explicit option isn't set. For compliance with existing applications not using SSL the verifyServerCertificate property is set to 'false'. You need either to explicitly disable SSL by setting useSSL=false, or set useSSL=true and provide truststore for server certificate verification.
Tue Dec 11 15:36:20 CST 2018 WARN: Establishing SSL connection without server's identity verification is not recommended. According to MySQL *.45+, 5.6.26+ and 5.7.6+ requirements SSL connection must be established by default if explicit option isn't set. For compliance with existing applications not using SSL the verifyServerCertificate property is set to 'false'. You need either to explicitly disable SSL by setting useSSL=false, or set useSSL=true and provide truststore for server certificate verification.
Tue Dec 11 15:36:20 CST 2018 WARN: Establishing SSL connection without server's identity verification is not recommended. According to MySQL *.45+, 5.6.26+ and 5.7.6+ requirements SSL connection must be established by default if explicit option isn't set. For compliance with existing applications not using SSL the verifyServerCertificate property is set to 'false'. You need either to explicitly disable SSL by setting useSSL=false, or set useSSL=true and provide truststore for server certificate verification.
Tue Dec 11 15:36:20 CST 2018 WARN: Establishing SSL connection without server's identity verification is not recommended. According to MySQL *.45+, 5.6.26+ and 5.7.6+ requirements SSL connection must be established by default if explicit option isn't set. For compliance with existing applications not using SSL the verifyServerCertificate property is set to 'false'. You need either to explicitly disable SSL by setting useSSL=false, or set useSSL=true and provide truststore for server certificate verification.
Tue Dec 11 15:36:20 CST 2018 WARN: Establishing SSL connection without server's identity verification is not recommended. According to MySQL *.45+, 5.6.26+ and 5.7.6+ requirements SSL connection must be established by default if explicit option isn't set. For compliance with existing applications not using SSL the verifyServerCertificate property is set to 'false'. You need either to explicitly disable SSL by setting useSSL=false, or set useSSL=true and provide truststore for server certificate verification.
Tue Dec 11 15:36:20 CST 2018 WARN: Establishing SSL connection without server's identity verification is not recommended. According to MySQL *.45+, 5.6.26+ and 5.7.6+ requirements SSL connection must be established by default if explicit option isn't set. For compliance with existing applications not using SSL the verifyServerCertificate property is set to 'false'. You need either to explicitly disable SSL by setting useSSL=false, or set useSSL=true and provide truststore for server certificate verification.
Tue Dec 11 15:36:20 CST 2018 WARN: Establishing SSL connection without server's identity verification is not recommended. According to MySQL *.45+, 5.6.26+ and 5.7.6+ requirements SSL connection must be established by default if explicit option isn't set. For compliance with existing applications not using SSL the verifyServerCertificate property is set to 'false'. You need either to explicitly disable SSL by setting useSSL=false, or set useSSL=true and provide truststore for server certificate verification.
Tue Dec 11 15:36:20 CST 2018 WARN: Establishing SSL connection without server's identity verification is not recommended. According to MySQL *.45+, 5.6.26+ and 5.7.6+ requirements SSL connection must be established by default if explicit option isn't set. For compliance with existing applications not using SSL the verifyServerCertificate property is set to 'false'. You need either to explicitly disable SSL by setting useSSL=false, or set useSSL=true and provide truststore for server certificate verification.
Tue Dec 11 15:36:20 CST 2018 WARN: Establishing SSL connection without server's identity verification is not recommended. According to MySQL *.45+, 5.6.26+ and 5.7.6+ requirements SSL connection must be established by default if explicit option isn't set. For compliance with existing applications not using SSL the verifyServerCertificate property is set to 'false'. You need either to explicitly disable SSL by setting useSSL=false, or set useSSL=true and provide truststore for server certificate verification.
Tue Dec 11 15:36:20 CST 2018 WARN: Establishing SSL connection without server's identity verification is not recommended. According to MySQL *.45+, 5.6.26+ and 5.7.6+ requirements SSL connection must be established by default if explicit option isn't set. For compliance with existing applications not using SSL the verifyServerCertificate property is set to 'false'. You need either to explicitly disable SSL by setting useSSL=false, or set useSSL=true and provide truststore for server certificate verification.
Tue Dec 11 15:36:20 CST 2018 WARN: Establishing SSL connection without server's identity verification is not recommended. According to MySQL *.45+, 5.6.26+ and 5.7.6+ requirements SSL connection must be established by default if explicit option isn't set. For compliance with existing applications not using SSL the verifyServerCertificate property is set to 'false'. You need either to explicitly disable SSL by setting useSSL=false, or set useSSL=true and provide truststore for server certificate verification.
Tue Dec 11 15:36:20 CST 2018 WARN: Establishing SSL connection without server's identity verification is not recommended. According to MySQL *.45+, 5.6.26+ and 5.7.6+ requirements SSL connection must be established by default if explicit option isn't set. For compliance with existing applications not using SSL the verifyServerCertificate property is set to 'false'. You need either to explicitly disable SSL by setting useSSL=false, or set useSSL=true and provide truststore for server certificate verification.
Tue Dec 11 15:36:20 CST 2018 WARN: Establishing SSL connection without server's identity verification is not recommended. According to MySQL *.45+, 5.6.26+ and 5.7.6+ requirements SSL connection must be established by default if explicit option isn't set. For compliance with existing applications not using SSL the verifyServerCertificate property is set to 'false'. You need either to explicitly disable SSL by setting useSSL=false, or set useSSL=true and provide truststore for server certificate verification.
Tue Dec 11 15:36:20 CST 2018 WARN: Establishing SSL connection without server's identity verification is not recommended. According to MySQL *.45+, 5.6.26+ and 5.7.6+ requirements SSL connection must be established by default if explicit option isn't set. For compliance with existing applications not using SSL the verifyServerCertificate property is set to 'false'. You need either to explicitly disable SSL by setting useSSL=false, or set useSSL=true and provide truststore for server certificate verification.
Tue Dec 11 15:36:20 CST 2018 WARN: Establishing SSL connection without server's identity verification is not recommended. According to MySQL *.45+, 5.6.26+ and 5.7.6+ requirements SSL connection must be established by default if explicit option isn't set. For compliance with existing applications not using SSL the verifyServerCertificate property is set to 'false'. You need either to explicitly disable SSL by setting useSSL=false, or set useSSL=true and provide truststore for server certificate verification.
Tue Dec 11 15:36:20 CST 2018 WARN: Establishing SSL connection without server's identity verification is not recommended. According to MySQL *.45+, 5.6.26+ and 5.7.6+ requirements SSL connection must be established by default if explicit option isn't set. For compliance with existing applications not using SSL the verifyServerCertificate property is set to 'false'. You need either to explicitly disable SSL by setting useSSL=false, or set useSSL=true and provide truststore for server certificate verification.
Tue Dec 11 15:36:20 CST 2018 WARN: Establishing SSL connection without server's identity verification is not recommended. According to MySQL *.45+, 5.6.26+ and 5.7.6+ requirements SSL connection must be established by default if explicit option isn't set. For compliance with existing applications not using SSL the verifyServerCertificate property is set to 'false'. You need either to explicitly disable SSL by setting useSSL=false, or set useSSL=true and provide truststore for server certificate verification.
Tue Dec 11 15:36:20 CST 2018 WARN: Establishing SSL connection without server's identity verification is not recommended. According to MySQL *.45+, 5.6.26+ and 5.7.6+ requirements SSL connection must be established by default if explicit option isn't set. For compliance with existing applications not using SSL the verifyServerCertificate property is set to 'false'. You need either to explicitly disable SSL by setting useSSL=false, or set useSSL=true and provide truststore for server certificate verification.
Tue Dec 11 15:36:20 CST 2018 WARN: Establishing SSL connection without server's identity verification is not recommended. According to MySQL *.45+, 5.6.26+ and 5.7.6+ requirements SSL connection must be established by default if explicit option isn't set. For compliance with existing applications not using SSL the verifyServerCertificate property is set to 'false'. You need either to explicitly disable SSL by setting useSSL=false, or set useSSL=true and provide truststore for server certificate verification.
十二月 11, 2018 3:36:25 下午 org.apache.catalina.core.ApplicationContext log
信息: Initializing Spring FrameworkServlet 'JeeCmsFront'
十二月 11, 2018 3:36:26 下午 org.apache.catalina.core.ApplicationContext log
信息: Initializing Spring FrameworkServlet 'JeeCmsAdminApi'
十二月 11, 2018 3:36:27 下午 org.apache.catalina.core.ApplicationContext log
信息: Initializing Spring FrameworkServlet 'JeeCmsMemberApi'
十二月 11, 2018 3:36:27 下午 org.apache.coyote.AbstractProtocol start
信息: Starting ProtocolHandler ["http-bio-18080"]
十二月 11, 2018 3:36:27 下午 org.apache.coyote.AbstractProtocol start
信息: Starting ProtocolHandler ["ajp-bio-18009"]
十二月 11, 2018 3:36:27 下午 org.apache.catalina.startup.Catalina start
信息: Server startup in 16237 ms
级别: 论坛管理员
UID: 122721
积分:57884 加为好友
威望: 2 精华: 1
主题:5 回复:50085
注册时间:2018-05-07
在线时长:0
28#   发表于:2018-12-11 15:44:58  IP:117.68.*.*
/jeecms9f/jeeadmin/jeecms/index.do
您是试下这个
每天告诉自己一次,“我真的很不错”。
级别: 童生
UID: 127190
积分:49 加为好友
威望: 0 精华: 0
主题:2 回复:25
注册时间:2018-12-10
在线时长:0
29#   发表于:2018-12-11 15:46:44  IP:180.133.*.*
我刚刚发的有些问题,我访问的是这个地址,18080是tomcat端口,报404错误
http://localhost:18080/jeecms9f/jeeadmin/jeecms/index.do
级别: 论坛管理员
UID: 122721
积分:57884 加为好友
威望: 2 精华: 1
主题:5 回复:50085
注册时间:2018-05-07
在线时长:0
30#   发表于:2018-12-11 15:47:37  IP:117.68.*.*
您现在的项目名叫什么?
每天告诉自己一次,“我真的很不错”。
|< < 1 2 3 4 > >| 共4页