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
The first error I get is: java.lang.NoClassDefFoundError: org/apache/commons/vfs/FileSystemException
This is fixed by adding commons-vfs-1.0.jar, but following error appears: java.lang.NoSuchMethodError: org.pentaho.di.core.vfs.KettleVFS.getFileObject(Ljava/lang/String;)Lorg/apache/commons/vfs/FileObject;
Any suggestions what could be done to make this work ?
The text was updated successfully, but these errors were encountered:
Trying to make it work with PDI 8.1 (on webspoon)
The first error I get is:
java.lang.NoClassDefFoundError: org/apache/commons/vfs/FileSystemException
This is fixed by adding commons-vfs-1.0.jar, but following error appears:
java.lang.NoSuchMethodError: org.pentaho.di.core.vfs.KettleVFS.getFileObject(Ljava/lang/String;)Lorg/apache/commons/vfs/FileObject;
Any suggestions what could be done to make this work ?
The text was updated successfully, but these errors were encountered: