You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I expected when there is not perfect alignment to what field should be used to receive an error and not crash the application.
You can reproduce this error by configuring your pipeline to use a "Changing Sequence" transform and designate an existing column to change the output sequence based upon changes to that field.
Then change that field to something that does not exist in the stream and click run. Hop will hang indefinitely. It just should throw an error, stop the transform and let the user continue working.
ms.fieldschangesequence.FieldsChangeSequenceField@ab5f359] in the input stream!
org.apache.hop.core.exception.HopException:
Can not find field [org.apache.hop.pipeline.transforms.fieldschangesequence.FieldsChangeSequenceField@ab5f359] in the input stream!
at org.apache.hop.pipeline.transforms.fieldschangesequence.FieldsChangeSequence.processRow(FieldsChangeSequence.java:75)
at org.apache.hop.pipeline.transform.RunThread.run(RunThread.java:55)
at java.base/java.lang.Thread.run(Thread.java:840)
2024/04/16 11:54:02 - Add value fields changing sequence.0 - ERROR: Unexpected error
2024/04/16 11:54:02 - Add value fields changing sequence.0 - ERROR: org.apache.hop.core.exception.HopException:
2024/04/16 11:54:02 - Add value fields changing sequence.0 - Can not find field [org.apache.hop.pipeline.transforms.fieldschangesequence.FieldsChangeSequenceField@ab5f359] in the input stream!
2024/04/16 11:54:02 - Add value fields changing sequence.0 -
2024/04/16 11:54:02 - Add value fields changing sequence.0 - at org.apache.hop.pipeline.transforms.fieldschangesequence.FieldsChangeSequence.processRow(FieldsChangeSequence.java:75)
2024/04/16 11:54:02 - Add value fields changing sequence.0 - at org.apache.hop.pipeline.transform.RunThread.run(RunThread.java:55)
Issue Priority
Priority: 2
Issue Component
Component: Hop Gui
The text was updated successfully, but these errors were encountered:
tried to reproduce this on Linux and Mac, but Hop Gui keeps working correctly after the error. I'll see if I can test this on Windows one of these days too.
Apache Hop version?
2.8-GA
Java version?
11
Operating system
Windows
What happened?
I expected when there is not perfect alignment to what field should be used to receive an error and not crash the application.
You can reproduce this error by configuring your pipeline to use a "Changing Sequence" transform and designate an existing column to change the output sequence based upon changes to that field.
Then change that field to something that does not exist in the stream and click run. Hop will hang indefinitely. It just should throw an error, stop the transform and let the user continue working.
ms.fieldschangesequence.FieldsChangeSequenceField@ab5f359] in the input stream!
org.apache.hop.core.exception.HopException:
Can not find field [org.apache.hop.pipeline.transforms.fieldschangesequence.FieldsChangeSequenceField@ab5f359] in the input stream!
2024/04/16 11:54:02 - Add value fields changing sequence.0 - ERROR: Unexpected error
2024/04/16 11:54:02 - Add value fields changing sequence.0 - ERROR: org.apache.hop.core.exception.HopException:
2024/04/16 11:54:02 - Add value fields changing sequence.0 - Can not find field [org.apache.hop.pipeline.transforms.fieldschangesequence.FieldsChangeSequenceField@ab5f359] in the input stream!
2024/04/16 11:54:02 - Add value fields changing sequence.0 -
2024/04/16 11:54:02 - Add value fields changing sequence.0 - at org.apache.hop.pipeline.transforms.fieldschangesequence.FieldsChangeSequence.processRow(FieldsChangeSequence.java:75)
2024/04/16 11:54:02 - Add value fields changing sequence.0 - at org.apache.hop.pipeline.transform.RunThread.run(RunThread.java:55)
Issue Priority
Priority: 2
Issue Component
Component: Hop Gui
The text was updated successfully, but these errors were encountered: