GitHub user bamaer added a comment to the discussion: Tutorial for Hop 
development to production workflow

I know that's why you shared the project zip, but there seem to some issues 
with the docker compose setup. Tried some more, and I think I more or less got 
it to work. 
Have you checked if the excel file actually gets loaded when you run remotely? 
The `${PROJECT_HOME}` path won't be known on the server, the linked resources 
you're exporting doesn't include your Excel file (or other input files). 
What it looks like is that your pipelines run correctly, and correctly fail: if 
there's no data in the table, your row count is 0, which is not the filter 
condition (5), so they abort is triggered correctly. 
Try to make your excel file available in a path that can be found on the server 
and double check if the data is correctly loaded before you run your tests. 
The server run configs are not as intuitive as they should be, but you should 
be able to get it to work.

GitHub link: 
https://github.com/apache/hop/discussions/6157#discussioncomment-15219962

----
This is an automatically sent email for [email protected].
To unsubscribe, please send an email to: [email protected]

Reply via email to