Return-Path: X-Original-To: apmail-struts-issues-archive@minotaur.apache.org Delivered-To: apmail-struts-issues-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id BD32211CF8 for ; Wed, 9 Apr 2014 20:41:57 +0000 (UTC) Received: (qmail 41276 invoked by uid 500); 9 Apr 2014 20:41:38 -0000 Delivered-To: apmail-struts-issues-archive@struts.apache.org Received: (qmail 41016 invoked by uid 500); 9 Apr 2014 20:41:23 -0000 Mailing-List: contact issues-help@struts.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@struts.apache.org Delivered-To: mailing list issues@struts.apache.org Received: (qmail 40973 invoked by uid 99); 9 Apr 2014 20:41:20 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 09 Apr 2014 20:41:20 +0000 Date: Wed, 9 Apr 2014 20:41:20 +0000 (UTC) From: "Paul Benedict (JIRA)" To: issues@struts.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (WW-4320) Unable to write tag exception randomly MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/WW-4320?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13964643#comment-13964643 ] Paul Benedict commented on WW-4320: ----------------------------------- Unfortunately, DefaultTheme.renderTag() catches IOException but does not chain it to StrutsException. The root cause is thus missing making this problem difficult to debug. > Unable to write tag exception randomly > ---------------------------------------- > > Key: WW-4320 > URL: https://issues.apache.org/jira/browse/WW-4320 > Project: Struts 2 > Issue Type: Bug > Components: Plugin - Java Templates > Affects Versions: 2.3.15.3 > Environment: Red Hat Enterprise 5 , Oracle Web Logic 10 . 2GB JVM > Reporter: Jibran Tariq > Priority: Critical > Labels: javatemplate, plugin, rendering, weblogic > Original Estimate: 48h > Remaining Estimate: 48h > > I am getting "unable to write tag exception" randomly on any UIBean component when I visits more than 3 jsps. > In each jsp. I am using more than 55 component tags for rending on JSP. > The stack trace is given below : > Servlet failed with Exception > Unable to write tag: select - [unknown location] > at org.apache.struts2.components.UIBean.end(UIBean.java:528) > at org.apache.struts2.views.jsp.ComponentTagSupport.doEndTag(ComponentTagSupport.java:42) > at jsp_servlet._webpages._main._view.__main._jsp__tag47(__viewnotes.java:2198) > at jsp_servlet._webpages._main._view.__main._jspService(__main.java:693) > at weblogic.servlet.jsp.JspBase.service(JspBase.java:34) > Truncated. see log file for complete stacktrace > Unable to write tag: select - [unknown location] > at org.apache.struts2.views.java.DefaultTheme.renderTag(DefaultTheme.java:122) > at org.apache.struts2.views.java.JavaTemplateEngine.renderTemplate(JavaTemplateEngine.java:95) > at org.apache.struts2.components.UIBean.mergeTemplate(UIBean.java:572) > at org.apache.struts2.components.UIBean.end(UIBean.java:526) > at org.apache.struts2.views.jsp.ComponentTagSupport.doEndTag(ComponentTagSupport.java:42) -- This message was sent by Atlassian JIRA (v6.2#6252)