nadment opened a new issue, #7341:
URL: https://github.com/apache/hop/issues/7341
### Apache Hop version?
2.18
### Java version?
21
### Operating system
Windows
### What happened?
The "Execution location information" with “Cache File Location” result in an
error if the destination folder does not exist. In this case, Hop should create
the folder.
```
Error writing cache entry to file
'C:\hop\executions-cached\d524729c-a0bb-4eec-a8d4-b5c76838e622.json'
2026/06/23 22:26:00 - demo-loop-change-variable -
C:\hop\executions-cached\d524729c-a0bb-4eec-a8d4-b5c76838e622.json.new (Le
chemin du fichier spécifié est introuvable)
2026/06/23 22:26:00 - demo-loop-change-variable -
2026/06/23 22:26:00 - demo-loop-change-variable -
2026/06/23 22:26:00 - demo-loop-change-variable -
2026/06/23 22:26:00 - demo-loop-change-variable - at
org.apache.hop.execution.caching.BaseCachingExecutionInfoLocation.close(BaseCachingExecutionInfoLocation.java:196)
2026/06/23 22:26:00 - demo-loop-change-variable - at
org.apache.hop.workflow.engines.local.LocalWorkflowEngine.stopExecutionInfoTimer(LocalWorkflowEngine.java:457)
2026/06/23 22:26:00 - demo-loop-change-variable - at
org.apache.hop.workflow.engines.local.LocalWorkflowEngine.lambda$startExecutionInfoTimer$2(LocalWorkflowEngine.java:358)
2026/06/23 22:26:00 - demo-loop-change-variable - at
org.apache.hop.workflow.Workflow.fireExecutionFinishedListeners(Workflow.java:678)
2026/06/23 22:26:00 - demo-loop-change-variable - at
org.apache.hop.workflow.Workflow.startExecution(Workflow.java:340)
2026/06/23 22:26:00 - demo-loop-change-variable - at
org.apache.hop.workflow.engines.local.LocalWorkflowEngine.startExecution(LocalWorkflowEngine.java:257)
2026/06/23 22:26:00 - demo-loop-change-variable - at
org.apache.hop.workflow.actions.workflow.ActionWorkflowRunner.run(ActionWorkflowRunner.java:55)
2026/06/23 22:26:00 - demo-loop-change-variable - at
java.base/java.lang.Thread.run(Thread.java:1583)
2026/06/23 22:26:00 - demo-loop-change-variable - Caused by:
org.apache.hop.core.exception.HopException:
2026/06/23 22:26:00 - demo-loop-change-variable - Error writing caching file
entry to disk in folder C:\hop\executions-cached
```
### 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]