连接超时
connect timed out
Parameter0ofmethodredissonClientincom.envision.datalake.metadata.app.config.AwsSDKConfig required a bean of type 'com.amazonaws.services.elasticache.AmazonElastiCache' that could not be found.
解决方案:看一下Redis用的本地缓存还是服务器的
枚举类型不匹配、不兼容
java.lang.IllegalArgumentException: Can not deserialize value of type com.envision.platform.ac.vo.message.LangCode from String "ZH": value not one of declared Enum instance names: [en_US, zh_CN] at [Source: N/A; line: -1, column: -1] (through reference chain: com.envision.platform.ac.vo.datalake.metadata.DataSetVO["metric_view_setting"]->com.envision.platform.ac.vo.datalake.access.MetricViewSetting["subset_internationalisation"]->java.util.ArrayList[0]->com.envision.platform.ac.vo.datalake.access.SubsetInternationalisation["lang_codes"]->java.util.ArrayList[0])
解决方案:看一下前端传进来的参数,是否能与后端的枚举类型匹配
token问题
aksk没有注册
AmazonCloudFormation; Status Code: 403; Error Code: InvalidClientTokenId
解决方案:控制台输入 aws configure + tokenID + tokenPwd
嵌套异常,类型不匹配
StatementCallback; bad SQL grammar [create or replace view it_yingle_191b6a5736c_dws_dadadada as select it_yingle_goods_pro_cost_province,it_yingle_goods_pro_cost_province_display,it_yingle_goods_pro_cost_goods_name,caspian_dws_key,it_yingle_dada,caspian_id,caspian_run_date,caspian_create_date,caspian_delete_flag,caspian_update_date,caspian_checksum from (SELECT * FROM it_yingle_191b6a5736c_dws WHERE it_yingle_dada)< >叨叨叨)]; nested exception is java.sql.SQLSyntaxErrorException: ORA-00904: "叨叨叨": invalid identifier
解决方案:前端传过来的参数与后端接收参数的类型不匹配
端口被占用
Failed to start component [Connector[HTTP/1.1-8080]]
控制台查看8080端口号所对的pid
在PID中找到对应的,然后咔嚓了