Closed pmengaziol closed 5 years ago
Hi, I will try to reproduce it, but it may take some time.
Now I uploaded a new release wich I tested in PDI 7.1, PDI 8.0 and PDI 8.2 successfully. Please note that the versions of the required libraries were updated.
MarketPlace installer still has 0.9 version.
Any plans to update?
On Thu, Jan 17, 2019 at 10:44 AM, Michael F. wrote:
Closed #2 https://github.com/FreddyFFM/PDIPlugin-AWS-SQS-Reader/issues/2 .
— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/FreddyFFM/PDIPlugin-AWS-SQS-Reader/issues/2#event-2080607461 , or mute the thread https://github.com/notifications/unsubscribe-auth/AGXVU_hX5OWGu0cqbPaMs-AfcuE1s09Vks5vEJp1gaJpZM4Yrh4g .
The pull request for the new version is not yet merged. You can exchange the files manually.
On both Win7 and MacOS, the dialog fails to open. Been trying to create a POC but I got the ff. error when I tried to read AWS SQS using the Marketplace installed version. I am running 8.1 CE. I have installed new jar files as specified...
org.pentaho.di.core.exception.KettlePluginException: Unexpected error loading class with name: de.freddy4u.pentaho.di.ui.steps.aws_sqs_reader.SQSReaderStepDialog de.freddy4u.pentaho.di.ui.steps.aws_sqs_reader.SQSReaderStepDialog
Caused by: java.lang.ClassNotFoundException: de.freddy4u.pentaho.di.ui.steps.aws_sqs_reader.SQSReaderStepDialog at java.net.URLClassLoader.findClass(URLClassLoader.java:381) at java.lang.ClassLoader.loadClass(ClassLoader.java:424) at java.lang.ClassLoader.loadClass(ClassLoader.java:357) at org.pentaho.di.core.plugins.KettleURLClassLoader.loadClassFromParent(KettleURLClassLoader.java:94) at org.pentaho.di.core.plugins.KettleURLClassLoader.loadClass(KettleURLClassLoader.java:114) at java.lang.ClassLoader.loadClass(ClassLoader.java:357) at org.pentaho.di.core.plugins.PluginRegistry.getClass(PluginRegistry.java:842) ... 21 more