• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

java.net.SocketException: socket write error (code=10053)

 
Ranch Hand
Posts: 305
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi,
I have one program which works as server and client both. it works in following fashion:
1. Listens request from client1 as server.
2. Procees the request.
3. Sends the processed message to another server2 as a client.
4. Recieves response server2.
5. Sends back this response to client1.
Now I am getting the following error occassionaly. What could be the cause? Could you please suggest something?
regards,
Arun
 
arun mahajan
Ranch Hand
Posts: 305
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I would like to request t pl send some reply for this post..as I am faild to find an answer for same here..Pl help me???
regrds,
Arun
 
arun mahajan
Ranch Hand
Posts: 305
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Oh no... No one seems interesting here to answer for this question. I would like to request to atleast answer (don't mind even if it is negative) even if this is a stupid question.
regards,
arun
 
arun mahajan
Ranch Hand
Posts: 305
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I doubt if I am the only person who is getting this error...Would like to revive this thread once again in a hope that someone will answer atleast bartender...
regards,
Arun
 
Greenhorn
Posts: 16
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hey,
Send your code. It may be useful to see what's going on ... Good luck.
 
Greenhorn
Posts: 23
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

Originally posted by arun mahajan:
I doubt if I am the only person who is getting this error...Would like to revive this thread once again in a hope that someone will answer atleast bartender...
regards,
Arun


Your problem speaks so little of your actual problem... If you can provide the details of what exactly you are writing to and the few lines above and below the code throwing exception, then perhaps we may be able to help you out!
 
So there I was, trapped in the jungle. And at the last minute, I was saved by this tiny ad:
a bit of art, as a gift, that will fit in a stocking
https://gardener-gift.com
reply
    Bookmark Topic Watch Topic
  • New Topic