You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[Bug] When I deployed version 3.2.2 of dolphinscheduler on a single node, I kept getting an error parsing error when configuring the Feishu alarm on the web UI interface.
#16917
Open
2 of 3 tasks
ZhaoGJun opened this issue
Dec 24, 2024
· 0 comments
I had searched in the issues and found no similar issues.
What happened
[ERROR] 2024-12-24 16:08:04.959 +0800 o.a.d.c.u.JSONUtils:[186] - parse list exception!
com.fasterxml.jackson.databind.exc.MismatchedInputException: Cannot deserialize value of type java.util.ArrayList<org.apache.dolphinscheduler.spi.params.base.PluginParams> from Object value (token JsonToken.START_OBJECT)
at [Source: (String)"{"Proxy":null,"User":null,"IsEnableProxy":"false","Port":null,"WebHook":"https://open.feishu.cn/open-apis/bot/v2/hook/xxx","Password":null}"; line: 1, column: 1]
What you expected to happen
[ERROR] 2024-12-24 16:08:04.959 +0800 o.a.d.c.u.JSONUtils:[186] - parse list exception!
com.fasterxml.jackson.databind.exc.MismatchedInputException: Cannot deserialize value of type java.util.ArrayList<org.apache.dolphinscheduler.spi.params.base.PluginParams> from Object value (token JsonToken.START_OBJECT)
at [Source: (String)"{"Proxy":null,"User":null,"IsEnableProxy":"false","Port":null,"WebHook":"https://open.feishu.cn/open-apis/bot/v2/hook/xxx","Password":null}"; line: 1, column: 1]
How to reproduce
[ERROR] 2024-12-24 16:08:04.959 +0800 o.a.d.c.u.JSONUtils:[186] - parse list exception!
com.fasterxml.jackson.databind.exc.MismatchedInputException: Cannot deserialize value of type java.util.ArrayList<org.apache.dolphinscheduler.spi.params.base.PluginParams> from Object value (token JsonToken.START_OBJECT)
at [Source: (String)"{"Proxy":null,"User":null,"IsEnableProxy":"false","Port":null,"WebHook":"https://open.feishu.cn/open-apis/bot/v2/hook/xxx","Password":null}"; line: 1, column: 1]
Anything else
[ERROR] 2024-12-24 16:08:04.959 +0800 o.a.d.c.u.JSONUtils:[186] - parse list exception!
com.fasterxml.jackson.databind.exc.MismatchedInputException: Cannot deserialize value of type java.util.ArrayList<org.apache.dolphinscheduler.spi.params.base.PluginParams> from Object value (token JsonToken.START_OBJECT)
at [Source: (String)"{"Proxy":null,"User":null,"IsEnableProxy":"false","Port":null,"WebHook":"https://open.feishu.cn/open-apis/bot/v2/hook/xxx","Password":null}"; line: 1, column: 1]
github-actionsbot
changed the title
我在单节点部署dolphinscheduler3.2.2版本时,在web ui界面配置飞书告警一直报错解析错误
When I deployed version 3.2.2 of dolphinscheduler on a single node, I kept getting an error parsing error when configuring the Feishu alarm on the web UI interface.
Dec 24, 2024
SbloodyS
changed the title
When I deployed version 3.2.2 of dolphinscheduler on a single node, I kept getting an error parsing error when configuring the Feishu alarm on the web UI interface.
[Bug] When I deployed version 3.2.2 of dolphinscheduler on a single node, I kept getting an error parsing error when configuring the Feishu alarm on the web UI interface.
Dec 24, 2024
Search before asking
What happened
[ERROR] 2024-12-24 16:08:04.959 +0800 o.a.d.c.u.JSONUtils:[186] - parse list exception!
com.fasterxml.jackson.databind.exc.MismatchedInputException: Cannot deserialize value of type
java.util.ArrayList<org.apache.dolphinscheduler.spi.params.base.PluginParams>
from Object value (tokenJsonToken.START_OBJECT
)at [Source: (String)"{"Proxy":null,"User":null,"IsEnableProxy":"false","Port":null,"WebHook":"https://open.feishu.cn/open-apis/bot/v2/hook/xxx","Password":null}"; line: 1, column: 1]
What you expected to happen
[ERROR] 2024-12-24 16:08:04.959 +0800 o.a.d.c.u.JSONUtils:[186] - parse list exception!
com.fasterxml.jackson.databind.exc.MismatchedInputException: Cannot deserialize value of type
java.util.ArrayList<org.apache.dolphinscheduler.spi.params.base.PluginParams>
from Object value (tokenJsonToken.START_OBJECT
)at [Source: (String)"{"Proxy":null,"User":null,"IsEnableProxy":"false","Port":null,"WebHook":"https://open.feishu.cn/open-apis/bot/v2/hook/xxx","Password":null}"; line: 1, column: 1]
How to reproduce
[ERROR] 2024-12-24 16:08:04.959 +0800 o.a.d.c.u.JSONUtils:[186] - parse list exception!
com.fasterxml.jackson.databind.exc.MismatchedInputException: Cannot deserialize value of type
java.util.ArrayList<org.apache.dolphinscheduler.spi.params.base.PluginParams>
from Object value (tokenJsonToken.START_OBJECT
)at [Source: (String)"{"Proxy":null,"User":null,"IsEnableProxy":"false","Port":null,"WebHook":"https://open.feishu.cn/open-apis/bot/v2/hook/xxx","Password":null}"; line: 1, column: 1]
Anything else
[ERROR] 2024-12-24 16:08:04.959 +0800 o.a.d.c.u.JSONUtils:[186] - parse list exception!
com.fasterxml.jackson.databind.exc.MismatchedInputException: Cannot deserialize value of type
java.util.ArrayList<org.apache.dolphinscheduler.spi.params.base.PluginParams>
from Object value (tokenJsonToken.START_OBJECT
)at [Source: (String)"{"Proxy":null,"User":null,"IsEnableProxy":"false","Port":null,"WebHook":"https://open.feishu.cn/open-apis/bot/v2/hook/xxx","Password":null}"; line: 1, column: 1]
Version
3.2.x
Are you willing to submit PR?
Code of Conduct
The text was updated successfully, but these errors were encountered: