Hi there,
- I have a simple pipeline that uses “Data Generator” as the source and writes to Trash.
- I published this pipeline and I have created a job instance.
- I then created an orchestration pipeline with “Start_Jobs” origin as the source and I call the job instance created in the previous step. There are no parameters required for the job as it is a simple job (data generator to trash).
- I use API based authentication and I have provided the API cred. ID and Token.
- I use the following URL, https://cloud.login.streamsets.com for my Origin stage.
I get the following error message when I try to test run my orchestration pipeline,
com.streamsets.pipeline.api.StageException: START_JOB_03 - Failed to start job for job ID: 287e3a1a-c08b-4a1e-916d-2c2d9cc2068c:XXXXXXXXXXXXXXXXXX, status code '405': <html>
<head><title>405 Not Allowed</title></head>
<body>
<center><h1>405 Not Allowed</h1></center>
<hr><center>nginx</center>
</body>
</html>
From the log, I see the following error message,
com.streamsets.pipeline.api.StageException: START_JOB_03 - Failed to start job for job ID: 287e3a1a-c08b-4a1e-916d-2c2d9cc2068c:XXXXXXXXXXXXXXXX, status code '405': <html>
<head><title>405 Not Allowed</title></head>
<body>
<center><h1>405 Not Allowed</h1></center>
<hr><center>nginx</center>
</body>
</html>
at com.streamsets.pipeline.lib.startJob.StartJobSupplier.startJob(StartJobSupplier.java:179) ~ustreamsets-datacollector-orchestrator-lib-5.0.0.jar:?]
at com.streamsets.pipeline.lib.startJob.StartJobSupplier.get(StartJobSupplier.java:68) ~Jstreamsets-datacollector-orchestrator-lib-5.0.0.jar:?]
at com.streamsets.pipeline.lib.startJob.StartJobSupplier.get(StartJobSupplier.java:31) ~astreamsets-datacollector-orchestrator-lib-5.0.0.jar:?]
at java.util.concurrent.CompletableFuture$AsyncSupply.run(CompletableFuture.java:1604) ~m?:1.8.0_332]
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) ~T?:1.8.0_332]
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) ~r?:1.8.0_332]
at java.lang.Thread.run(Thread.java:750) ~v?:1.8.0_332]
FYI - I am an org. admin on the DataOps Platform.
Any suggestions?
Thanks,
Srini