[android-developers] Connection refused - rest web service

2011-10-19 Thread Dalton Cézane
Hello everyone... I have a rest web service (already tested) and I am trying to access it from my android app, but I am getting Connection refused. I already added the tag uses-permission in the AndroidManifest.xml, but the problem still occurs. My url is: LOGIN_URL = http://myIpHere:8000/rest;

[android-developers] Connection refused: connect socket

2011-08-10 Thread N K Shrivastva
Trying this code for socket interface ObjectOutputStream oos = null; ObjectInputStream ois = null; Socket socket = null; Date date = null; try { // open a socket connection socket = new

[android-developers] Connection refused: connect socket

2011-08-10 Thread N K Shrivastva
Trying this code for socket interface ObjectOutputStream oos = null; ObjectInputStream ois = null; Socket socket = null; Date date = null; try { // open a socket connection socket = new

Re: [android-developers] Connection refused: connect socket

2011-08-10 Thread Nick Risaro
On Wed, Aug 10, 2011 at 11:21 AM, N K Shrivastva kumarnaveen.si...@gmail.com wrote: Exception in thread main java.lang.NullPointerException at connection.run(connection.java:94) Check the connection class, specially the line 94 -- You received this message because you are subscribed

[android-developers] Connection refused

2011-06-29 Thread felipe aniceto
Hi anybody I'm trying to connect my device with a barcode reader Opticon using bluetooth, however when I set connection using bluetoothsocket.connect, generates exception connection refused. What should I do? best regards -- You received this message because you are subscribed to the Google

[android-developers] Connection refused

2009-08-25 Thread Small World
I am trying to let Android connect to my Google App. While I have tried many kinds way of connection, somehow I failed all. The error is java.net.Connection.Exception:localhost/127.0.0.1:8080 - Connection refused. Hope someone can help me fix this problem. My one method is as follows: