Re: GWT v2.4.0 Welcome Page in Hosted Mode AsyncCallback throws ClientSerializationStreamReader

418 views
Skip to first unread message

Jerry George

unread,
Nov 6, 2012, 8:07:52 PM11/6/12
to google-we...@googlegroups.com
I checked the libraries in build path, I had two versions of GWT on it. That was the reason for the error. The pom was coded right.

Library Stack: GXT 2.2.5 with GWT 2.5.0. Works perfect .. till now ;)

Solution:  Changed ${gwtVersion} = 2.5.0 and removed unnecessary libraries from build path.

I am not deleting the post in case in case it helps someone else as well.

On Tuesday, November 6, 2012 4:40:43 PM UTC-5, Jerry George wrote:
Hi,

I get the following error,

com.google.gwt.user.client.rpc.impl.ClientSerializationStreamReader.eval(Ljava/lang/String;)Lcom/google/gwt/core/client/JavaScriptObject; 

I am not sure how to trace this error. I am pretty new to GWT.

POM Dependency 
<dependency>
<groupId>com.google.gwt</groupId>
<artifactId>gwt-servlet</artifactId>
<version>${gwtVersion}</version>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>com.google.gwt</groupId>
<artifactId>gwt-dev</artifactId>
<version>${gwtVersion}</version>
<scope>runtime</scope>
</dependency>

<dependency>
<groupId>com.google.gwt</groupId>
<artifactId>gwt-user</artifactId>
<version>${gwtVersion}</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>com.extjs</groupId>
<artifactId>gxt</artifactId>
<version>2.2.5</version>
</dependency>

${gwtVersion} = 2.4.0

Has anyone had similar problems? Could anyone please help?

Thanks.



Deepak Kumar Mallapu

unread,
Dec 10, 2013, 2:03:23 AM12/10/13
to google-we...@googlegroups.com
Thanks Jerry. It really helped me to resolve my issue.

-
Deepak
Reply all
Reply to author
Forward
0 new messages