Hello, I have developed a GWT application on Eclipse (helios) with a GWT SDK 2.4.0. and deployed my application on our corporate WebSpheer Process Server. 6.2 (JRE 1.5). The application (uses simple RPC) seems to be working fine when deployed on the app engine provided by eclipse. But when I deploy the application as a WAR file on the WebSphere Process server, I get the following error. Is it because of the incompatible JRE? Is there a GWT SDK available for JRE 1.5?
Error: *404 Error 404: SRVE0202E: Servlet [simpleRPC]: com.google.gwt.sample.simplerpc.server.SimpleRPCServiceImpl was found, but is corrupt: SRVE0227I: 1. Check that the class resides in the proper package directory. SRVE0228I: 2. Check that the classname has been defined in the server using the proper case and fully qualified package. SRVE0229I: 3. Check that the class was transferred to the filesystem using a binary transfer mode. SRVE0230I: 4. Check that the class was compiled using the proper case (as defined in the class definition). SRVE0231E: 5. Check that the class file was not renamed after it was compiled.* Thanks, Victor -- You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group. To view this discussion on the web visit https://groups.google.com/d/msg/google-web-toolkit/-/mP3KgwnG-HcJ. 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.
