From dev-return-189878-archive-asf-public=cust-asf.ponee.io@tomcat.apache.org Thu Mar 29 15:22:26 2018 Return-Path: X-Original-To: archive-asf-public@cust-asf.ponee.io Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by mx-eu-01.ponee.io (Postfix) with SMTP id 784E1180645 for ; Thu, 29 Mar 2018 15:22:25 +0200 (CEST) Received: (qmail 78082 invoked by uid 500); 29 Mar 2018 13:22:24 -0000 Mailing-List: contact dev-help@tomcat.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: "Tomcat Developers List" Delivered-To: mailing list dev@tomcat.apache.org Received: (qmail 78072 invoked by uid 99); 29 Mar 2018 13:22:24 -0000 Received: from pnap-us-west-generic-nat.apache.org (HELO spamd4-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 29 Mar 2018 13:22:24 +0000 Received: from localhost (localhost [127.0.0.1]) by spamd4-us-west.apache.org (ASF Mail Server at spamd4-us-west.apache.org) with ESMTP id ABF0DC0563 for ; Thu, 29 Mar 2018 13:22:23 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd4-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: -10.311 X-Spam-Level: X-Spam-Status: No, score=-10.311 tagged_above=-999 required=6.31 tests=[ENV_AND_HDR_SPF_MATCH=-0.5, RCVD_IN_DNSWL_MED=-2.3, SPF_PASS=-0.001, T_RP_MATCHES_RCVD=-0.01, USER_IN_DEF_SPF_WL=-7.5] autolearn=disabled Received: from mx1-lw-us.apache.org ([10.40.0.8]) by localhost (spamd4-us-west.apache.org [10.40.0.11]) (amavisd-new, port 10024) with ESMTP id 5jkkgLLHPCK6 for ; Thu, 29 Mar 2018 13:22:22 +0000 (UTC) Received: from mailrelay1-us-west.apache.org (mailrelay1-us-west.apache.org [209.188.14.139]) by mx1-lw-us.apache.org (ASF Mail Server at mx1-lw-us.apache.org) with ESMTP id 3C8785F17B for ; Thu, 29 Mar 2018 13:22:22 +0000 (UTC) Received: from asf-bz1-us-mid.priv.apache.org (nat1-us-mid.apache.org [23.253.172.122]) by mailrelay1-us-west.apache.org (ASF Mail Server at mailrelay1-us-west.apache.org) with ESMTPS id A8721E0056 for ; Thu, 29 Mar 2018 13:22:21 +0000 (UTC) Received: by asf-bz1-us-mid.priv.apache.org (ASF Mail Server at asf-bz1-us-mid.priv.apache.org, from userid 33) id EC1FB61030; Thu, 29 Mar 2018 13:22:20 +0000 (UTC) From: bugzilla@apache.org To: dev@tomcat.apache.org Subject: [Bug 62231] New: java.lang.IllegalStateException: Component ID main:j_idt56 has already been found in the view Date: Thu, 29 Mar 2018 13:22:20 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: new X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Tomcat 7 X-Bugzilla-Component: Servlet & JSP API X-Bugzilla-Version: 7.0.82 X-Bugzilla-Keywords: X-Bugzilla-Severity: critical X-Bugzilla-Who: rambabu.pappala@accenture.com X-Bugzilla-Status: NEW X-Bugzilla-Resolution: X-Bugzilla-Priority: P2 X-Bugzilla-Assigned-To: dev@tomcat.apache.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: bug_id short_desc product version rep_platform bug_status bug_severity priority component assigned_to reporter target_milestone Message-ID: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: https://bz.apache.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 https://bz.apache.org/bugzilla/show_bug.cgi?id=3D62231 Bug ID: 62231 Summary: java.lang.IllegalStateException: Component ID main:j_idt56 has already been found in the view Product: Tomcat 7 Version: 7.0.82 Hardware: PC Status: NEW Severity: critical Priority: P2 Component: Servlet & JSP API Assignee: dev@tomcat.apache.org Reporter: rambabu.pappala@accenture.com Target Milestone: --- Hi, We are migrating the application from IBM WAS8.5.2 to Tomcat 7. We have used javax.faces-2.1.7 to compile and run the JSF pages in the current project. = The issue related to the state saving in session scope. The dynamic ID which generating and append to the form id is not refreshing by which causing the below error. Could you please help us to resolve this issue and it is urgent because of this Application paused to move for Go Live. HTTP Status 500 - Component ID main:j_idt56 has already been found in the v= iew.=20 type Exception report message Component ID main:j_idt56 has already been found in the view.=20 description The server encountered an internal error that prevented it from fulfilling this request. exception=20 javax.servlet.ServletException: Component ID main:j_idt56 has already been found in the view.=20=20 javax.faces.webapp.FacesServlet.service(FacesServlet.java:606) =20=20=20=20=20=20=20 org.apache.myfaces.webapp.filter.ExtensionsFilter.doFilter(ExtensionsFilter= .java:349) org.apache.tomcat.websocket.server.WsFilter.doFilter(WsFilter.java:= 52) com.aig.pad.servlet.PADFilterServlet.doFilter(PADFilterServlet.java= :51) root cause=20 java.lang.IllegalStateException: Component ID main:j_idt56 has already been found in the view.=20=20 com.sun.faces.util.Util.checkIdUniqueness(Util.java:836) com.sun.faces.util.Util.checkIdUniqueness(Util.java:820) com.sun.faces.util.Util.checkIdUniqueness(Util.java:820) =20=20=20=20=20=20=20 com.sun.faces.application.view.FaceletPartialStateManagementStrategy.saveVi= ew(FaceletPartialStateManagementStrategy.java:461) =20=20=20=20=20=20=20 com.sun.faces.application.StateManagerImpl.saveView(StateManagerImpl.java:8= 9) =20=20=20=20=20=20=20 com.sun.faces.application.view.WriteBehindStateWriter.flushToWriter(WriteBe= hindStateWriter.java:225) =20=20=20=20=20=20=20 com.sun.faces.application.view.FaceletViewHandlingStrategy.renderView(Facel= etViewHandlingStrategy.java:456) =20=20=20=20=20=20=20 com.sun.faces.application.view.MultiViewHandler.renderView(MultiViewHandler= .java:124) =20=20=20=20=20=20=20 javax.faces.application.ViewHandlerWrapper.renderView(ViewHandlerWrapper.ja= va:286) =20=20=20=20=20=20=20 org.apache.myfaces.tomahawk.application.ResourceViewHandlerWrapper.renderVi= ew(ResourceViewHandlerWrapper.java:93) =20=20=20=20=20=20=20 com.sun.faces.lifecycle.RenderResponsePhase.execute(RenderResponsePhase.jav= a:120) com.sun.faces.lifecycle.Phase.doPhase(Phase.java:101) com.sun.faces.lifecycle.LifecycleImpl.render(LifecycleImpl.java:139) javax.faces.webapp.FacesServlet.service(FacesServlet.java:594) =20=20=20=20=20=20=20 org.apache.myfaces.webapp.filter.ExtensionsFilter.doFilter(ExtensionsFilter= .java:349) org.apache.tomcat.websocket.server.WsFilter.doFilter(WsFilter.java:= 52) com.aig.pad.servlet.PADFilterServlet.doFilter(PADFilterServlet.java= :51) --=20 You are receiving this mail because: You are the assignee for the bug.= --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscribe@tomcat.apache.org For additional commands, e-mail: dev-help@tomcat.apache.org