Oscache Error error while trying to flush writer

Source: Internet
Author: User

Struts2.3 + spring3 + hibernate3 Development
Now I want to use Oscache to improve the performance and find problems in use.
For example, use the struts2 tag
<Cache: cache time = "60" Scope = "session">
<S: Action name = "ztree. Action" executeresult = "false"/>
</Cache: cache>
The action function reads data from the database and reports an error.
Warn [http-8080-Processor5] actioncomponent: 122- Error while trying to flush writer
Java. Io. ioexception: Illegal to flush within a custom tag
At javax. servlet. jsp. tagext. bodycontent. Flush (bodycontent. Java: 79)
At com. opensymphony. webwork. components. actioncomponent. End (actioncomponent. Java: 120)
At com. opensymphony. webwork. Views. jsp. componenttagsupport. doendtag (componenttagsupport. Java: 21)
At org. Apache. JSPs. oscachedemo_jsp. _ jspx_meth_ww_action_0 (Org. Apache. jsp. oscachedemo_jsp: 232)
At org. Apache. jsp. oscachedemo_jsp. _ jspx_meth_cache_cache_0 (Org. Apache. jsp. oscachedemo_jsp: 178)

However, data can be retrieved from the same table.
Refresh the cache portion of the page within one minute.
Set flush = "false" to false.

<Cache: cache time = "60" Scope = "session">
<S: Action name = "ztree. Action" executeresult = "false" Flush = "false"/>
</Cache: cache>

Oscache Error error while trying to flush writer

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.