SSH 项目,oracle数据库,项目启动的时候好使,action跳转页面两次之后系统没反应,一直等待项目响应
请问谁知道这是什么错误。SSH项目,oracle数据库,项目启动的时候好使,action跳转页面两次之后系统没反应,一直等待项目响应2015-03-2514:17:04,...
请问谁知道这是什么错误。SSH 项目,oracle数据库,项目启动的时候好使,action跳转页面两次之后系统没反应,一直等待项目响应
2015-03-25 14:17:04,968 DEBUG (com.opensymphony.xwork2.conversion.impl.InstantiatingNullHandler:72) - Entering nullPropertyValue [target=
2015-03-25 14:17:04,984 DEBUG (com.opensymphony.xwork2.conversion.impl.InstantiatingNullHandler:72) - Entering nullPropertyValue [target=[com.tongyi.douya.server.admin.ANewsInfoManageAction@167f48c, com.opensymphony.xwork2.DefaultTextProvider@1455cf4], property=struts]
2015-03-25 14:17:04,984 DEBUG (com.opensymphony.xwork2.interceptor.ParametersInterceptor:72) - Setting params NONE
2015-03-25 14:17:04,984 DEBUG (org.apache.struts2.interceptor.validation.AnnotationValidationInterceptor:72) - Validating //aNewsInfoManage with method execute.
2015-03-25 14:17:04,984 DEBUG (com.opensymphony.xwork2.validator.ValidationInterceptor:72) - Invoking validate() on action
2015-03-25 14:17:04,984 DEBUG (com.opensymphony.xwork2.interceptor.PrefixMethodInvocationUtil:72) - cannot find method (com.opensymphony.xwork2.interceptor.PrefixMethodInvocationUtil:72) - cannot find method [validateDoExecute] in action [com.tongyi.douya.server.admin.ANewsInfoManageAction@167f48c]
2015-03-25 14:17:04,984 DEBUG (com.opensymphony.xwork2.DefaultActionInvocation:72) - Executing action method = null
原来项目是用mysql的数据库,后来改用的oracle数据库,之后不好使了 展开
2015-03-25 14:17:04,968 DEBUG (com.opensymphony.xwork2.conversion.impl.InstantiatingNullHandler:72) - Entering nullPropertyValue [target=
2015-03-25 14:17:04,984 DEBUG (com.opensymphony.xwork2.conversion.impl.InstantiatingNullHandler:72) - Entering nullPropertyValue [target=[com.tongyi.douya.server.admin.ANewsInfoManageAction@167f48c, com.opensymphony.xwork2.DefaultTextProvider@1455cf4], property=struts]
2015-03-25 14:17:04,984 DEBUG (com.opensymphony.xwork2.interceptor.ParametersInterceptor:72) - Setting params NONE
2015-03-25 14:17:04,984 DEBUG (org.apache.struts2.interceptor.validation.AnnotationValidationInterceptor:72) - Validating //aNewsInfoManage with method execute.
2015-03-25 14:17:04,984 DEBUG (com.opensymphony.xwork2.validator.ValidationInterceptor:72) - Invoking validate() on action
2015-03-25 14:17:04,984 DEBUG (com.opensymphony.xwork2.interceptor.PrefixMethodInvocationUtil:72) - cannot find method (com.opensymphony.xwork2.interceptor.PrefixMethodInvocationUtil:72) - cannot find method [validateDoExecute] in action [com.tongyi.douya.server.admin.ANewsInfoManageAction@167f48c]
2015-03-25 14:17:04,984 DEBUG (com.opensymphony.xwork2.DefaultActionInvocation:72) - Executing action method = null
原来项目是用mysql的数据库,后来改用的oracle数据库,之后不好使了 展开
2015-03-25
展开全部
你想跳到查询的action中吧,一定是
那么你直接写toSelectAction那怎么行呢,你这样的话还没进行查询操作就返回到一个页面上去了
如果你拦截的是以.do为后缀为请求的话,那你配置一个跳转
<forward name="toSelectAction" path="/查询的action名.do?op=doQueryAll"/>
这样的话 就会被查询的action拦截到 然后进行查询再跳转回去!
那么你直接写toSelectAction那怎么行呢,你这样的话还没进行查询操作就返回到一个页面上去了
如果你拦截的是以.do为后缀为请求的话,那你配置一个跳转
<forward name="toSelectAction" path="/查询的action名.do?op=doQueryAll"/>
这样的话 就会被查询的action拦截到 然后进行查询再跳转回去!
追问
是查询的action,显示一个查询信息,问题是这个查询action,这个action只能用两次,第三次就不好使了。第三次控制台就出现这些信息了
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询