jcricket/gwt-syncproxy

error searching policy file (access denied)

Closed this issue · 4 comments

Hello,

I am using eclipse, with GWT and google app engine
in development mode.
I have a servlet  that calls a GWT-RPC service, they are both in the same 
application:

GreetingService rpcService = (GreetingService) 
             SyncProxy.newProxyInstance(GreetingService.class,
                    "http://gwtandroid.appspot.com/provagwtservice/", "greet");

then I get the following stack trace: (see attached file).
It basically tries to look in the classpath for the serialization policy. I 
even tried to change the call adding the parameter
'serialization policy file' but nothing changed. What is going wrong?
what type of setting do I have to change?

     GreetingService rpcService = (GreetingService) 
              SyncProxy.newProxyInstance(GreetingService.class,
                    "http://gwtandroid.appspot.com/provagwtservice/", "greet", "B20B6EC7D06FAD352493D3F04F39232A.gwt.rpc");




Please provide any additional information below.

Original issue reported on code.google.com by sgn...@gmail.com on 26 Mar 2012 at 10:44

Attachments:

I have the exact same problem, love to know if there is a sullotion..

regards,
Yaniv

Original comment by yani...@gmail.com on 14 Jun 2012 at 7:31

This issue is a bit dated, but please review the CommonIssues wiki, reference 
number 5. If that does not resolve your problem, re-advise on this issue. If 
this is no longer an issue, I will close it in about a month.

Original comment by p.pr...@blueesoteric.com on 29 Dec 2014 at 3:04

  • Changed state: Pending
No longer an Issue

Original comment by sgn...@gmail.com on 29 Dec 2014 at 8:50

Original comment by p.pr...@blueesoteric.com on 29 Dec 2014 at 3:27

  • Changed state: Done