nadment opened a new issue, #7750: URL: https://github.com/apache/hop/issues/7750
### Apache Hop version? 2.19.0-SNAPSHOT ### Java version? 21 ### Operating system Windows ### What happened? ##Symptom Error to retrieveError finding executions with a matcher 2026/08/02 01:31:05 [Error] Get system info.0 - Error finding previous successful execution 2026/08/02 01:31:05 [Error] Get system info.0 - 2026/08/02 01:31:05 [Error] Get system info.0 - Error finding executions with a matcher 2026/08/02 01:31:05 [Error] Get system info.0 - Cannot invoke "org.apache.hop.execution.Execution.getExecutionType()" because "e" is null 2026/08/02 01:31:05 [Error] Get system info.0 - 2026/08/02 01:31:05 [Error] Get system info.0 - 2026/08/02 01:31:05 [Error] Get system info.0 - at org.apache.hop.execution.caching.BaseCachingExecutionInfoLocation.findPreviousSuccessfulExecution(BaseCachingExecutionInfoLocation.java:615) 2026/08/02 01:31:05 [Error] Get system info.0 - at org.apache.hop.pipeline.transforms.systemdata.SystemData.calculateStartRange(SystemData.java:530) 2026/08/02 01:31:05 [Error] Get system info.0 - at org.apache.hop.pipeline.transforms.systemdata.SystemData.pipelineDateFrom(SystemData.java:393) 2026/08/02 01:31:05 [Error] Get system info.0 - at org.apache.hop.pipeline.transforms.systemdata.SystemData.resolveFieldValue(SystemData.java:389) 2026/08/02 01:31:05 [Error] Get system info.0 - at org.apache.hop.pipeline.transforms.systemdata.SystemData.getSystemData(SystemData.java:237) 2026/08/02 01:31:05 [Error] Get system info.0 - at org.apache.hop.pipeline.transforms.systemdata.SystemData.processRow(SystemData.java:204) ## Context Use of `CachingDatabaseExecutionInfoLocation`, but possibly other instances of `BaseCachingExecutionInfoLocation`. Run a pipeline with 'Get system info' transfo and try to retrieve the last successful execution date ## Solution Reinforce the code, because sometimes the execution may be null (when it's an action ID) <img width="1702" height="378" alt="Image" src="https://github.com/user-attachments/assets/84b10a92-87dd-4dda-b421-09b0d8e30992" /> ### Issue Priority Priority: 3 ### 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]
