Return-Path: X-Original-To: apmail-myfaces-dev-archive@www.apache.org Delivered-To: apmail-myfaces-dev-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 0AF65104F0 for ; Tue, 28 Apr 2015 13:50:07 +0000 (UTC) Received: (qmail 58245 invoked by uid 500); 28 Apr 2015 13:50:06 -0000 Delivered-To: apmail-myfaces-dev-archive@myfaces.apache.org Received: (qmail 58175 invoked by uid 500); 28 Apr 2015 13:50:06 -0000 Mailing-List: contact dev-help@myfaces.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: "MyFaces Development" Delivered-To: mailing list dev@myfaces.apache.org Received: (qmail 58149 invoked by uid 99); 28 Apr 2015 13:50:06 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 28 Apr 2015 13:50:06 +0000 Date: Tue, 28 Apr 2015 13:50:06 +0000 (UTC) From: "Dennis Kieselhorst (JIRA)" To: dev@myfaces.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (MYFACES-3987) NPE in FlashImpl.isKeepMessages 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/MYFACES-3987?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14517038#comment-14517038 ] Dennis Kieselhorst commented on MYFACES-3987: --------------------------------------------- This seems to happen after a 404 not found. > NPE in FlashImpl.isKeepMessages > ------------------------------- > > Key: MYFACES-3987 > URL: https://issues.apache.org/jira/browse/MYFACES-3987 > Project: MyFaces Core > Issue Type: Bug > Affects Versions: 2.2.8 > Reporter: Dennis Kieselhorst > Priority: Minor > > Happens during Selenium test execution in http://svn.apache.org/repos/asf/myfaces/tobago/trunk/tobago-example/tobago-example-test/ for sheet-selector.jspx: > {noformat} > java.lang.NullPointerException > at org.apache.myfaces.shared.context.flash.FlashImpl.isKeepMessages(FlashImpl.java:395) > at org.apache.myfaces.shared.context.flash.FlashImpl._saveMessages(FlashImpl.java:686) > at org.apache.myfaces.shared.context.flash.FlashImpl.doPostPhaseActions(FlashImpl.java:271) > at org.apache.myfaces.lifecycle.LifecycleImpl.render(LifecycleImpl.java:280) > at javax.faces.webapp.FacesServlet.service(FacesServlet.java:200) > at org.eclipse.jetty.servlet.ServletHolder.handle(ServletHolder.java:806) > at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1669) > at org.apache.myfaces.tobago.webapp.TobagoMultipartFormdataFilter.doFilter(TobagoMultipartFormdataFilter.java:124) > at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1652) > at org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:585) > at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:143) > at org.eclipse.jetty.security.SecurityHandler.handle(SecurityHandler.java:550) > at org.eclipse.jetty.server.session.SessionHandler.doHandle(SessionHandler.java:223) > at org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1128) > at org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:515) > at org.eclipse.jetty.server.session.SessionHandler.doScope(SessionHandler.java:185) > at org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1062) > at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:141) > at org.eclipse.jetty.server.handler.ContextHandlerCollection.handle(ContextHandlerCollection.java:215) > at org.eclipse.jetty.server.handler.HandlerCollection.handle(HandlerCollection.java:110) > at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:113) > at org.eclipse.jetty.server.Server.handle(Server.java:507) > at org.eclipse.jetty.server.HttpChannel.handle(HttpChannel.java:284) > at org.eclipse.jetty.server.HttpConnection.onFillable(HttpConnection.java:237) > at org.eclipse.jetty.io.AbstractConnection$ReadCallback.succeeded(AbstractConnection.java:240) > at org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:93) > at org.eclipse.jetty.io.SelectChannelEndPoint$2.run(SelectChannelEndPoint.java:53) > at org.eclipse.jetty.util.thread.strategy.ExecuteProduceRun.produceAndRun(ExecuteProduceRun.java:191) > at org.eclipse.jetty.util.thread.strategy.ExecuteProduceRun.run(ExecuteProduceRun.java:126) > at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:641) > at org.eclipse.jetty.util.thread.QueuedThreadPool$3.run(QueuedThreadPool.java:559) > at java.lang.Thread.run(Thread.java:745) > {noformat} -- This message was sent by Atlassian JIRA (v6.3.4#6332)