Mattang-Dan opened a new issue, #3078: URL: https://github.com/apache/hop/issues/3078
### Apache Hop version? 2.4 ### Java version? microsoft-jdk-11.0.19-windows-x64.msi ### Operating system Windows ### What happened? dan [9:25 AM](https://chat.project-hop.org/hop/pl/8y6odma5mtd55jk799mmjn84ma) I think I removed workflow logging in an incorrect way, possibly? 1. I deleted the Workflow logging entry under Workflow Log in MetaData (Ctrl+Shift+M) 2. I deleted the "logging" folder that included the workflow logging file 3. I opened Execution Information and it had many errors (screenshot and details in chat) 4. I restarted Hop but still has errors 5. I recreated an empty logging folder but still has errors 6. I restarted Hop but still has errors  **Details**: org.apache.hop.core.exception.HopException: Error getting execution from Neo4j Name is null at org.apache.hop.neo4j.execution.NeoExecutionInfoLocation.getExecution(NeoExecutionInfoLocation.java:531) at org.apache.hop.ui.hopgui.perspective.execution.ExecutionPerspective.refresh(ExecutionPerspective.java:549) at org.apache.hop.ui.hopgui.perspective.execution.ExecutionPerspective.perspectiveActivated(ExecutionPerspective.java:151) at org.apache.hop.ui.hopgui.HopGui.setActivePerspective(HopGui.java:1591) at org.apache.hop.ui.hopgui.HopGui.lambda$loadPerspectives$2(HopGui.java:523) at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:89) at org.eclipse.swt.widgets.Display.sendEvent(Display.java:4256) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1066) at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:4054) at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3642) at org.apache.hop.ui.hopgui.HopGui.open(HopGui.java:474) at org.apache.hop.ui.hopgui.HopGui.main(HopGui.java:352) Caused by: java.lang.NullPointerException: Name is null at java.base/java.lang.Enum.valueOf(Enum.java:238) at org.apache.hop.execution.ExecutionType.valueOf(ExecutionType.java:21) at org.apache.hop.neo4j.execution.NeoExecutionInfoLocation.getNeo4jExecution(NeoExecutionInfoLocation.java:568) at org.apache.hop.neo4j.execution.NeoExecutionInfoLocation.lambda$getExecution$2(NeoExecutionInfoLocation.java:529) at org.neo4j.driver.internal.InternalSession.lambda$transaction$4(InternalSession.java:137) at org.neo4j.driver.internal.retry.ExponentialBackoffRetryLogic.retry(ExponentialBackoffRetryLogic.java:106) at org.neo4j.driver.internal.InternalSession.transaction(InternalSession.java:134) at org.neo4j.driver.internal.InternalSession.readTransaction(InternalSession.java:103) at org.neo4j.driver.internal.InternalSession.readTransaction(InternalSession.java:98) at org.apache.hop.neo4j.execution.NeoExecutionInfoLocation.getExecution(NeoExecutionInfoLocation.java:529) ... 11 more ### Issue Priority Priority: 3 ### Issue Component Component: Metadata -- 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]
