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

时间:2022-04-01 13:35:26

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

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

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

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

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

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

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