开发者社区> 问答> 正文

如何处理因数据源信息填写错误导致任务失败的情况?

如何处理因数据源信息填写错误导致任务失败的情况?

展开
收起
Puppet 2020-03-21 09:27:28 1888 0
1 条回答
写回答
取消 提交回答
  • 问题描述:脚本模式配置缺少相应数据源信息(could not be blank)。 2017-09-06 12:47:05 [INFO] Success to fetch meta data for table with projectId [43501] 项目ID and instanceId [mongodb]数据源名.
    2017-09-06 12:47:05 [INFO] Data transport tunnel is CDP.
    2017-09-06 12:47:05 [INFO] Begin to fetch alisa account info for 3DES encrypt with parameter account: [zz_683cdbcefba143b7b709067b362d4385].
    2017-09-06 12:47:05 [INFO] Begin to fetch alisa account info for 3DES encrypt with parameter account: [zz_683cdbcefba143b7b709067b362d4385].
    [Error] Exception when running task, message:
    Configuration property [accessId]通常是odps数据源要填写的信息 could not be blank!
    排查思路:报错显示没有相应的accessId信息,通常出现这种现象是脚本模式,查看用户配置的JSON代码,是否忘记写相应的数据源名。

    数据源配置错误或未配置数据源。 2017-10-10 10:30:08 INFO =================================================== File “/home/admin/synccenter/src/Validate.py”, line 16, in notNone raise Exception(“Configuration property [%s] could not be blank!” % (context)) Exception: Configuration property [username] could not be blank! 排查思路: 根据正常打出的日志进行对比。 [56810] and instanceId(instanceName) [spfee_test_mysql]… 2017-10-09 21:09:44 [INFO] Success to fetch meta data for table with projectId [56810] and instanceId [spfee_test_mysql]. 由rds-mysql显示的信息可见,调数据源失败且报用户为空,说明数据源的位置配置错误或未配置数据源。 问题描述:DRDS连接数据超时。 MaxCompute同步数据到DRDS,经常出现下述错误。 [2017-09-11 16:17:01.729 [49892464-0-0-writer] WARN CommonRdbmsWriter$Task 回滚此次写入,采用每次写入一行方式提交,原因如下。 com.mysql.jdbc.exceptions.jdbc4.CommunicationsException: Communications link failure **
    The last packet successfully received from the server was 529 milliseconds ago. The last packet sent successfully to the server was
    528 milliseconds ago**. 报错 排查思路:DataX客户端的超时。您可以在添加DRDS数据源时加上?useUnicode=true&characterEncoding=utf-8&socketTimeout=3600000超时参数。

    示例如下。 jdbc:mysql://10.183.80.46:3307/ae_coupon?useUnicode=true&characterEncoding=utf-8&socketTimeout=3600000 问题描述:系统内部错误。 排查思路:通常是在开发环境改错了JSON格式并直接保存,导致报错位系统内部问题。界面显示为空白,碰到该问题,直接提供您的工作空间名称和节点名称进行咨询。

    2020-03-21 09:27:44
    赞同 展开评论 打赏
问答地址:
问答排行榜
最热
最新

相关电子书

更多
面向失败设计 立即下载
低代码开发师(初级)实战教程 立即下载
阿里巴巴DevOps 最佳实践手册 立即下载