• 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:
  • Tim Cooke
  • Campbell Ritchie
  • paul wheaton
  • Ron McLeod
  • Devaka Cooray
Sheriffs:
  • Jeanne Boyarsky
  • Liutauras Vilda
  • Paul Clapham
Saloon Keepers:
  • Tim Holloway
  • Carey Brown
  • Piet Souris
Bartenders:

Input/output error - Client request call

 
Ranch Hand
Posts: 41
Eclipse IDE Oracle Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hello everyone,
I am facing issues with web service calls. There wasn't any code change to web services. But suddenly i am receiving an Input/output error. This is consistent and it is occurring only for my machine, other developers are not facing this issue.

Please suggest me, how to fix this error, this is a recent error. I have observed one common pattern i.e. the client call is not hitting the service at all, hope this would help in investigating



Thanks for the help in advance.
 
Author and all-around good cowpoke
Posts: 13078
6
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
If this was my problem I would use TCPMON or SOAPui to see what if anything is being transmitted in the request.

Bill
 
Ranch Hand
Posts: 1067
2
IntelliJ IDE Spring Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I agree with the last post. Isolate and reproduce. My trouble shooting motto. The problem is only from your machine, others are not having an issue. So the web service is working fine. Have another developer create a soapui test. Then give you that test. Do you still have the problem? Does soapui work, but not your client? ....
 
Ranch Hand
Posts: 88
Spring Tomcat Server Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Are you able to telnet service endpoint from your machine?
 
Ranch Hand
Posts: 577
Tomcat Server Notepad Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi Harsha,
Adding to very good replies earlier, if it is a public web service you are referring check your HTTPProxy settings. I presume you use version control software so that the code on your system with which you are invoking calls is same as on other developers systems.
 
Harsha Gedala
Ranch Hand
Posts: 41
Eclipse IDE Oracle Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Thank you William Brogden, William Barnes, Shashank Ag, Naren Chivukula.

The problem is that all my other colleagues are using QA provider URL and i am using DEV provider URL. And the URL is part of a property file. I have overlook this part. But finally when i was looking into your replies i though the best way to first verify whether the end point is working or not through SoapUI.


Thank you for the help.


But can you please help me with one more issue. with Post naming

404 Error - Client request call

 
With a little knowledge, a cast iron skillet is non-stick and lasts a lifetime.
reply
    Bookmark Topic Watch Topic
  • New Topic