GitHub user ravamo edited a discussion: Error Running Migrated PDI to Hop Project: Works Locally but Fails Remotely
I checked a project migrated from PDI to Hop using the tool, and everything seems fine. However, when I execute it as mentioned in the [thread ](https://github.com/apache/hop/discussions/4634), I get this error, and I don’t know why. I searched for this error on Google and found this [thread ](https://www.mail-archive.com/[email protected]/msg00079.html), but it's not clear to me why it happens, especially since it runs perfectly fine locally. ``` Starting action Opening pipeline: [/servers/hop/server/resources/etl/repository/setExecutionTime.hpl] Starting pipeline...(file=/servers/hop/server/resources/etl/repository/setExecutionTime.hpl, name=Set Execution time, repinfo=null) ERROR: Unable to open pipeline: This action needs a run configuration to use to execute the specified pipeline ERROR: org.apache.hop.core.exception.HopException: This action needs a run configuration to use to execute the specified pipeline at org.apache.hop.workflow.actions.pipeline.ActionPipeline.execute(ActionPipeline.java:491) at org.apache.hop.workflow.Workflow.executeFromStart(Workflow.java:745) at org.apache.hop.workflow.Workflow.executeFromStart(Workflow.java:888) at org.apache.hop.workflow.Workflow.executeFromStart(Workflow.java:447) at org.apache.hop.workflow.Workflow.startExecution(Workflow.java:307) at org.apache.hop.workflow.engines.local.LocalWorkflowEngine.startExecution(LocalWorkflowEngine.java:248) at java.base/java.lang.Thread.run(Thread.java:833) mainRedmineLoadDatalake - Starting action [Error Handling] mainRedmineLoadDatalake - exec(5, 0, Error Handling) Starting action Opening pipeline: [/servers/hop/server/resources/etl/repository/errorHandling.hpl] Starting pipeline...(file=/servers/hop/server/resources/etl/repository/errorHandling.hpl, name=Error Handling, repinfo=null) ERROR: Unable to open pipeline: This action needs a run configuration to use to execute the specified pipeline ERROR: org.apache.hop.core.exception.HopException: This action needs a run configuration to use to execute the specified pipeline at org.apache.hop.workflow.actions.pipeline.ActionPipeline.execute(ActionPipeline.java:491) at org.apache.hop.workflow.Workflow.executeFromStart(Workflow.java:745) at org.apache.hop.workflow.Workflow.executeFromStart(Workflow.java:888) at org.apache.hop.workflow.Workflow.executeFromStart(Workflow.java:447) at org.apache.hop.workflow.Workflow.startExecution(Workflow.java:307) at org.apache.hop.workflow.engines.local.LocalWorkflowEngine.startExecution(LocalWorkflowEngine.java:248) at java.base/java.lang.Thread.run(Thread.java:833) mainRedmineLoadDatalake - Starting action [Abort job] ```` GitHub link: https://github.com/apache/hop/discussions/4685 ---- This is an automatically sent email for [email protected]. To unsubscribe, please send an email to: [email protected]
