GitHub user nasrips edited a comment on the discussion: Error saving project configuration to file 'file:/files/project-config.json' Could not delete "file:///files/project-config.json".
The error below is always displayed regardless the version: Error saving project configuration to file 'file:/files/project-config.json' Could not delete "file:///files/project-config.json". Using hop 2.12 the workflow continue running and insert the data, but with hop 2.11 (also 2.10 and 2.9) I got the error below in addition. 2025/02/25 16:32:34 - pen2ldw_DataLoader - ERROR: A serious error occurred during workflow execution: 2025/02/25 16:32:34 - pen2ldw_DataLoader - Error validating or creating folder '/files//metadata/workflow-log'to store JSON serialized objects in from class org.apache.hop.reflection.workflow.meta.WorkflowLog 2025/02/25 16:32:34 - pen2ldw_DataLoader - ERROR: org.apache.hop.core.exception.HopException: 2025/02/25 16:32:34 - pen2ldw_DataLoader - Error validating or creating folder '/files//metadata/workflow-log'to store JSON serialized objects in from class org.apache.hop.reflection.workflow.meta.WorkflowLog 2025/02/25 16:32:34 - pen2ldw_DataLoader - 2025/02/25 16:32:34 - pen2ldw_DataLoader - at org.apache.hop.metadata.serializer.json.JsonMetadataProvider.getSerializer(JsonMetadataProvider.java:101) So I tried to create a workflow logger and then I got the error below (a new one) : 2025/02/25 17:20:45 - pen2ldw_DataLoader - Start of workflow execution 2025/02/25 17:20:45 - pen2ldw_DataLoader - Stop workflow execution 2025/02/25 17:20:45 - pen2ldw_DataLoader - ERROR: A serious error occurred during workflow execution: 2025/02/25 17:20:45 - pen2ldw_DataLoader - Error handling Workflow Log metadata object 'workflow-log' at the start of pipeline: pen2ldw_DataLoader 2025/02/25 17:20:45 - pen2ldw_DataLoader - 2025/02/25 17:20:45 - pen2ldw_DataLoader - Error validating or creating folder '/files//metadata/pipeline-probe'to store JSON serialized objects in from class org.apache.hop.reflection.probe.meta.PipelineProbe 2025/02/25 17:20:45 - pen2ldw_DataLoader - ERROR: org.apache.hop.core.exception.HopException: 2025/02/25 17:20:45 - pen2ldw_DataLoader - Error handling Workflow Log metadata object 'workflow-log' at the start of pipeline: pen2ldw_DataLoader 2025/02/25 17:20:45 - pen2ldw_DataLoader - 2025/02/25 17:20:45 - pen2ldw_DataLoader - Error validating or creating folder '/files//metadata/pipeline-probe'to store JSON serialized objects in from class org.apache.hop.reflection.probe.meta.PipelineProbe The issue with the rights is at the host level? should I run docker using the hop user who need to have rw on the volume where the code and config files live? Thank you for your help. GitHub link: https://github.com/apache/hop/discussions/4951#discussioncomment-12317052 ---- This is an automatically sent email for users@hop.apache.org. To unsubscribe, please send an email to: users-unsubscr...@hop.apache.org