mattcasters opened a new issue, #6443: URL: https://github.com/apache/hop/issues/6443
### Apache Hop version? 2.17.0-SNAPSHOT ### Java version? openjdk 21.0.9 2025-10-21 ### Operating system Linux ### What happened? The Remote location plugin for an execution information location uses `GetExecutionInfoServlet` to get the list of execution in the Hop GUI. It delegates the commands to the server. The first step is to get the list of IDs on the server and this works fine. We can test this with a `curl` commnd as well. The next step is to get the Execution JSONs for each UUID that is given and there the service lookup fails. We get a `null` value back despite the fact that the data is available. Deliverables: a fix for this bug and integration testing in the `hop-server` IT project. ### Issue Priority Priority: 1 ### Issue Component Component: Other -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
