Re: [I] java.util.LinkedHashMap cannot be cast to java.util.ArrayList [seatunnel]

2025-07-17 Thread via GitHub
962163445 commented on issue #5700: URL: https://github.com/apache/seatunnel/issues/5700#issuecomment-3084021376 seatunnel web 1.0.2 seatunnel 2.3.8 still exists java.lang.ClassCastException: java.util.LinkedHashMap cannot be cast to java.util.ArrayList at org.apache.seatunne

Re: [I] java.util.LinkedHashMap cannot be cast to java.util.ArrayList [seatunnel]

2025-05-28 Thread via GitHub
hhh551 commented on issue #5700: URL: https://github.com/apache/seatunnel/issues/5700#issuecomment-2915686302 seatunnel web 1.0.3 This problem still exists, and an error is reported when starting the task. [JobExecutorServiceImpl.executeJobBySeaTunnel():128] - Job execution submission fa

Re: [I] java.util.LinkedHashMap cannot be cast to java.util.ArrayList [seatunnel]

2025-04-27 Thread via GitHub
WayneLee5991 commented on issue #5700: URL: https://github.com/apache/seatunnel/issues/5700#issuecomment-2833840560 seatunnel web 1.0.2 这个问题还是存在,启动任务就报错 2025-04-27 17:43:37.153 seatunnel ecs-37bc ERROR [qtp1103934393-1118] [JobExecutorServiceImpl.executeJobBySeaTunnel():128] - Job execut

Re: [I] java.util.LinkedHashMap cannot be cast to java.util.ArrayList [seatunnel]

2025-04-22 Thread via GitHub
naijim commented on issue #5700: URL: https://github.com/apache/seatunnel/issues/5700#issuecomment-2822905678 Is this merged into release 2.3.9? I am still having this issue with seatunnel web 1.0.2 and seatunnel 2.3.9 -- This is an automated message from the Apache Git Service. To respon

Re: [I] java.util.LinkedHashMap cannot be cast to java.util.ArrayList [seatunnel]

2024-11-11 Thread via GitHub
Hisoka-X commented on issue #5700: URL: https://github.com/apache/seatunnel/issues/5700#issuecomment-2469519651 Fixed by #7893 -- 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 com

Re: [I] java.util.LinkedHashMap cannot be cast to java.util.ArrayList [seatunnel]

2024-11-11 Thread via GitHub
Hisoka-X closed issue #5700: java.util.LinkedHashMap cannot be cast to java.util.ArrayList URL: https://github.com/apache/seatunnel/issues/5700 -- 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 sp

Re: [I] java.util.LinkedHashMap cannot be cast to java.util.ArrayList [seatunnel]

2024-11-05 Thread via GitHub
liunaijie commented on issue #5700: URL: https://github.com/apache/seatunnel/issues/5700#issuecomment-2458868253 Hi, all. If you got same issue, try to delete the `seatunnel-config-base` library under `seatunnel-web/libs`. -- This is an automated message from the Apache Git Service. T

Re: [I] java.util.LinkedHashMap cannot be cast to java.util.ArrayList [seatunnel]

2024-07-09 Thread via GitHub
anhdbbt commented on issue #5700: URL: https://github.com/apache/seatunnel/issues/5700#issuecomment-2217498294 > @EricJoy2048 @haneeshpld Hi team, the st-web is not easy to deploy locally. I check the code, this part of code maybe cause this bug. > > SeaTunnelConfigUtil.java#L36 ![im

Re: [I] java.util.LinkedHashMap cannot be cast to java.util.ArrayList [seatunnel]

2024-07-02 Thread via GitHub
shenzhy5 commented on issue #5700: URL: https://github.com/apache/seatunnel/issues/5700#issuecomment-2197940465 @athiathu try install the seatunnel to your local repository and then package the seatunnel-web. -- This is an automated message from the Apache Git Service. To respond to the m

Re: [I] java.util.LinkedHashMap cannot be cast to java.util.ArrayList [seatunnel]

2024-07-02 Thread via GitHub
shenzhy5 commented on issue #5700: URL: https://github.com/apache/seatunnel/issues/5700#issuecomment-2197931969 @leejoker Thanks!you are right! -- 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

Re: [I] java.util.LinkedHashMap cannot be cast to java.util.ArrayList [seatunnel]

2024-03-27 Thread via GitHub
18308996929 commented on issue #5700: URL: https://github.com/apache/seatunnel/issues/5700#issuecomment-2022128985 所以这个问题最后最好的解决方法是 -- 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 specif

Re: [I] java.util.LinkedHashMap cannot be cast to java.util.ArrayList [seatunnel]

2024-02-27 Thread via GitHub
gitlifangyuan commented on issue #5700: URL: https://github.com/apache/seatunnel/issues/5700#issuecomment-1966066931 Try it this way. Note that this is not a fundamental solution to the problem ,a temporary solution to the problem. Change the method: ConfigShadeUtils processConfig() Then in

Re: [I] java.util.LinkedHashMap cannot be cast to java.util.ArrayList [seatunnel]

2024-02-21 Thread via GitHub
liunaijie commented on issue #5700: URL: https://github.com/apache/seatunnel/issues/5700#issuecomment-1956163014 hi all, i find the root cause. will try to fix this issue. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub an

Re: [I] java.util.LinkedHashMap cannot be cast to java.util.ArrayList [seatunnel]

