• 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
  • Tim Cooke
  • paul wheaton
  • Jeanne Boyarsky
  • Ron McLeod
Sheriffs:
  • Paul Clapham
  • Liutauras Vilda
  • Devaka Cooray
Saloon Keepers:
  • Tim Holloway
  • Roland Mueller
Bartenders:

Error while marshalling arguments

 
Greenhorn
Posts: 12
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi All,

I am calling a remote API.
While calling the API i am getting the following exception,

error marshalling arguments; nested exception is:
java.net.SocketException: Software caused connection abort: socket write error

Sometimes i am getting the other error as :

error marshalling arguments; nested exception is:
java.net.SocketException: Connection reset by peer: socket write error

It seems there is no connectivity issue as i am abe to get registry, lookup required services over it. But i am facing error while calling any method on the services obtained.

Kindly suggest ASAP.

Thanks in advance,

Vijay
 
Ranch Hand
Posts: 1970
1
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Is this RMI? You need to say which technology you are using, or no-one can help you.
 
Hold that thought. Tiny ad:
Smokeless wood heat with a rocket mass heater
https://woodheat.net
reply
    Bookmark Topic Watch Topic
  • New Topic