Hi Marley,
I'm guessing that since the exception isn't coming from the server, as no
server-side code was executed by the time the exception is thrown, that this
occurred in hosted mode and is coming from somewhere in your client-side GWT
code.

I would recommend looking up the stack trace back to your GWT client-code to
see where the IndexOutOfBoundsException is being thrown from. If you could
find that, post it up here and we should be able to provide a bit more help.
The difference between this working on your Windows machine and not on your
Ubuntu box could be in the SWT bindings.

Hope that helps,
-Sumit Chandel

On Tue, Jun 16, 2009 at 2:06 PM, Marley <[email protected]> wrote:

>
> I am getting a: Exception while dispatching incoming RPC call
> java.lang.IndexOutOfBoundsException: Index: 0, Size: 0, as soon as i
> try to call something on the server.  It is before any of my server
> side code executes
>
> what is odd, is this only happens on my Ubuntu box...i can run it on
> my Windows box just fine.
>
> I am using GWT 1.5.3 and GXT 1.2.4
> >
>

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Google Web Toolkit" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.com/group/Google-Web-Toolkit?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to