java.lang.IllegalStateException: Target host must not be null, or set in parameters. scheme=null, host=null, path=Aict/listPagedAict.action时间:2023-03-09 04:14:00 原因:请求的URL地址不完整,没有找到host。 排查解决:发现HTTP请求的URL少加了项目名,导致URL地址不完整。