Skip to Main Content

Java EE (Java Enterprise Edition) General Discussion

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Getting java.io.EOFException while trying to call a webservice

843833Apr 17 2010 — edited Apr 21 2010
Hi All,

I am using weblogic 8.1 sp6. I am trying to call a webservice using a java client program.
When I try to invoke the webservice from my local machine(windows os), I get the response xml from the webservice.

But when I deploy the same code on my test machine(linux os) and then invoke the webservice, it fails with the below error.

AxisFault
faultCode: {http://schemas.xmlsoap.org/soap/envelope/}Server.userException
faultSubcode:
faultString: java.io.EOFException
faultActor:
faultNode:
faultDetail: {http://xml.apache.org/axis/}stackTrace:java.io.EOFException

The error is thrown on this line in the client program - java.lang.Object resp = call.invoke(new java.lang.Object[] {parameters});

I dont get any connection refused or certificate error.

Is there any weblogic configuration which should be done for the linux system.

Any help would be appreciated.
Thanks.
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on May 19 2010
Added on Apr 17 2010
3 comments
699 views