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

   I found another problem with Google VFS.
   
   When trying to access the folder where the Google credentials are, I am 
receiving the error below.
   
   
   
![image](https://github.com/user-attachments/assets/3499642b-40ee-483a-99e4-949729eebdc8)
   
   
   
   Error browsing to location: 'C:\opt\apache\hop\google'
   ArrayIndexOutOfBoundsException: Index -1 out of bounds for length 0
   Root cause: ArrayIndexOutOfBoundsException: Index -1 out of bounds for 
length 0
   
   java.lang.ArrayIndexOutOfBoundsException: Index -1 out of bounds for length 0
        at 
org.apache.hop.ui.core.vfs.HopVfsFileDialog.populateFolder(HopVfsFileDialog.java:1003)
        at 
org.apache.hop.ui.core.vfs.HopVfsFileDialog.refreshBrowser(HopVfsFileDialog.java:897)
        at 
org.apache.hop.ui.core.vfs.HopVfsFileDialog.fileDefaultSelected(HopVfsFileDialog.java:812)
        at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:89)
        at org.eclipse.swt.widgets.Display.sendEvent(Display.java:4256)
        at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1066)
        at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:4054)
        at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3642)
        at 
org.apache.hop.ui.core.vfs.HopVfsFileDialog.open(HopVfsFileDialog.java:581)
        at 
org.apache.hop.ui.core.dialog.BaseDialog.presentFileDialog(BaseDialog.java:269)
        at 
org.apache.hop.ui.core.dialog.BaseDialog.presentFileDialog(BaseDialog.java:163)
        at 
org.apache.hop.ui.core.gui.GuiCompositeWidgets.lambda$getTextControl$2(GuiCompositeWidgets.java:488)
        at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:89)
        at org.eclipse.swt.widgets.Display.sendEvent(Display.java:4256)
        at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1066)
        at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:4054)
        at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3642)
        at org.apache.hop.ui.hopgui.HopGui.open(HopGui.java:473)
        at org.apache.hop.ui.hopgui.HopGui.main(HopGui.java:351)
   
   


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