0
votes

I followed the tutorials online try to design ETL process on my local machine and upload it to slave machine for execution.

I did the following things:

  1. Setting up one Slave server under "Slave server" folder
  2. Right click and monitor this slave server

I can monitor the sample ktr running on my slave server which is a sign of my correct connecting with slave server

But...

  1. Click Run arrow
  2. Tick "Execute remotely", choose the created slave server as Remote host
  3. "Launch"

Gets an error:

Unable to Connect to Server

You don't seem to be getting a connection to the server. Check the path you're using and make sure the server is up and running.

Which I can not understand, because I can monitor the slave server in real time.

If I tick also "Pass export to remote server" then I get another error

HTTP Status 404 - /kettle/registerPackage/ - Not Found

netstat -nltp result on remote server

tcp6       0      0 :::8181                 :::*                    LISTEN      - 

PS

  1. I'm using PDI 6.0 Downloading from SourceForge.

  2. You can reach my test carte server through:

    http://52.19.57.94:8181/

2
Is carte running on the remote server? - Abercrombieande
@Abercrombieande yes verified by netstat -nltp - Hello lad
@Abercrombieande updated. you can reach my test carte server. thanks a lot - Hello lad
I see it is running. Can you try marking it as master in the slave folder? - Abercrombieande
@Abercrombieande I ticked "is the master". The same errors - Hello lad

2 Answers

1
votes

Had same problem. Issue turned out to be that if you are not using Pentaho Server (Enterprise), but "only" carte, you shouldn't provide anything in the Slave Server setup field "Web App Name"

0
votes

I also had this issue, it turned out that I had different versions of Spoon and Carte. Spoon v5.4 and Carte v5.3, I used Spoon v5.3 instead and it resolved both the "Unable to connect ..." and the "HTTP Status 404 ..." issue.

You're using v6 so not sure if this applies.