Skip to content

Fix NPE in SystemData transform, correct NONE type display#7027

Open
leehaut wants to merge 3 commits intoapache:mainfrom
leehaut:hotfix/lance-common-64
Open

Fix NPE in SystemData transform, correct NONE type display#7027
leehaut wants to merge 3 commits intoapache:mainfrom
leehaut:hotfix/lance-common-64

Conversation

@leehaut
Copy link
Copy Markdown
Contributor

@leehaut leehaut commented Apr 19, 2026

  1. Fix NullPointerException when no parent workflow is present
2026/04/18 18:41:11 [Error]    Get system info.0 - Unexpected error
2026/04/18 18:41:11 [Error]    Get system info.0 - java.lang.NullPointerException: Cannot invoke "org.apache.hop.workflow.engine.IWorkflowEngine.getExecutionStartDate()" because the return value of "org.apache.hop.pipeline.engine.IPipelineEngine.getParentWorkflow()" is null
2026/04/18 18:41:11 [Error]    Get system info.0 - 	at org.apache.hop.pipeline.transforms.systemdata.SystemData.getSystemData(SystemData.java:88)
2026/04/18 18:41:11 [Error]    Get system info.0 - 	at org.apache.hop.pipeline.transforms.systemdata.SystemData.processRow(SystemData.java:739)
2026/04/18 18:41:11 [Error]    Get system info.0 - 	at org.apache.hop.pipeline.transform.RunThread.run(RunThread.java:54)
2026/04/18 18:41:11 [Error]    Get system info.0 - 	at java.base/java.lang.Thread.run(Thread.java:1583) 
  1. Fix incorrect display for NONE type
22ca041a78fb51496368b876192bf92
  1. Improvement sonar

leehaut added 3 commits April 19, 2026 11:47
Signed-off-by: lance <leehaut@gmail.com>
Signed-off-by: lance <leehaut@gmail.com>
Signed-off-by: lance <leehaut@gmail.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant