CarlosJuncher03 opened a new issue, #6974: URL: https://github.com/apache/hop/issues/6974
### Apache Hop version? hop-client-2.18.0-20260408.084239-1 ### Java version? 21 ### Operating system Linux ### What happened? When attempting to view the execution data, the following error is displayed. <img width="905" height="607" alt="Image" src="https://github.com/user-attachments/assets/6e9e8b38-4b08-465c-81ac-053e2c377483" /> org.apache.hop.core.exception.HopException: Error getting execution from Neo4j Cannot coerce STRING to LocalDateTime at org.apache.hop.neo4j.execution.NeoExecutionInfoLocation.getExecutionData(NeoExecutionInfoLocation.java:1384) at org.apache.hop.ui.hopgui.perspective.execution.PipelineExecutionViewer.loadSelectedTransformData(PipelineExecutionViewer.java:1000) at org.apache.hop.ui.hopgui.perspective.execution.PipelineExecutionViewer.showTransformData(PipelineExecutionViewer.java:954) at org.apache.hop.ui.hopgui.perspective.execution.PipelineExecutionViewer.refreshTransformData(PipelineExecutionViewer.java:932) at org.apache.hop.ui.hopgui.perspective.execution.PipelineExecutionViewer.mouseDown(PipelineExecutionViewer.java:914) at org.eclipse.swt.widgets.TypedListener.handleEvent(TypedListener.java:234) at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:91) at org.eclipse.swt.widgets.Display.sendEvent(Display.java:5894) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1656) at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:5109) at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:4546) at org.apache.hop.ui.hopgui.HopGui.open(HopGui.java:572) at org.apache.hop.ui.hopgui.HopGui.main(HopGui.java:430) Caused by: org.neo4j.driver.exceptions.value.Uncoercible: Cannot coerce STRING to LocalDateTime at org.neo4j.driver.internal.value.ValueAdapter.asLocalDateTime(ValueAdapter.java:283) at org.apache.hop.neo4j.execution.NeoExecutionInfoLocation.extractHopValue(NeoExecutionInfoLocation.java:1532) at org.apache.hop.neo4j.execution.NeoExecutionInfoLocation.getNeo4jExecutionData(NeoExecutionInfoLocation.java:1501) at org.apache.hop.neo4j.execution.NeoExecutionInfoLocation.lambda$getExecutionData$14(NeoExecutionInfoLocation.java:1382) at org.neo4j.driver.internal.InternalSession.lambda$execute$4(InternalSession.java:161) at org.neo4j.driver.internal.InternalSession.lambda$transaction$5(InternalSession.java:178) at org.neo4j.driver.internal.retry.ExponentialBackoffRetryLogic.retry(ExponentialBackoffRetryLogic.java:113) at org.neo4j.driver.internal.InternalSession.transaction(InternalSession.java:175) at org.neo4j.driver.internal.InternalSession.execute(InternalSession.java:160) at org.neo4j.driver.internal.InternalSession.executeRead(InternalSession.java:115) at org.neo4j.driver.Session.executeRead(Session.java:105) at org.apache.hop.neo4j.execution.NeoExecutionInfoLocation.getExecutionData(NeoExecutionInfoLocation.java:1381) ... 12 more Note: I tried validating in several ways, but I don't understand the error. The same thing happens when using OpenSearch. I don't know if I configured something wrong, but I don't think so. ### Issue Priority Priority: 3 ### Issue Component Component: Infrastructure -- 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]
