jcricket / gwt-syncproxy

Provides Synchronous and Asynchronous access to GWT-RPC servlets from Java and Android
http://www.blueesoteric.com/open-source/gwt-syncproxy
Apache License 2.0
23 stars 14 forks source link

Getting com.google.gwt.user.client.rpc.InvocationException while trying to execute servlet call via SyncProxy #12

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. I have created and deployed sample application provided by google on Tomcat 
6. Verfied application deployemnt via my browser.
2. Now I have created sample java class with main function and trying to 
execute Syncproxy code as mentioned on the home page of website from it. 

What is the expected output? What do you see instead?
Expected output: A string should be returned from the server.
Actual output:  getting com.google.gwt.user.client.rpc.InvocationException.

What version of the product are you using? On what operating system?
Version: SyncProxy-0.2
OS: Windows 7.
IDE: Eclipse

Please provide any additional information below.

I think it's due to some configuration issue. I have searched on on web for its 
solution but was not able to find any solution yet. Also I have cross checked 
that I haven't missed any step that has been provided in the home page of 
project.

Original issue reported on code.google.com by tarunsun...@gmail.com on 3 Dec 2010 at 8:58

Attachments:

GoogleCodeExporter commented 9 years ago
Srry marking it as duplicate issue, when submitted previously I got an google 
server error, therefore submitted this issue again. Now unable to change its 
status or delete it.

Original comment by tarunsun...@gmail.com on 3 Dec 2010 at 9:02

GoogleCodeExporter commented 9 years ago
Check whether the server side is up by opening http://localhost:8080/Foo/greet 
in your browser. 

You should get a message like:
HTTP ERROR 405
HTTP method GET is not supported by this URL.

Original comment by gwtdevel...@gmail.com on 5 Dec 2010 at 4:40

GoogleCodeExporter commented 9 years ago

Original comment by gwtdevel...@gmail.com on 12 Dec 2010 at 5:09