cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Error: Problem Reading Data From Server java.io.EOFException

Former Member
0 Likes
685

I have 3 charts on an irpt page. Each uses an XAcute query to call a transaction. The transaction calls an ABAP function. The data is loaded into an illuminator document. At the end of the transaction the result set it assigned to an XML recordset which is returned via an output transaction parameter.

In the java console I get the following message 3 times (1 for each applet I assume): Problem Reading Data From Server java.io.EOFException.

I understand that it's an end of file message, but how do I prevent it?

Thanks,

Jeff

Accepted Solutions (0)

Answers (3)

Answers (3)

Former Member
0 Likes

Hi Jeff,

Did you check taht your transaction and Xacute query are working properly. Try to simulate the Xacute query and transaction with the same in puts whatever you are givng from the irpt page. If they execute properly, then i think you need to go and check the options mentioned by Rick.

Thanks,

Rajesh.

Former Member
0 Likes

Hi Jeffrey,

I hope this may be due to "Connection closed by remote host". The irpt page is running with the servlets.It has been written that you are using the applets. Try with the servlets.

Regards,

Kishore

salvatore_castro
Product and Topic Expert
Product and Topic Expert
0 Likes

Jeff,

The problem is because no data is being returned from the transaction probably due to an error in it's execution. Are you capturing the JCO success and return type error messages?

Regards,

Salvatore Castro

Sr. Solution Architect

Former Member
0 Likes

Even with a transaction execution error, you should never get an EOFException. Something else is likely going on (page not being loaded via IIS? authentication? network issues?).

- RIck