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  > > the full stack: > > 1. https://github.com/apache/seatunnel-web/blob/1.0.0-release/seatunnel-server/seatunnel-app/src/main/java/org/apache/seatunnel/app/service/impl/JobExecutorServiceImpl.java#L66 > > 2. https://github.com/apache/seatunnel-web/blob/1.0.0-release/seatunnel-server/seatunnel-app/src/main/java/org/apache/seatunnel/app/service/impl/JobInstanceServiceImpl.java#L137 > > 3. https://github.com/apache/seatunnel-web/blob/1.0.0-release/seatunnel-server/seatunnel-app/src/main/java/org/apache/seatunnel/app/service/impl/JobInstanceServiceImpl.java#L166 > > 4. https://github.com/apache/seatunnel-web/blob/1.0.0-release/seatunnel-server/seatunnel-app/src/main/java/org/apache/seatunnel/app/utils/SeaTunnelConfigUtil.java#L36 > > > I guess the st-web generated config file format is wrong. ---------------------------------- agree with your guess,but if i change these template , another problem occured which is caused by the template too. so ,i modify the code below,and it works! but ... Obviously,its not meticulously designed. org.apache.seatunnel.core.starter.utils.ConfigShadeUtils.java <img width="1764" alt="图片" src="https://github.com/apache/seatunnel/assets/13217339/9dfca740-56aa-4185-b531-81a33b04de83"> -- 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
