bjithinb / hessdroid

Automatically exported from code.google.com/p/hessdroid
0 stars 0 forks source link

java.net.SocketException: socket failed: EACCES (Permission denied) #16

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
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 mohamed....@gmail.com on 27 Jun 2012 at 5:52