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]: NoSuchMethodError in StAX transform #4597

Closed
bamaer opened this issue Nov 21, 2024 · 0 comments · Fixed by #4606
Closed

[Bug]: NoSuchMethodError in StAX transform #4597

bamaer opened this issue Nov 21, 2024 · 0 comments · Fixed by #4606

Comments

@bamaer
Copy link
Contributor

bamaer commented Nov 21, 2024

Apache Hop version?

SNAPSHOT-20241121

Java version?

openjdk version "17.0.13" 2024-10-15

Operating system

Linux

What happened?

2024/11/21 11:59:00 - read file 2.0 - ERROR: Unexpected error
2024/11/21 11:59:00 - read file 2.0 - ERROR: java.lang.NoSuchMethodError: 'org.codehaus.stax2.ri.SingletonIterator org.codehaus.stax2.ri.SingletonIterator.create(java.lang.Object)'
2024/11/21 11:59:00 - read file 2.0 - 	at com.ctc.wstx.util.DataUtil.singletonIterator(DataUtil.java:62)
2024/11/21 11:59:00 - read file 2.0 - 	at com.ctc.wstx.evt.CompactStartElement.getAttributes(CompactStartElement.java:100)
2024/11/21 11:59:00 - read file 2.0 - 	at org.apache.hop.pipeline.transforms.xml.xmlinputstream.XmlInputStream.parseAttributes(XmlInputStream.java:554)
2024/11/21 11:59:00 - read file 2.0 - 	at org.apache.hop.pipeline.transforms.xml.xmlinputstream.XmlInputStream.processEvent(XmlInputStream.java:433)
2024/11/21 11:59:00 - read file 2.0 - 	at org.apache.hop.pipeline.transforms.xml.xmlinputstream.XmlInputStream.getRowFromXML(XmlInputStream.java:350)
2024/11/21 11:59:00 - read file 2.0 - 	at org.apache.hop.pipeline.transforms.xml.xmlinputstream.XmlInputStream.processRow(XmlInputStream.java:150)
2024/11/21 11:59:00 - read file 2.0 - 	at org.apache.hop.pipeline.transform.RunThread.run(RunThread.java:54)
2024/11/21 11:59:00 - read file 2.0 - 	at java.base/java.lang.Thread.run(Thread.java:840)

Issue Priority

Priority: 3

Issue Component

Component: Transforms

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant