On Mon, Dec 1, 2008 at 3:32 PM, [EMAIL PROTECTED] <[EMAIL PROTECTED]>wrote:
> > I write a simple web application using GWT, it run successfully > using IE and firefox, but It always return error when I browse using > Android, I try to find out problem, but it seems It have not special > thing. please give me your comments. > below is the error hint copy from tomcat's log: > 2008-11-27 23:39:16 org.apache.catalina.core.ApplicationContext log > ÑÏÖØ: Exception while dispatching incoming RPC call > java.lang.IndexOutOfBoundsException: Index: 0, Size: 0 > at java.util.ArrayList.RangeCheck(Unknown Source) > at java.util.ArrayList.get(Unknown Source) > at > com.google.gwt.user.server.rpc.impl.ServerSerializationStreamReader.extract > (ServerSerializationStreamReader.java:617) > at > com.google.gwt.user.server.rpc.impl.ServerSerializationStreamReader.readInt > (ServerSerializationStreamReader.java:432) > at > > com.google.gwt.user.client.rpc.impl.AbstractSerializationStreamReader.prepareToRead > (AbstractSerializationStreamReader.java:38) > at > > com.google.gwt.user.server.rpc.impl.ServerSerializationStreamReader.prepareToRead > (ServerSerializationStreamReader.java:383) > at com.google.gwt.user.server.rpc.RPC.decodeRequest(RPC.java:234) > at com.google.gwt.user.server.rpc.RemoteServiceServlet.processCall > (RemoteServiceServlet.java:163) > at com.google.gwt.user.server.rpc.RemoteServiceServlet.doPost > (RemoteServiceServlet.java:86) > at javax.servlet.http.HttpServlet.service(HttpServlet.java:710) > at javax.servlet.http.HttpServlet.service(HttpServlet.java:803) > at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter > (ApplicationFilterChain.java:290) > at org.apache.catalina.core.ApplicationFilterChain.doFilter > (ApplicationFilterChain.java:206) > at org.apache.catalina.core.StandardWrapperValve.invoke > (StandardWrapperValve.java:233) > at org.apache.catalina.core.StandardContextValve.invoke > (StandardContextValve.java:175) > at org.apache.catalina.core.StandardHostValve.invoke > (StandardHostValve.java:128) > at org.apache.catalina.valves.ErrorReportValve.invoke > (ErrorReportValve.java:102) > at org.apache.catalina.core.StandardEngineValve.invoke > (StandardEngineValve.java:109) > at org.apache.catalina.connector.CoyoteAdapter.service > (CoyoteAdapter.java:263) > at org.apache.coyote.http11.Http11Processor.process > (Http11Processor.java:844) > at org.apache.coyote.http11.Http11Protocol > $Http11ConnectionHandler.process(Http11Protocol.java:584) > at > org.apache.tomcat.util.net.JIoEndpoint$Worker.run(JIoEndpoint.java: > 447) > at java.lang.Thread.run(Unknown Source) > > > I have known, it should update GWT to 1.5.3, I will check this, if ok, I will mark here for avoiding other guys be puzzled by this. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Android Developers" 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/android-developers?hl=en -~----------~----~----~----~------~----~------~--~---

