主题 : v5 版本 除了首页 其他的都是 数组越界
级别: 商业授权用户
UID: 65606
积分:276 加为好友
威望: 0 精华: 0
主题:24 回复:158
注册时间:2014-08-12
在线时长:0
1#   发表于:2015-02-11 10:48:58  IP:182.112.*.*
严重: Servlet.service() for servlet [JeeCmsFront] in context with path [/jeecms_o2o] threw exception [Request processing failed; nested exception is java.lang.StringIndexOutOfBoundsException: String index out of range: -5] with root cause
java.lang.StringIndexOutOfBoundsException: String index out of range: -5
at java.lang.String.substring(String.java:1958)
at com.jeecms.core.web.front.URLHelper.getPageInfo(URLHelper.java:203)
at com.jeecms.core.web.front.URLHelper.getPageInfo(URLHelper.java:63)
at com.jeecms.cms.web.FrontUtils.frontPageData(FrontUtils.java:350)
at com.jeecms.cms.action.front.GuestbookAct.index(GuestbookAct.java:57)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
不管点什么  都数组越界   就首页 能显示  后台 正常 前台  点击 就报错了  没改动代码  知道是什么问题吗?
级别: 总版主
UID: 10736
积分:149787 加为好友
威望: 212 精华: 42
主题:297 回复:127674
注册时间:2010-09-08
在线时长:90.1
2#   发表于:2015-02-11 10:50:23  IP:59.139.*.*
严重: Servlet.service() for servlet [JeeCmsFront] in context with path [/jeecms_o2o] threw exception [Request processing failed; nested exception is java.lang.StringIndexOutOfBoundsException: String index out of range: -5] with root cause
java.lang.StringIndexOutOfBoundsException: String index out of range: -5
at java.lang.String.substring(String.java:1958)
at com.jeecms.core.web.front.URLHelper.getPageInfo(URLHelper.java:203)
at com.jeecms.core.web.front.URLHelper.getPageInfo(URLHelper.java:63)
at com.jeecms.cms.web.FrontUtils.frontPageData(FrontUtils.java:350)
at com.jeecms.cms.action.front.GuestbookAct.index(GuestbookAct.java:57)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
不管点什么  都数组越界   就首页 能显示  后台 正常 前台  点击 就报错了  没改动代码  知道是什么问题吗?
 您好!您这是因为你项目名称带了特殊字符下划线导致的!请把项目名下划线去掉
路漫漫其修远兮,吾将上下而求索!
级别: 商业授权用户
UID: 65606
积分:276 加为好友
威望: 0 精华: 0
主题:24 回复:158
注册时间:2014-08-12
在线时长:0
3#   发表于:2015-02-11 10:53:21  IP:182.112.*.*
哦  谢谢 
级别: 版主
UID: 70293
积分:78391 加为好友
威望: 1 精华: 0
主题:7 回复:68397
注册时间:2014-12-03
在线时长:0
4#   发表于:2015-02-11 11:01:59  IP:59.139.*.*
1
1 共1页