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

   ### Apache Hop version?
   
   2.2.0
   
   ### Java version?
   
   11.0.16+8
   
   ### Operating system
   
   Docker
   
   ### What happened?
   
   Using XML files as input in a pipeline, adding an XSLTransform to modify the 
content, during the execution I get 
   ```
   2022/12/15 07:57:21 - xslTransformError - Execution started for pipeline 
[xslTransformError]
   Exception in thread "Thread-15" java.lang.NoClassDefFoundError: 
net/sf/saxon/TransformerFactoryImpl
           at java.base/java.lang.Class.getDeclaredConstructors0(Native Method)
           at 
java.base/java.lang.Class.privateGetDeclaredConstructors(Class.java:3137)
           at java.base/java.lang.Class.getConstructor0(Class.java:3342)
           at java.base/java.lang.Class.getConstructor(Class.java:2151)
           at 
org.apache.hop.pipeline.transform.BaseTransformMeta.createTransform(BaseTransformMeta.java:99)
           at 
org.apache.hop.pipeline.Pipeline.prepareExecution(Pipeline.java:828)
           at 
org.apache.hop.pipeline.engines.local.LocalPipelineEngine.prepareExecution(LocalPipelineEngine.java:236)
           at 
org.apache.hop.ui.hopgui.file.pipeline.HopGuiPipelineGraph.lambda$preparePipeline$15(HopGuiPipelineGraph.java:4500)
           at java.base/java.lang.Thread.run(Thread.java:829)
   ```
   
   I created [a repo](https://github.com/gijoe88/apache-hop-XSLError) to give 
you the simple HOP code. Executing the pipeline XSLTransformError pipeline 
gives the log above.
   
   ### 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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to