You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
What steps will reproduce the problem?
1. Using Hessdroid as client to Hessian service.
2. Created HessianProxyFactory factory = new HessianProxyFactory();
3. trying to get the service using: factory.create(MyService.class,
"http://localhost:9080/myservice",getApplicationContext().getClassLoader());
What is the expected output? What do you see instead?
I got the exception below.
Error:java.net.SocketException: socket failed: EACCES (Permission denied)
What version of the product are you using? On what operating system?
Android AVD 4.0.3
Please provide any additional information below.
Original issue reported on code.google.com by [email protected] on 27 Jun 2012 at 5:52
The text was updated successfully, but these errors were encountered:
Original issue reported on code.google.com by
[email protected]
on 27 Jun 2012 at 5:52The text was updated successfully, but these errors were encountered: