Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Bug]: Transform Get Subfolders is broken #1860

Closed
mattcasters opened this issue Dec 1, 2022 · 1 comment
Closed

[Bug]: Transform Get Subfolders is broken #1860

mattcasters opened this issue Dec 1, 2022 · 1 comment
Assignees
Labels
Milestone

Comments

@mattcasters
Copy link
Contributor

Apache Hop version?

2.2.0

Java version?

openjdk version "11.0.17" 2022-10-18

Operating system

Linux

What happened?

With any folder you specify you get over 1000 rows on output until you get a stack overflow error:

2022/12/01 12:24:03 - Get subfolder names.0 - ERROR: java.lang.StackOverflowError
2022/12/01 12:24:03 - Get subfolder names.0 - 	at org.apache.hop.ui.hopgui.file.pipeline.HopGuiPipelineGraph$4.rowWrittenEvent(HopGuiPipelineGraph.java:4200)
2022/12/01 12:24:03 - Get subfolder names.0 - 	at org.apache.hop.pipeline.transform.BaseTransform.handlePutRow(BaseTransform.java:1065)
2022/12/01 12:24:03 - Get subfolder names.0 - 	at org.apache.hop.pipeline.transform.BaseTransform$DefaultRowHandler.putRow(BaseTransform.java:3794)
2022/12/01 12:24:03 - Get subfolder names.0 - 	at org.apache.hop.pipeline.transform.BaseTransform.putRow(BaseTransform.java:1010)
2022/12/01 12:24:03 - Get subfolder names.0 - 	at org.apache.hop.pipeline.transforms.getsubfolders.GetSubFolders.processRow(GetSubFolders.java:202)
2022/12/01 12:24:03 - Get subfolder names.0 - 	at org.apache.hop.pipeline.transforms.getsubfolders.GetSubFolders.processRow(GetSubFolders.java:206)
2022/12/01 12:24:03 - Get subfolder names.0 - 	at org.apache.hop.pipeline.transforms.getsubfolders.GetSubFolders.processRow(GetSubFolders.java:206)
2022/12/01 12:24:03 - Get subfolder names.0 - 	at org.apache.hop.pipeline.transforms.getsubfolders.GetSubFolders.processRow(GetSubFolders.java:206)

Issue Priority

Priority: 1

Issue Component

Component: Transforms

@mattcasters
Copy link
Contributor Author

Caused by: HOP-4191

@mattcasters mattcasters added this to the 2.3 milestone Dec 1, 2022
mattcasters added a commit to mattcasters/hop that referenced this issue Dec 1, 2022
HOP-4308 : Cleanup XML of transform Get Sub Folders
mattcasters added a commit to mattcasters/hop that referenced this issue Dec 1, 2022
HOP-4308 : Cleanup XML of transform Get Sub Folders
mattcasters added a commit to mattcasters/hop that referenced this issue Dec 2, 2022
HOP-4379 : Cleanup XML of action Create Folder
mattcasters added a commit to mattcasters/hop that referenced this issue Dec 2, 2022
HOP-4379 : Cleanup XML of action Create Folder
mattcasters added a commit to mattcasters/hop that referenced this issue Dec 2, 2022
HOP-4379 : Cleanup XML of action Create Folder
HOP-4373 : Cleanup XML of action Check DB Connections
mattcasters added a commit to mattcasters/hop that referenced this issue Dec 5, 2022
HOP-4379 : Cleanup XML of action Create Folder
mattcasters added a commit to mattcasters/hop that referenced this issue Dec 5, 2022
HOP-4379 : Cleanup XML of action Create Folder
HOP-4373 : Cleanup XML of action Check DB Connections
@hansva hansva closed this as completed in 244cd8e Dec 5, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant