hansva opened a new issue, #2187: URL: https://github.com/apache/hop/issues/2187
### Apache Hop version? SNAPSHOT-20230123 ### Java version? 11 ### Operating system macOS ### What happened? When using the repeat action and sending everything to Hop Server using the "export linked resources" the target pipeline is not found. ``` 2023/01/23 22:44:22 - /Users/hans/test/counter_example/repeat_workflow.hwf : repeat_workflow - 2023/01/23 21:44:21 - repeat_workflow - The pipeline path /Users/hans/test/counter_example/repeat_pipeline.hpl is invalid, and will not run successfully. 2023/01/23 22:44:22 - /Users/hans/test/counter_example/repeat_workflow.hwf : repeat_workflow - 2023/01/23 21:44:21 - repeat_workflow - ERROR: org.apache.hop.core.exception.HopException: 2023/01/23 22:44:22 - /Users/hans/test/counter_example/repeat_workflow.hwf : repeat_workflow - 2023/01/23 21:44:21 - repeat_workflow - Unexpected error occurred while launching entry [Repeat] 2023/01/23 22:44:22 - /Users/hans/test/counter_example/repeat_workflow.hwf : repeat_workflow - 2023/01/23 21:44:21 - repeat_workflow - 2023/01/23 22:44:22 - /Users/hans/test/counter_example/repeat_workflow.hwf : repeat_workflow - 2023/01/23 21:44:21 - repeat_workflow - The pipeline path /Users/hans/test/counter_example/repeat_pipeline.hpl is invalid, and will not run successfully. ``` It seems to be specific to this action as the regular pipeline/workflow actions do work. you can use [counter_example.zip](https://github.com/apache/hop/files/10483847/counter_example.zip) as an example Note: server should be a docker or actual remote server, when starting a local server it will find the paths ### Issue Priority Priority: 2 ### Issue Component Component: Hop Server -- 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]
