yanhan-chan commented on issue #5958: URL: https://github.com/apache/seatunnel/issues/5958#issuecomment-1855056536
> > sorry,could you tell me where to get file:seatunnel.cmd?Or how can I generate it? > > oh, sorry. i just realize the `cmd` file is not in release package. For your issue, you can modify the `seatunnel.sh` file, change the final command from `java xxx` to `echo "java xxx"` and verify by yourself. check is the jar location and the jar name is correct. > > the correct command shoule like: > > ``` > java .... > -cp ... > ..../starter/seatunnel-starter.jar org.apache.seatunnel.core.starter.seatunnel.SeaTunnelClient > -c ... > -e local > ``` Hi i got the same error as the author of this issue, and followed your steps to echo, and this is what i got: java -Dhazelcast.client.config=/c/Users/User/Learn-Apache-SeaTunnel/apache-seatunnel-2.3.3/config/hazelcast-client.yaml -Dseatunnel.config=/c/Users/User/Learn-Apache-SeaTunnel/apache-seatunnel-2.3.3/config/seatunnel.yaml -Dhazelcast.config=/c/Users/User/Learn-Apache-SeaTunnel/apache-seatunnel-2.3.3/config/hazelcast.yaml -Dlog4j2.configurationFile=/c/Users/User/Learn-Apache-SeaTunnel/apache-seatunnel-2.3.3/config/log4j2_client.properties -Dseatunnel.logs.path=/c/Users/User/Learn-Apache-SeaTunnel/apache-seatunnel-2.3.3/logs -Dseatunnel.logs.file_name=seatunnel-starter-client-1702522666344 -Xms1g -Xmx1g -XX:+HeapDumpOnOutOfMemoryError -cp /c/Users/User/Learn-Apache-SeaTunnel/apache-seatunnel-2.3.3/lib/*:/c/Users/User/Learn-Apache-SeaTunnel/apache-seatunnel-2.3.3/starter/seatunnel-starter.jar org.apache.seatunnel.core.starter.seatunnel.SeaTunnelClient --config ./config/v2.batch.config.template -e local This was the error i encountered for your reference: <img width="582" alt="Screenshot 2023-12-14 111303" src="https://github.com/apache/seatunnel/assets/112475120/f5d3528b-61d6-48c8-b433-d2f64fb38461"> -- 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]
