Ticket #187 (closed 用户报障: 已处理)
页面无法访问,提示:键索引未找到
| Reported by: | huweiyi | Owned by: | dingjianyong |
|---|---|---|---|
| Priority: | 次高级(2) | Milestone: | |
| Component: | 电脑网产品论坛 | Version: | |
| Keywords: | Cc: | ||
| Due Date: | 02/12/2013 |
Description
http://itbbs.pconline.com.cn/mobile/f768572.html
页面无法访问,提示:键索引未找到
Change History
Note: See
TracTickets for help on using
tickets.
![(please configure the [header_logo] section in trac.ini)](http://www1.pconline.com.cn/hr/2009/global/images/logo.gif)
通过ip端口访问此链点: http://192.168.239.172:81/forum.do?fid=768572,
然后在服务器观察stdout.log,可以看到报错信息如下:
cn.pconline.bbs7.exceptions.BBS7Exception: Sql:[SELECT fid FROM bbs7_topic_forum_33 WHERE tid = ? ] (Key:15631593)Incorrect result size: expected 1, actual 0
可以看出bbs7_topic_forum_33表缺失对应数据,为论坛偶尔出现的数据缺失故障。
解决方案:
让DBA补上缺失的数据后,访问正常。
INSERT INTO bbs7_topic_forum_33 VALUES(15631593,768572);