2024-02-19 Thread via GitHub
athiathu commented on issue #5700: URL: https://github.com/apache/seatunnel/issues/5700#issuecomment-1951895827 Hi @leejoker I have checked with above solution but still the issue is there. -- This is an automated message from the Apache Git Service. To respond to the message, please lo

Re: [I] java.util.LinkedHashMap cannot be cast to java.util.ArrayList [seatunnel]

2024-02-06 Thread via GitHub
leejoker commented on issue #5700: URL: https://github.com/apache/seatunnel/issues/5700#issuecomment-1929157144 I resolve this problem with repackage the `seatunnel-config-base` module Just change `maven-shade-plugin` like this: ```xml org.apache.maven.plu

Re: [I] java.util.LinkedHashMap cannot be cast to java.util.ArrayList [seatunnel]

2024-01-21 Thread via GitHub
haneeshpld commented on issue #5700: URL: https://github.com/apache/seatunnel/issues/5700#issuecomment-1903353236 Also another thing i noticed, not sure if its helpful, there is a file ConfigParser.java, in which below part of the code im able to debugg in case of a working scenario,

Re: [I] java.util.LinkedHashMap cannot be cast to java.util.ArrayList [seatunnel]

2024-01-21 Thread via GitHub
haneeshpld commented on issue #5700: URL: https://github.com/apache/seatunnel/issues/5700#issuecomment-1903348421 @EricJoy2048 I'm not sure if the is issue is occurring here. In my case, I have a working scenario as well as a non-working scenario. When containerizing the appl

Re: [I] java.util.LinkedHashMap cannot be cast to java.util.ArrayList [seatunnel]

2024-01-21 Thread via GitHub
liunaijie commented on issue #5700: URL: https://github.com/apache/seatunnel/issues/5700#issuecomment-1903318425 @EricJoy2048 @haneeshpld Hi team, the st-web is not easy to deploy locally. I check the code, this part of code maybe cause this bug. SeaTunnelConfigUtil.java#L36 !

Re: [I] java.util.LinkedHashMap cannot be cast to java.util.ArrayList [seatunnel]

2024-01-19 Thread via GitHub
haneeshpld commented on issue #5700: URL: https://github.com/apache/seatunnel/issues/5700#issuecomment-1900262148 @EricJoy2048 im suspecting the issue is, when the config is read from the file in working scenario it is transformed to the below format ``` { "env": {

Re: [I] java.util.LinkedHashMap cannot be cast to java.util.ArrayList [seatunnel]

2024-01-18 Thread via GitHub
EricJoy2048 commented on issue #5700: URL: https://github.com/apache/seatunnel/issues/5700#issuecomment-1898159105 This job config file get from seatunnel-web? -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL ab

Re: [I] java.util.LinkedHashMap cannot be cast to java.util.ArrayList [seatunnel]

2024-01-11 Thread via GitHub
guodachao commented on issue #5700: URL: https://github.com/apache/seatunnel/issues/5700#issuecomment-1888252776 > @guodachao @RenHuifeng @wachoo can anyone share your job config here to help debug? thanks. { "transform": {}, "sink": { "Jdbc": {

Re: [I] java.util.LinkedHashMap cannot be cast to java.util.ArrayList [seatunnel]

2024-01-11 Thread via GitHub
liunaijie commented on issue #5700: URL: https://github.com/apache/seatunnel/issues/5700#issuecomment-1886951676 @guodachao @RenHuifeng @wachoo can anyone share your job config here to help debug? thanks. -- This is an automated message from the Apache Git Service. To respond to the mess

Re: [I] java.util.LinkedHashMap cannot be cast to java.util.ArrayList [seatunnel]

2023-12-25 Thread via GitHub
hailin0 commented on issue #5700: URL: https://github.com/apache/seatunnel/issues/5700#issuecomment-1869328793 > 2.3.3源码执行seatunnel-examples seatunnel-engine-examples遇到了同样的问题 盼望尽快解决 Please add your job config to this issue -- This is an automated message from the Apache Git Service.

Re: [I] java.util.LinkedHashMap cannot be cast to java.util.ArrayList [seatunnel]

2023-12-07 Thread via GitHub
guodachao commented on issue #5700: URL: https://github.com/apache/seatunnel/issues/5700#issuecomment-1845571019 遇到了一样的问题,盼早日解决 -- 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 commen

Re: [I] java.util.LinkedHashMap cannot be cast to java.util.ArrayList [seatunnel]

2023-11-27 Thread via GitHub
RenHuifeng commented on issue #5700: URL: https://github.com/apache/seatunnel/issues/5700#issuecomment-1827445262 **web1.0.0+seatunnel2.3.3遇到了同样问题,帮忙解决解答谢谢 -- 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

Re: [I] java.util.LinkedHashMap cannot be cast to java.util.ArrayList [seatunnel]

2023-11-27 Thread via GitHub
RenHuifeng commented on issue #5700: URL: https://github.com/apache/seatunnel/issues/5700#issuecomment-1827444321 web1.0.0+seatunnel遇到了同样问题,帮忙解决解答谢谢 -- 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 t

Re: [I] java.util.LinkedHashMap cannot be cast to java.util.ArrayList [seatunnel]

2023-11-06 Thread via GitHub
anacondapy6 commented on issue #5700: URL: https://github.com/apache/seatunnel/issues/5700#issuecomment-1794442585 2.3.3源码执行seatunnel-examples seatunnel-engine-examples遇到了同样的问题 盼望尽快解决 -- This is an automated message from the Apache Git Service. To respond to the message, please log on t