bamaer commented on issue #2524:
URL: https://github.com/apache/hop/issues/2524#issuecomment-2498875054

   ```
   Caused by: org.apache.commons.vfs2.FileSystemException: Unknown message with 
code "Unable to get Google Drive file object for 'googledrive:///'".
        at 
org.apache.hop.vfs.googledrive.GoogleDriveFileSystem.processFile(GoogleDriveFileSystem.java:74)
        at 
org.apache.hop.vfs.googledrive.GoogleDriveFileSystem.resolveFile(GoogleDriveFileSystem.java:53)
        at 
org.apache.commons.vfs2.provider.AbstractOriginatingFileProvider.findFile(AbstractOriginatingFileProvider.java:75)
        at 
org.apache.commons.vfs2.provider.AbstractOriginatingFileProvider.findFile(AbstractOriginatingFileProvider.java:55)
        at 
org.apache.commons.vfs2.impl.DefaultFileSystemManager.resolveFile(DefaultFileSystemManager.java:788)
        at 
org.apache.commons.vfs2.impl.DefaultFileSystemManager.resolveFile(DefaultFileSystemManager.java:754)
        at 
org.apache.commons.vfs2.impl.DefaultFileSystemManager.resolveFile(DefaultFileSystemManager.java:819)
        at org.apache.hop.core.vfs.HopVfs.getFileObject(HopVfs.java:231)
        ... 31 more
   Caused by: org.apache.commons.vfs2.FileSystemException: Unknown message with 
code "class com.google.api.client.auth.oauth2.StoredCredential cannot be cast 
to class com.google.api.client.auth.oauth2.StoredCredential 
(com.google.api.client.auth.oauth2.StoredCredential is in unnamed module of 
loader 'app'; com.google.api.client.auth.oauth2.StoredCredential is in unnamed 
module of loader org.apache.hop.core.plugins.HopURLClassLoader @e706aa)".
        at 
org.apache.hop.vfs.googledrive.GoogleDriveFileObject.<init>(GoogleDriveFileObject.java:98)
        at 
org.apache.hop.vfs.googledrive.GoogleDriveFileSystem.createFile(GoogleDriveFileSystem.java:39)
        at 
org.apache.hop.vfs.googledrive.GoogleDriveFileSystem.processFile(GoogleDriveFileSystem.java:72)
        ... 38 more
   Caused by: java.lang.ClassCastException: class 
com.google.api.client.auth.oauth2.StoredCredential cannot be cast to class 
com.google.api.client.auth.oauth2.StoredCredential 
(com.google.api.client.auth.oauth2.StoredCredential is in unnamed module of 
loader 'app'; com.google.api.client.auth.oauth2.StoredCredential is in unnamed 
module of loader org.apache.hop.core.plugins.HopURLClassLoader @e706aa)
        at 
com.google.api.client.auth.oauth2.AuthorizationCodeFlow.loadCredential(AuthorizationCodeFlow.java:280)
        at 
com.google.api.client.extensions.java6.auth.oauth2.AuthorizationCodeInstalledApp.authorize(AuthorizationCodeInstalledApp.java:101)
        at 
org.apache.hop.vfs.googledrive.GoogleDriveFileObject.getCredentials(GoogleDriveFileObject.java:247)
        at 
org.apache.hop.vfs.googledrive.GoogleDriveFileObject.getDriveService(GoogleDriveFileObject.java:251)
        at 
org.apache.hop.vfs.googledrive.GoogleDriveFileObject.<init>(GoogleDriveFileObject.java:95)
        ... 40 more
   ```


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