You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hop.apache.org by GitBox <gi...@apache.org> on 2022/12/01 11:30:51 UTC

[GitHub] [hop] mattcasters opened a new issue, #1860: [Bug]: Transform Get Subfolders is broken

mattcasters opened a new issue, #1860:
URL: https://github.com/apache/hop/issues/1860

   ### 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


-- 
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: dev-unsubscribe@hop.apache.org.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [hop] mattcasters commented on issue #1860: [Bug]: Transform Get Subfolders is broken

Posted by GitBox <gi...@apache.org>.
mattcasters commented on issue #1860:
URL: https://github.com/apache/hop/issues/1860#issuecomment-1333625654

   Caused by: [HOP-4191](https://issues.apache.org/jira/browse/HOP-4191)


-- 
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: dev-unsubscribe@hop.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [hop] hansva closed issue #1860: [Bug]: Transform Get Subfolders is broken

Posted by GitBox <gi...@apache.org>.
hansva closed issue #1860: [Bug]: Transform Get Subfolders is broken
URL: https://github.com/apache/hop/issues/1860


-- 
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: issues-unsubscribe@hop.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org