gustavoschewinski commented on issue #125:
URL: https://github.com/apache/plc4x-extras/issues/125#issuecomment-2317888598

   Hello @chrisdutz,
   
   I would like to add the following point: I tried changing the versions of 
PLC4x to 0.12.0 in the `pom.xml`, but I am encountering the same error, which 
is as follows:
   
   ```
   Exception in thread "main" java.lang.NoClassDefFoundError: 
com/fasterxml/jackson/dataformat/yaml/YAMLFactory
           at 
org.apache.plc4x.java.scraper.config.triggeredscraper.ScraperConfigurationTriggeredImplBuilder.build(ScraperConfigurationTriggeredImplBuilder.java:43)
           at 
org.apache.plc4x.kafka.Plc4xSourceTask.start(Plc4xSourceTask.java:184)
           at org.apache.plc4x.kafka.ConnectorTest.main(ConnectorTest.java:70)
   Caused by: java.lang.ClassNotFoundException: 
com.fasterxml.jackson.dataformat.yaml.YAMLFactory
           at 
java.base/jdk.internal.loader.BuiltinClassLoader.loadClass(BuiltinClassLoader.java:581)
           at 
java.base/jdk.internal.loader.ClassLoaders$AppClassLoader.loadClass(ClassLoaders.java:178)
           at java.base/java.lang.ClassLoader.loadClass(ClassLoader.java:527)
           ... 3 more
   ```
   
   Right now, iI guess that the issue might be related to the compilation or 
creation of the connector. It does not make any sense 
   
   Do you have any suggestions on how to resolve this?
   
   Thanks again for all your support!


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