I've already constructed and deployed a GWT application successfully, so it's not like I haven't done this before. But with this next app, incorporating Guava, I am getting this error when the app attempts to make an RPC call (this particular service doesn't include any Guava structures). I'm running in debug mode.
[WARN] Server class 'com.google.gwt.user.client.rpc.impl.AbstractSerializationStreamReader' could not be found in the web app, but was found on the system classpath [WARN] Adding classpath entry 'file:/C:/...snip.../eclipse-helios/ plugins/com.google.gwt.eclipse.sdkbundle.2.2.0_2.2.0.v201102111811/ gwt-2.2.0/gwt-user.jar' to the web app classpath for this session For additional info see: file:/C:/...snip.../eclipse-helios/plugins/ com.google.gwt.eclipse.sdkbundle.2.2.0_2.2.0.v201102111811/gwt-2.2.0/ doc/helpInfo/webAppClassPath.html Starting Jetty on port 8888 [WARN] Exception while dispatching incoming RPC call java.lang.NoClassDefFoundError: com/google/gwt/user/client/rpc/impl/ AbstractSerializationStreamReader Why can't it find the class definition for AbstractSerializationStreamReader? gwt-usr.jar is in the build path. I even copied it to the web-inf/lib directory, not that it should matter for debug-mode (though the warning keeps coming up). I'm missing something very basic here, so simple that I can't see it. -- 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.
