Jump to content
We've recently updated our Privacy Statement, available here ×

Fill Report exception


babs

Recommended Posts

Hi All,

I am going good with developing the reports. using ireport 3.0  and jasper server 3.0

in ireport created a report. compiled and Run in Ireport.  Get to see the report in IReport Jasper Viewer. (this report displayed some 1100 rows). so everything good.

now, I right click the report unit in ireport and then Run Report Unit in order to fill the report on the  jasper server. It takes like 10 minutes saying filling report on server and then crashes in ireport message console giving following error.

How can I get rid of this error ?   Any jasper export faced this issue ?

Filling report on server: http://localhost:8080/jasperserver/services/repository 
; nested exception is: java.net.SocketTimeoutException: Read timed out
AxisFault   faultCode: {http://schemas.xmlsoap.org/soap/envelope/}Server.userException   faultSubcode:    faultString: java.net.SocketTimeoutException: Read timed out   faultActor:    faultNode:    faultDetail:       {http://xml.apache.org/axis/}stackTrace:java.net.SocketTimeoutException: Read timed out      at java.net.SocketInputStream.socketRead0(Native Method)      at java.net.SocketInputStream.read(SocketInputStream.java:129)      at java.io.BufferedInputStream.fill(BufferedInputStream.java:218)      at java.io.BufferedInputStream.read(BufferedInputStream.java:235)      at org.apache.commons.httpclient.HttpParser.readRawLine(HttpParser.java:78)      at org.apache.commons.httpclient.HttpParser.readLine(HttpParser.java:106)      at org.apache.commons.httpclient.HttpConnection.readLine(HttpConnection.java:1116)      at org.apache.commons.httpclient.MultiThreadedHttpConnectionManager$HttpConnectionAdapter.readLine(MultiThreadedHttpConnectionManager.java:1413)      at org.apache.commons.httpclient.HttpMethodBase.readStatusLine(HttpMethodBase.java:1973)      at org.apache.commons.httpclient.HttpMethodBase.readResponse(HttpMethodBase.java:1735)      at org.apache.commons.httpclient.HttpMethodBase.execute(HttpMethodBase.java:1098)      at org.apache.commons.httpclient.HttpMethodDirector.executeWithRetry(HttpMethodDirector.java:398)      at org.apache.commons.httpclient.HttpMethodDirector.executeMethod(HttpMethodDirector.java:171)      at org.apache.commons.httpclient.HttpClient.executeMethod(HttpClient.java:397)      at org.apache.axis.transport.http.CommonsHTTPSender.invoke(CommonsHTTPSender.java:196)      at org.apache.axis.strategies.InvocationStrategy.visit(InvocationStrategy.java:32)      at org.apache.axis.SimpleChain.doVisiting(SimpleChain.java:118)      at org.apache.axis.SimpleChain.invoke(SimpleChain.java:83)      at org.apache.axis.client.AxisClient.invoke(AxisClient.java:165)      at org.apache.axis.client.Call.invokeEngine(Call.java:2784)      at org.apache.axis.client.Call.invoke(Call.java:2767)      at org.apache.axis.client.Call.invoke(Call.java:2443)      at org.apache.axis.client.Call.invoke(Call.java:2366)      at org.apache.axis.client.Call.invoke(Call.java:1812)      at com.jaspersoft.jasperserver.irplugin.wsclient.RepositorySoapBindingStub.runReport(RepositorySoapBindingStub.java:193)      at com.jaspersoft.jasperserver.irplugin.wsclient.WSClient.runReport(WSClient.java:390)      at com.jaspersoft.jasperserver.irplugin.wsclient.WSClient.runReport(WSClient.java:311)      at com.jaspersoft.jasperserver.irplugin.ReportRunner.run(ReportRunner.java:80)      at java.lang.Thread.run(Thread.java:595)        {http://xml.apache.org/axis/}hostname:rpisolkar-e8210    java.net.SocketTimeoutException: Read timed out      at org.apache.axis.AxisFault.makeFault(AxisFault.java:101)      at org.apache.axis.transport.http.CommonsHTTPSender.invoke(CommonsHTTPSender.java:301)      at org.apache.axis.strategies.InvocationStrategy.visit(InvocationStrategy.java:32)      at org.apache.axis.SimpleChain.doVisiting(SimpleChain.java:118)      at org.apache.axis.SimpleChain.invoke(SimpleChain.java:83)      at org.apache.axis.client.AxisClient.invoke(AxisClient.java:165)      at org.apache.axis.client.Call.invokeEngine(Call.java:2784)      at org.apache.axis.client.Call.invoke(Call.java:2767)      at org.apache.axis.client.Call.invoke(Call.java:2443)      at org.apache.axis.client.Call.invoke(Call.java:2366)      at org.apache.axis.client.Call.invoke(Call.java:1812)      at com.jaspersoft.jasperserver.irplugin.wsclient.RepositorySoapBindingStub.runReport(RepositorySoapBindingStub.java:193)      at com.jaspersoft.jasperserver.irplugin.wsclient.WSClient.runReport(WSClient.java:390)      at com.jaspersoft.jasperserver.irplugin.wsclient.WSClient.runReport(WSClient.java:311)      at com.jaspersoft.jasperserver.irplugin.ReportRunner.run(ReportRunner.java:80)      at java.lang.Thread.run(Thread.java:595)  Caused by: java.net.SocketTimeoutException: Read timed out      at java.net.SocketInputStream.socketRead0(Native Method)      at java.net.SocketInputStream.read(SocketInputStream.java:129)      at java.io.BufferedInputStream.fill(BufferedInputStream.java:218)      at java.io.BufferedInputStream.read(BufferedInputStream.java:235)      at org.apache.commons.httpclient.HttpParser.readRawLine(HttpParser.java:78)      at org.apache.commons.httpclient.HttpParser.readLine(HttpParser.java:106)      at org.apache.commons.httpclient.HttpConnection.readLine(HttpConnection.java:1116)      at org.apache.commons.httpclient.MultiThreadedHttpConnectionManager$HttpConnectionAdapter.readLine(MultiThreadedHttpConnectionManager.java:1413)      at org.apache.commons.httpclient.HttpMethodBase.readStatusLine(HttpMethodBase.java:1973)      at org.apache.commons.httpclient.HttpMethodBase.readResponse(HttpMethodBase.java:1735)      at org.apache.commons.httpclient.HttpMethodBase.execute(HttpMethodBase.java:1098)      at org.apache.commons.httpclient.HttpMethodDirector.executeWithRetry(HttpMethodDirector.java:398)      at org.apache.commons.httpclient.HttpMethodDirector.executeMethod(HttpMethodDirector.java:171)      at org.apache.commons.httpclient.HttpClient.executeMethod(HttpClient.java:397)      at org.apache.axis.transport.http.CommonsHTTPSender.invoke(CommonsHTTPSender.java:196)      ... 14 more 

Link to comment
Share on other sites

  • 7 months later...
  • Replies 3
  • Created
  • Last Reply

Top Posters In This Topic

thanks for the quick reply.

1. when running from the web interface i recive something like "server read error"

2.working with ireports the server is remote.

3. Can I change the timeout interval?  when you mention the server log you mean jasperserver or the Apache etc ..?

thanks!

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

×
×
  • Create New...