码迷,mamicode.com
首页 > Web开发 > 详细

"NetworkError: 500 Internal Server Error - http://develop.console.aliyun.sinopec.com/ots/ots_queryOtsList.action?state=0"

时间:2015-11-08 22:18:51      阅读:242      评论:0      收藏:0      [点我收藏+]

标签:

项目明明开始好好的,报的这个错,错误提示也很少,啥信息都没有,只是明白是服务器报了500,知道是服务器内部错误,但是却没法找不到问题所在。后来突然想到把下面报错的action直接在浏览器运行:

http://develop.console.aliyun.sinopec.com/ots/ots_queryOtsList.action?state=0

在浏览器运行之后,浏览器打出了很多的错误信息,如下所示:

技术分享

看到错误信息多了,这下方便查找了,于是定位到下面的位置:

技术分享

看到这个错误便豁然开朗了,原来是利用spring的setter属性注入的时候,没有配置setter方法。很多时候某些问题是不知道从哪入手找错的,所以写代码的时候要特别小心,不要犯某些低级错误。

"NetworkError: 500 Internal Server Error - http://develop.console.aliyun.sinopec.com/ots/ots_queryOtsList.action?state=0"

标签:

原文地址:http://www.cnblogs.com/longshiyVip/p/4948119.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!