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’m about to use the GPG encryption transform. I imported the public key but am unsure about the field name, so I just used the email address as the key name. However, when executing the pipeline, I always encounter an exception in the logs.
I noticed that the script is calling the decryption constructor, but it should not be doing that.
2024/11/25 14:37:06 - crypto - Pipeline is about to allocate transform [PGP encrypt stream] of type [PGPEncryptStream]
Exception in thread "Thread-13" java.lang.RuntimeException: Error create instance of transform: org.apache.hop.pipeline.transforms.pgpencryptstream.PGPEncryptStreamMeta
at org.apache.hop.pipeline.transform.BaseTransformMeta.createTransform(BaseTransformMeta.java:118)
at org.apache.hop.pipeline.Pipeline.prepareExecution(Pipeline.java:826)
at org.apache.hop.pipeline.engines.local.LocalPipelineEngine.prepareExecution(LocalPipelineEngine.java:231)
at org.apache.hop.ui.hopgui.file.pipeline.HopGuiPipelineGraph.lambda$preparePipeline$15(HopGuiPipelineGraph.java:4530)
at java.base/java.lang.Thread.run(Thread.java:1575)
Caused by: java.lang.NoSuchMethodException: org.apache.hop.pipeline.transforms.pgpdecryptstream.PGPDecryptStream.<init>(org.apache.hop.pipeline.transform.TransformMeta,org.apache.hop.pipeline.transforms.pgpencryptstream.PGPEncryptStreamMeta,org.apache.hop.pipeline.transforms.pgpencryptstream.PGPEncryptStreamData,int,org.apache.hop.pipeline.PipelineMeta,org.apache.hop.pipeline.Pipeline)
at java.base/java.lang.Class.getConstructor0(Class.java:3833)
at java.base/java.lang.Class.getConstructor(Class.java:2501)
at org.apache.hop.pipeline.transform.BaseTransformMeta.createTransform(BaseTransformMeta.java:105)
... 4 more
Issue Priority
Priority: 3
Issue Component
Component: Hop Gui
The text was updated successfully, but these errors were encountered:
Apache Hop version?
2.10
Java version?
21
Operating system
Windows
What happened?
I’m about to use the GPG encryption transform. I imported the public key but am unsure about the field name, so I just used the email address as the key name. However, when executing the pipeline, I always encounter an exception in the logs.
I noticed that the script is calling the decryption constructor, but it should not be doing that.
Issue Priority
Priority: 3
Issue Component
Component: Hop Gui
The text was updated successfully, but these errors were encountered: