facebook

java.net.socketexception connection reset

  1. MyEclipse IDE
  2.  > 
  3. Installation, Configuration & Updates
Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #516269 Reply

    MalakSadik
    Participant

    hi
    I developed phonegap mobile application and the build was working fine. suddenly, I got this error:
    java.net.socketexception connection reset and it could validate the remote build credentials.
    how can I fix that

    #516381 Reply

    support-swapna
    Moderator

    Sadik,

    It looks like a temporary glitch with PhoneGap.
    Here is the thread discussing similar issue : https://forums.adobe.com/thread/2292474
    Can you please check if the issue still persists?

    –Swapna
    MyEclipse Support

    #516398 Reply

    MalakSadik
    Participant

    thank you . it was solved

    #521635 Reply

    eldoraman
    Participant

    There are several possible causes.

    The other end has deliberately reset the connection, in a way which I will not document here. It is rare, and generally incorrect, for application software to do this, but it is not unknown for commercial software.

    More commonly, it is caused by writing to a connection that the other end has already closed normally. In other words an application protocol error.

    It can also be caused by closing a socket when there is unread data in the socket receive buffer.

    In Windows, ‘software caused connection abort’, which is not the same as ‘connection reset’, is caused by network problems sending from your end. There’s a Microsoft knowledge base article about this.

    More about….Socket Programming

    Eldo

Viewing 4 posts - 1 through 4 (of 4 total)
Reply To: java.net.socketexception connection reset

You must be logged in to post in the forum log in