Return-Path: Delivered-To: apmail-myfaces-users-archive@www.apache.org Received: (qmail 91289 invoked from network); 19 Apr 2005 07:15:18 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 19 Apr 2005 07:15:18 -0000 Received: (qmail 81622 invoked by uid 500); 19 Apr 2005 07:15:13 -0000 Delivered-To: apmail-myfaces-users-archive@myfaces.apache.org Received: (qmail 81578 invoked by uid 500); 19 Apr 2005 07:15:13 -0000 Mailing-List: contact users-help@myfaces.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: "MyFaces Discussion" Delivered-To: mailing list users@myfaces.apache.org Received: (qmail 81563 invoked by uid 99); 19 Apr 2005 07:15:12 -0000 X-ASF-Spam-Status: No, hits=0.9 required=10.0 tests=DNS_FROM_RFC_ABUSE,FROM_ENDS_IN_NUMS X-Spam-Check-By: apache.org Received-SPF: pass (hermes.apache.org: local policy includes SPF record at spf.trusted-forwarder.org) Received: from web26603.mail.ukl.yahoo.com (HELO web26603.mail.ukl.yahoo.com) (217.146.176.53) by apache.org (qpsmtpd/0.28) with SMTP; Tue, 19 Apr 2005 00:15:11 -0700 Received: (qmail 27343 invoked by uid 60001); 19 Apr 2005 07:15:07 -0000 Message-ID: <20050419071507.27341.qmail@web26603.mail.ukl.yahoo.com> Received: from [163.162.242.44] by web26603.mail.ukl.yahoo.com via HTTP; Tue, 19 Apr 2005 00:15:07 PDT Date: Tue, 19 Apr 2005 00:15:07 -0700 (PDT) From: rosalba bochicchio Subject: Re: MyFaces & Weblogoc 8.1 sp4 To: MyFaces Discussion , "Roger Lee, NOTiFY" In-Reply-To: 6667 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Virus-Checked: Checked X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N Hi Roger, I had the same problem trying to make myFaces examples 1.0.9 work in WebLogic8.1 SP3 while examples from version 1.0.8 work fine.The exception I get when trying to run the examples is the following one: Error 500--Internal Server Error javax.faces.FacesException: javax/servlet/jsp/el/FunctionMapper at org.apache.myfaces.context.servlet.ServletExternalContextImpl.dispatch(Ljava.lang.String;)V(ServletExternalContextImpl.java:411) at org.apache.myfaces.application.jsp.JspViewHandlerImpl.renderView(Ljavax.faces.context.FacesContext;Ljavax.faces.component.UIViewRoot;)V(JspViewHandlerImpl.java:280) at org.apache.myfaces.lifecycle.LifecycleImpl.render(Ljavax.faces.context.FacesContext;)V(LifecycleImpl.java:300) at javax.faces.webapp.FacesServlet.service(Ljavax.servlet.ServletRequest;Ljavax.servlet.ServletResponse;)V(FacesServlet.java:110) at weblogic.servlet.internal.ServletStubImpl$ServletInvocationAction.run()Ljava.lang.Object;(ServletStubImpl.java:996) at weblogic.servlet.internal.ServletStubImpl.invokeServlet(Ljavax.servlet.ServletRequest;Ljavax.servlet.ServletResponse;Lweblogic.servlet.internal.FilterChainImpl;)V(ServletStubImpl.java:419) at weblogic.servlet.internal.TailFilter.doFilter(Ljavax.servlet.ServletRequest;Ljavax.servlet.ServletResponse;Ljavax.servlet.FilterChain;)V(TailFilter.java:28) at weblogic.servlet.internal.FilterChainImpl.doFilter(Ljavax.servlet.ServletRequest;Ljavax.servlet.ServletResponse;)V(FilterChainImpl.java:27) at org.apache.myfaces.component.html.util.ExtensionsFilter.doFilter(Ljavax.servlet.ServletRequest;Ljavax.servlet.ServletResponse;Ljavax.servlet.FilterChain;)V(ExtensionsFilter.java:112) at weblogic.servlet.internal.FilterChainImpl.doFilter(Ljavax.servlet.ServletRequest;Ljavax.servlet.ServletResponse;)V(FilterChainImpl.java:27) at weblogic.servlet.internal.WebAppServletContext$ServletInvocationAction.run()Ljava.lang.Object;(WebAppServletContext.java:6458) at weblogic.security.acl.internal.AuthenticatedSubject.doAs(Lweblogic.security.subject.AbstractSubject;Ljava.security.PrivilegedAction;)Ljava.lang.Object;(AuthenticatedSubject.java:321) at weblogic.security.service.SecurityManager.runAs(Lweblogic.security.acl.internal.AuthenticatedSubject;Lweblogic.security.acl.internal.AuthenticatedSubject;Ljava.security.PrivilegedAction;)Ljava.lang.Object;(SecurityManager.java:118) at weblogic.servlet.internal.WebAppServletContext.invokeServlet(Lweblogic.servlet.internal.ServletRequestImpl;Lweblogic.servlet.internal.ServletResponseImpl;)V(WebAppServletContext.java:3661) at weblogic.servlet.internal.ServletRequestImpl.execute(Lweblogic.kernel.ExecuteThread;)V(ServletRequestImpl.java:2630) at weblogic.kernel.ExecuteThread.execute(Lweblogic.kernel.ExecuteRequest;)V(ExecuteThread.java:219) at weblogic.kernel.ExecuteThread.run()V(ExecuteThread.java:178) at java.lang.Thread.startThreadFromVM(Ljava.lang.Thread;)V(Unknown Source) Caused by: javax.servlet.ServletException: javax/servlet/jsp/el/FunctionMapper at weblogic.servlet.internal.ServletStubImpl.invokeServlet(Ljavax.servlet.ServletRequest;Ljavax.servlet.ServletResponse;Lweblogic.servlet.internal.FilterChainImpl;)V(ServletStubImpl.java:469) at weblogic.servlet.internal.ServletStubImpl.invokeServlet(Ljavax.servlet.ServletRequest;Ljavax.servlet.ServletResponse;Lweblogic.servlet.internal.FilterChainImpl;)V(ServletStubImpl.java:463) at weblogic.servlet.internal.ServletStubImpl.invokeServlet(Ljavax.servlet.ServletRequest;Ljavax.servlet.ServletResponse;)V(ServletStubImpl.java:315) at weblogic.servlet.internal.RequestDispatcherImpl.forward(Ljavax.servlet.ServletRequest;Ljavax.servlet.ServletResponse;)V(RequestDispatcherImpl.java:318) at org.apache.myfaces.context.servlet.ServletExternalContextImpl.dispatch(Ljava.lang.String;)V(ServletExternalContextImpl.java:405) ... 17 more but I didn't manage solving it yet...sorry! Rosalba --- "Roger Lee, NOTiFY" wrote: > Have moved my App to WLS 8.1 sp4 and I can't get > past the first screen. > > Seen quite a few postings re WLS 8.1 but can't find > them in the Archive. > > Any pointers? > > Thanks, > > Roger Lee > > > Internet communications are not secure and therefore > NOTiFY > does not accept legal responsibility for the > contents of this message. > Although NOTiFY operates anti-virus programmes, it > does not > accept responsibility for any damage whatsoever that > is caused by > viruses being passed. Any views or opinions > presented are solely those > of the author and do not necessarily represent those > of NOTiFY. > Replies to this email may be monitored by NOTiFY for > operational or > business reasons. > > > ----- Original Message ----- > From: "CupertinoIndian" > To: > Sent: Monday, April 18, 2005 5:14 PM > Subject: Re: Navigation not working in MyFaces > (works with Sun's RI) > > > > > > (reposting as the old thread is too old and nobody > is reading it) > > > > > > I tested this web application on websphere as well > as weblogic. I tested > > on two different boxes. Now I am convinced that it > is a problem with > > MyFaces. > > > > I couldn't attach my project zip file here, I > posted it to this location > > > http://www.geocities.com/cupertinoindian/MyFacesTest.zip > > Hopefully you can access it from there. > > > > Install this web project (it is a WSAD/Websphere > project but can easily > > be installed in eclipse/weblogic). Go to URL > > http://localhost/myFacesTest/jsf/start.faces > > click next, dummy.faces is displayed > > click next, dummy.faces is displayed again (which > is correct) but this > > time there is no data. The application works if > you try it with Sun's > > Reference Implementation. > > > > Note that the bean clientTaskHandler is configured > to be request scope. > > If you change it to session scope, try the test > again and this time the > > dummy.faces always has the data. > > > > Alternatively, if you replace myfaces jars with > Sun's RI jars, the > > application works as well. > > > > Thanks > > > > > > > > __________________________________ Do you Yahoo!? Plan great trips with Yahoo! Travel: Now over 17,000 guides! http://travel.yahoo.com/p-travelguide