You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@dolphinscheduler.apache.org by GitBox <gi...@apache.org> on 2022/12/24 01:01:59 UTC

[GitHub] [dolphinscheduler] ChewJ404 commented on issue #13119: Task Execution : SQL task prepareStatementAndBind error

ChewJ404 commented on issue #13119:
URL: https://github.com/apache/dolphinscheduler/issues/13119#issuecomment-1364427900

   The same problem
   version:3.1.0 
   `
   localParams : [],udfs : ,showType : null,connParams : null,varPool : [] 
   
   
   org.apache.dolphinscheduler.plugin.task.api.TaskException: SQL task prepareStatementAndBind error
   	at org.apache.dolphinscheduler.plugin.task.sql.SqlTask.prepareStatementAndBind(SqlTask.java:367)
   	at org.apache.dolphinscheduler.plugin.task.sql.SqlTask.executeUpdate(SqlTask.java:301)
   	at org.apache.dolphinscheduler.plugin.task.sql.SqlTask.executeFuncAndSql(SqlTask.java:200)
   	at org.apache.dolphinscheduler.plugin.task.sql.SqlTask.handle(SqlTask.java:156)
   
   Caused by: org.apache.dolphinscheduler.plugin.task.api.TaskException: SQL task prepareStatementAndBind error
   Caused by: java.lang.NullPointerException: null
   `
   Please help me how to find the cause of parameter failure


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@dolphinscheduler.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org