Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Bug][Manager] Save stream sink field error #3134

Closed
2 tasks done
healchow opened this issue Mar 14, 2022 · 1 comment · Fixed by #3135
Closed
2 tasks done

[Bug][Manager] Save stream sink field error #3134

healchow opened this issue Mar 14, 2022 · 1 comment · Fixed by #3135
Assignees
Labels
Milestone

Comments

@healchow
Copy link
Member

What happened

Error log:

2022-03-14 14:13:36.004 [http-nio-8083-exec-3] ERROR o.a.i.m.web.config.ControllerExceptionHandler:124 - Failed to handle request on path:/api/inlong/manager/sink/save, user:admin
org.mybatis.spring.MyBatisSystemException: nested exception is org.apache.ibatis.binding.BindingException: Parameter 'isSourceMetaField' not found. Available parameters are [list, param1]
        at org.mybatis.spring.MyBatisExceptionTranslator.translateExceptionIfPossible(MyBatisExceptionTranslator.java:77)
        at org.mybatis.spring.SqlSessionTemplate$SqlSessionInterceptor.invoke(SqlSessionTemplate.java:446)
        at com.sun.proxy.$Proxy88.insert(Unknown Source)
        at org.mybatis.spring.SqlSessionTemplate.insert(SqlSessionTemplate.java:278)

What you expected to happen

Should save stream sink field successfully.

How to reproduce

Save the stream sink field list.

Environment

No response

InLong version

master

InLong Component

InLong Manager

Are you willing to submit PR?

  • Yes, I am willing to submit a PR!

Code of Conduct

@ciscozhou
Copy link
Contributor

I will fix this issue.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants