主题 : jeecms2012部署出错。环境:jdk1.6,tomcat7。部署安装显示插入数据后报下面的错
级别: 秀才
UID: 404
积分:85 加为好友
威望: 0 精华: 0
主题:8 回复:41
注册时间:2009-08-12
在线时长:0
1#   发表于:2012-03-17 22:15:01  IP:125.211.*.*
ALTER TABLE `jc_user_role`ADD CONSTRAINT `fk_jc_role_user` FOREIGN KEY (`user_id
`) REFERENCES `jc_user` (`user_id`),ADD CONSTRAINT `fk_jc_user_role` FOREIGN KEY
 (`role_id`) REFERENCES `jc_role` (`role_id`)
ALTER TABLE `jc_user_site`ADD CONSTRAINT `fk_jc_site_user` FOREIGN KEY (`user_id
`) REFERENCES `jc_user` (`user_id`),ADD CONSTRAINT `fk_jc_user_site` FOREIGN KEY
 (`site_id`) REFERENCES `jc_site` (`site_id`)
ALTER TABLE `jc_vote_item`ADD CONSTRAINT `fk_jc_vote_item_topic` FOREIGN KEY (`v
otetopic_id`) REFERENCES `jc_vote_topic` (`votetopic_id`)
ALTER TABLE `jc_vote_record`ADD CONSTRAINT `fk_jc_voterecord_user` FOREIGN KEY (
`user_id`) REFERENCES `jc_user` (`user_id`),ADD CONSTRAINT `fk_jc_vote_record_to
pic` FOREIGN KEY (`votetopic_id`) REFERENCES `jc_vote_topic` (`votetopic_id`)
ALTER TABLE `jc_vote_topic`ADD CONSTRAINT `fk_jc_votetopic_site` FOREIGN KEY (`s
ite_id`) REFERENCES `jc_site` (`site_id`)
2012-3-17 22:12:31 org.apache.catalina.startup.HostConfig checkResources
信息: Reloading context []
2012-3-17 22:12:31 org.apache.catalina.loader.WebappClassLoader clearReferencesJ
dbc
严重: The web application [] registered the JDBC driver [com.mysql.jdbc.Driver]
but failed to unregister it when the web application was stopped. To prevent a m
emory leak, the JDBC Driver has been forcibly unregistered.
2012-3-17 22:12:31 org.apache.catalina.loader.WebappClassLoader clearReferencesT
hreads
严重: The web application [] appears to have started a thread named [MySQL State
ment Cancellation Timer] but has failed to stop it. This is very likely to creat
e a memory leak.
级别: 总版主
UID: 10736
积分:148474 加为好友
威望: 205 精华: 42
主题:287 回复:126196
注册时间:2010-09-08
在线时长:17.02
2#   发表于:2012-03-19 08:43:28  IP:220.9.*.*
你好,请参考jeecms v2012版安装图文指南 http://www.jeecms.com/rjaz/325.jhtml
路漫漫其修远兮,吾将上下而求索!
1 共1页