Project:
View Revisions: Issue #29977 | [ All Revisions ] [ Back to Issue ] | ||
Summary | 0029977: ClientAbortException with multiple overlapped print request to PrintController in the same session | ||
Revision | 2015-05-22 11:26 by caristu | ||
Description | When performing multiple overlapped print request in the same session, a ClientAbortException can be raised in the log, making some print request not returning the result. This is happening because the PrintController class is not thread-safe. In this case, the following error appears in the log: ClientAbortException: java.net.SocketException: Broken pipe This problem only happens when the requests are done in the same session. |
||
Revision | 2015-05-22 11:26 by caristu | ||
Description | When performing multiple overlapped print request in the same session, a ClientAbortException can be raised in the log, making some print request not returning the result. This is happening because the PrintController class is not thread-safe. In this case, the following error appears in the log: ClientAbortException: java.net.SocketException: Broken pipe This problem only happens when the request are done in the same session. |
||
Revision | 2015-05-22 11:19 by caristu | ||
Description | When performing multiple overlapped print request in the same session, a ClientAbortException can be raised in the log, making some print request not returning the result. This is happening because the PrintController class is not thread-safe. In this case, the following error appears in the log: ClientAbortException: java.net.SocketException: Broken pipe |
Copyright © 2000 - 2009 MantisBT Group |