[Bug]: Multiple Hop Server Object IDs for a single HOP Pipeline on the HOP Server
Apache Hop version?
2.9.0
Java version?
11
Operating system
Windows
What happened?
Installation details:- Download and extract the apache-hop-client-2.9.0.zip file from the official page: https://hop.apache.org/download/ apache-hop-client-2.9.0.zip and Run the HOP-GUI.bat file to start the HOP application.
Java Version:- 11
Reproduction Steps:-
-
Open HOP GUI using hop-gui.bat.
-
Open any existing Pipeline.
-
Goto Metadata (Ctrl + Shift + M) and right-click on HOP Server to select New option.
-
Enter the HOP Server details as per the below instruction.
-
Enter the HOP Run Config details as per the below instruction.
-
Enter the HOP Execution Information Location details as per the below instruction.
-
Enter the HOP Execution Data Profile details as per the below instruction.
-
Now Run the Pipeline as per the following options.
HOP GUI will log the following message:-
_2024/06/24 18:36:01 - Hop - Pipeline opened.
2024/06/24 18:36:01 - Hop - Launching pipeline [Test-DataGrid]...
2024/06/24 18:36:01 - Hop - Started the pipeline execution.
2024/06/24 18:36:01 - Test-DataGrid - Executing this pipeline using the Remote Pipeline Engine with run configuration 'HOPSERVER-RUN-CONFIG'
2024/06/24 18:36:01 - Hop Server - Connecting to: [http://localhost:8080/hop/registerPipeline/?xml=Y]
2024/06/24 18:36:01 - Hop Server - Response status code: [200]
2024/06/24 18:36:01 - Hop Server - "Response body:
But in the Web Console Page, we see there are multiple object entries in the HOP Server.
Generally, this happens mostly during the first-pipeline (Test-DataGrid.hpl) execution. However, for the next pipeline (read-classicmodels-customers.hpl) execution there is only one entry in the HOP Server Console.
Note: The issues exist in the Docker version.
Issue Priority
Priority: 3
Issue Component
Component: Hop Server