Socket Exception in Android

  • I am working on an Android Application in which I got stuck in an issue. The problem is that, "When I run this method mentioned below in code, I am getting an error of socket Exception ((Permission denied) i.e, java.net.SocketException: socket failed:). I tried many time to resolve this issue, but still getting experiencing this problem. I know this is an community where I am seeking some solution. Please help me for resolving my query. Here is code please check and reply me asap.



  • Seriously?


    Java
    // …
       URLConnection uelCon = url.openConnection ();
       InputStreamReader InputStreamReader = new InputStreamReader (BufferedInputStream (myconn.getInputStream ()));
    //…
       String traverse;
    //…
           builder.append (Traverse);
    //…
    catch (IOException IOE) {
       ioe.printStackTrace ();


    Because of this parts your posted code cannot even compile, so it cannot be executed, so it cannot be the code generating the mentioned exception.


    If you really need help 'asap' you should at least post the real code or, even better, upload a sample project that isolates this issue.
    Nobody will be able to help you with that code snippet.

    Je mehr Käse, desto mehr Löcher.
    Je mehr Löcher, desto weniger Käse.
    Daraus folgt: je mehr Käse, desto weniger Käse.


    »Dies ist ein Forum. Schreibt Eure Fragen in das Forum, nicht per PN!«

  • Hi Marco,
    ranjeet hat keine ernsthaften Fragen sondern will nur Links droppen. Daher auch die harte Verlinkung mit Keyword "Android Forum" (aus SEO Gründen). ChampS hat dies moderiert und den Link korrekt entfernt.
    In den kommenden Tagen kriegen die Moderatoren weitere Rechte damit Sie solche User direkt bannen können.

Jetzt mitmachen!

Sie haben noch kein Benutzerkonto auf unserer Seite? Registrieren Sie sich kostenlos und nehmen Sie an unserer Community teil!