ICEfaces
  1. ICEfaces
  2. ICE-7865

showcase app - content not rendered if using MyFaces on WAS7

    Details

    • Type: Bug Bug
    • Status: Closed
    • Priority: Major Major
    • Resolution: Fixed
    • Affects Version/s: EE-3.0.0.BETA
    • Component/s: Sample Apps
    • Labels:
      None
    • Environment:
      ICEfaces 3.0.x-maintenance branch rev. 28123 (WAS7), 28205 (Glassfish2.1.1) with MyFaces
      Servers: WAS7 (lnvm2), Glassfish2.1.1 (lnvm1)
      Browsers: all
    • Assignee Priority:
      P1
    • Affects:
      Compatibility/Configuration

      Description

      If deploying the showcase application built with MyFaces libraries onto IBM WebSphere7 or Glassfish 2.1.1, when loading the main page in any browser, no content is rendered for any of the ACE or ICE components - see attached screen shot.

      Steps to reproduce:

      WAS7 (lnvm2):
      - Build the showcase.war with MyFaces:
      ant clean servlet-profile -Dmyfaces="true"
      - start WAS7, deploy the war file using the admin console using: http://wiki.icesoft.com/display/IFEE2/Server+Configuration+Appendices .
      - load the showcase main page in any browser:
      http://lnvm2.icesoft.domain:9081/showcase

      Glassfish2.1.1 (lnvm1):
      - Build the showcase.war with MyFaces:
      ant clean servlet-profile -Dmyfaces="true"
      - Add a run-time deployment descriptor (sun-web.xml) file to the WEB-INF directory of the showcase app, with the content:

      <?xml version="1.0" encoding="UTF-8"?>
      <!DOCTYPE sun-web-app PUBLIC '-//Sun Microsystems, Inc.//DTD
        Application Server 9.0 Servlet 2.5//EN'
        'http://www.sun.com/software/appserver/dtds/sun-web-app_2_5-0.dtd&#39;>

      <sun-web-app>
        <class-loader delegate="false" />
        <property name="useBundledJsf" value="true"/>
      </sun-web-app>

      - start Glassfish 2.1.1, deploy the war file to location: /opt/glassfish/glassfish_v2.1.1/domains/domain1/autodeploy
      - load the showcase main page in any browser:
      http://lnvm2.icesoft.domain:9081/showcase
      1. server.log
        752 kB
        Carmen Cristurean
      2. Showcase Error Server Log File 06-26-2012.txt
        3 kB
        Jerome Ruzol
      1. showcase-myfaces-glassfish2.1.1-was7.png
        196 kB

        Activity

        Hide
        Carmen Cristurean added a comment -

        There are no issues if deploying the same showcase.war files onto Tomcat6.

        Show
        Carmen Cristurean added a comment - There are no issues if deploying the same showcase.war files onto Tomcat6.
        Hide
        Carmen Cristurean added a comment -

        Glassfish 2.1.1 server log has been attached.

        Show
        Carmen Cristurean added a comment - Glassfish 2.1.1 server log has been attached.
        Hide
        Deryk Sinotte added a comment -

        I was only able to get MyFaces running using a shared library - changing the parent classloader setting did not seem to work for me. Talking with Jack, he said he was able to get the parent classloading technique to work but will confirm that's the case.

        Once I got the shared library set up and ran showcase, I ended up seeing something very similar to what Carmen reports where the first page doesn't fully render. The log reports this issue which I will investigate.

        [3/9/12 23:29:20:051 PST] 00000015 webapp E com.ibm.ws.webcontainer.webapp.WebApp logServletError SRVE0293E: [Servlet Error]-[Faces Servlet]: java.lang.NullPointerException
        at com.ibm.ws.webcontainer.srt.SRTServletResponse.setContentType(SRTServletResponse.java:1338)
        at org.apache.myfaces.application.ResourceHandlerImpl.handleResourceRequest(ResourceHandlerImpl.java:373)
        at org.icefaces.impl.push.servlet.ICEpushResourceHandler$ICEpushResourceHandlerImpl.handleResourceRequest(ICEpushResourceHandler.java:236)
        at org.icefaces.impl.push.servlet.ICEpushResourceHandler.handleResourceRequest(ICEpushResourceHandler.java:126)
        at org.icefaces.impl.push.DynamicResourceDispatcher.handleResourceRequest(DynamicResourceDispatcher.java:77)
        at org.icefaces.application.ResourceRegistry.handleResourceRequest(ResourceRegistry.java:117)
        at org.icefaces.impl.application.WindowScopeManager.handleSessionAwareResourceRequest(WindowScopeManager.java:69)
        at org.icefaces.impl.application.SessionAwareResourceHandlerWrapper.handleResourceRequest(SessionAwareResourceHandlerWrapper.java:40)
        at org.icefaces.impl.application.SessionTimeoutMonitor.handleSessionAwareResourceRequest(SessionTimeoutMonitor.java:71)
        at org.icefaces.impl.application.SessionAwareResourceHandlerWrapper.handleResourceRequest(SessionAwareResourceHandlerWrapper.java:40)
        at javax.faces.application.ResourceHandlerWrapper.handleResourceRequest(ResourceHandlerWrapper.java:62)
        at javax.faces.application.ResourceHandlerWrapper.handleResourceRequest(ResourceHandlerWrapper.java:62)
        at javax.faces.application.ResourceHandlerWrapper.handleResourceRequest(ResourceHandlerWrapper.java:62)
        at org.icefaces.impl.application.AuxUploadResourceHandler.handleResourceRequest(AuxUploadResourceHandler.java:78)
        at javax.faces.webapp.FacesServlet.service(FacesServlet.java:191)
        at com.ibm.ws.webcontainer.servlet.ServletWrapper.service(ServletWrapper.java:1655)
        at com.ibm.ws.webcontainer.servlet.ServletWrapper.handleRequest(ServletWrapper.java:937)
        at com.ibm.ws.webcontainer.servlet.ServletWrapper.handleRequest(ServletWrapper.java:500)
        at com.ibm.ws.webcontainer.servlet.ServletWrapperImpl.handleRequest(ServletWrapperImpl.java:178)
        at com.ibm.ws.webcontainer.webapp.WebApp.handleRequest(WebApp.java:3826)
        at com.ibm.ws.webcontainer.webapp.WebGroup.handleRequest(WebGroup.java:276)
        at com.ibm.ws.webcontainer.WebContainer.handleRequest(WebContainer.java:931)
        at com.ibm.ws.webcontainer.WSWebContainer.handleRequest(WSWebContainer.java:1583)
        at com.ibm.ws.webcontainer.channel.WCChannelLink.ready(WCChannelLink.java:186)
        at com.ibm.ws.http.channel.inbound.impl.HttpInboundLink.handleDiscrimination(HttpInboundLink.java:455)
        at com.ibm.ws.http.channel.inbound.impl.HttpInboundLink.handleNewInformation(HttpInboundLink.java:384)
        at com.ibm.ws.http.channel.inbound.impl.HttpICLReadCallback.complete(HttpICLReadCallback.java:83)
        at com.ibm.ws.tcp.channel.impl.AioReadCompletionListener.futureCompleted(AioReadCompletionListener.java:165)
        at com.ibm.io.async.AbstractAsyncFuture.invokeCallback(AbstractAsyncFuture.java:217)
        at com.ibm.io.async.AsyncChannelFuture.fireCompletionActions(AsyncChannelFuture.java:161)
        at com.ibm.io.async.AsyncFuture.completed(AsyncFuture.java:138)
        at com.ibm.io.async.ResultHandler.complete(ResultHandler.java:204)
        at com.ibm.io.async.ResultHandler.runEventProcessingLoop(ResultHandler.java:775)
        at com.ibm.io.async.ResultHandler$2.run(ResultHandler.java:905)
        at com.ibm.ws.util.ThreadPool$Worker.run(ThreadPool.java:1550)

        Show
        Deryk Sinotte added a comment - I was only able to get MyFaces running using a shared library - changing the parent classloader setting did not seem to work for me. Talking with Jack, he said he was able to get the parent classloading technique to work but will confirm that's the case. Once I got the shared library set up and ran showcase, I ended up seeing something very similar to what Carmen reports where the first page doesn't fully render. The log reports this issue which I will investigate. [3/9/12 23:29:20:051 PST] 00000015 webapp E com.ibm.ws.webcontainer.webapp.WebApp logServletError SRVE0293E: [Servlet Error] - [Faces Servlet] : java.lang.NullPointerException at com.ibm.ws.webcontainer.srt.SRTServletResponse.setContentType(SRTServletResponse.java:1338) at org.apache.myfaces.application.ResourceHandlerImpl.handleResourceRequest(ResourceHandlerImpl.java:373) at org.icefaces.impl.push.servlet.ICEpushResourceHandler$ICEpushResourceHandlerImpl.handleResourceRequest(ICEpushResourceHandler.java:236) at org.icefaces.impl.push.servlet.ICEpushResourceHandler.handleResourceRequest(ICEpushResourceHandler.java:126) at org.icefaces.impl.push.DynamicResourceDispatcher.handleResourceRequest(DynamicResourceDispatcher.java:77) at org.icefaces.application.ResourceRegistry.handleResourceRequest(ResourceRegistry.java:117) at org.icefaces.impl.application.WindowScopeManager.handleSessionAwareResourceRequest(WindowScopeManager.java:69) at org.icefaces.impl.application.SessionAwareResourceHandlerWrapper.handleResourceRequest(SessionAwareResourceHandlerWrapper.java:40) at org.icefaces.impl.application.SessionTimeoutMonitor.handleSessionAwareResourceRequest(SessionTimeoutMonitor.java:71) at org.icefaces.impl.application.SessionAwareResourceHandlerWrapper.handleResourceRequest(SessionAwareResourceHandlerWrapper.java:40) at javax.faces.application.ResourceHandlerWrapper.handleResourceRequest(ResourceHandlerWrapper.java:62) at javax.faces.application.ResourceHandlerWrapper.handleResourceRequest(ResourceHandlerWrapper.java:62) at javax.faces.application.ResourceHandlerWrapper.handleResourceRequest(ResourceHandlerWrapper.java:62) at org.icefaces.impl.application.AuxUploadResourceHandler.handleResourceRequest(AuxUploadResourceHandler.java:78) at javax.faces.webapp.FacesServlet.service(FacesServlet.java:191) at com.ibm.ws.webcontainer.servlet.ServletWrapper.service(ServletWrapper.java:1655) at com.ibm.ws.webcontainer.servlet.ServletWrapper.handleRequest(ServletWrapper.java:937) at com.ibm.ws.webcontainer.servlet.ServletWrapper.handleRequest(ServletWrapper.java:500) at com.ibm.ws.webcontainer.servlet.ServletWrapperImpl.handleRequest(ServletWrapperImpl.java:178) at com.ibm.ws.webcontainer.webapp.WebApp.handleRequest(WebApp.java:3826) at com.ibm.ws.webcontainer.webapp.WebGroup.handleRequest(WebGroup.java:276) at com.ibm.ws.webcontainer.WebContainer.handleRequest(WebContainer.java:931) at com.ibm.ws.webcontainer.WSWebContainer.handleRequest(WSWebContainer.java:1583) at com.ibm.ws.webcontainer.channel.WCChannelLink.ready(WCChannelLink.java:186) at com.ibm.ws.http.channel.inbound.impl.HttpInboundLink.handleDiscrimination(HttpInboundLink.java:455) at com.ibm.ws.http.channel.inbound.impl.HttpInboundLink.handleNewInformation(HttpInboundLink.java:384) at com.ibm.ws.http.channel.inbound.impl.HttpICLReadCallback.complete(HttpICLReadCallback.java:83) at com.ibm.ws.tcp.channel.impl.AioReadCompletionListener.futureCompleted(AioReadCompletionListener.java:165) at com.ibm.io.async.AbstractAsyncFuture.invokeCallback(AbstractAsyncFuture.java:217) at com.ibm.io.async.AsyncChannelFuture.fireCompletionActions(AsyncChannelFuture.java:161) at com.ibm.io.async.AsyncFuture.completed(AsyncFuture.java:138) at com.ibm.io.async.ResultHandler.complete(ResultHandler.java:204) at com.ibm.io.async.ResultHandler.runEventProcessingLoop(ResultHandler.java:775) at com.ibm.io.async.ResultHandler$2.run(ResultHandler.java:905) at com.ibm.ws.util.ThreadPool$Worker.run(ThreadPool.java:1550)
        Hide
        Deryk Sinotte added a comment -

        According to Chrome, the request leading to the above exception is the request for:

        http://192.168.55.118:9080/showcase/javax.faces.resource/css/images/topBannerImages/showcaseHeaderBlank.png.jsf

        Which is loaded from the demo_template.css file as a resource EL:

        /HEADER STYLES BEGIN/
        #header
        {
        background: url("#

        {resource['css/images/topBannerImages/showcaseHeaderBlank.png']}

        ")

        So perhaps this is another issue with library/file name EL usage where slashes are involved somehow. So far adding the context parameter isn't helping, however.

        Show
        Deryk Sinotte added a comment - According to Chrome, the request leading to the above exception is the request for: http://192.168.55.118:9080/showcase/javax.faces.resource/css/images/topBannerImages/showcaseHeaderBlank.png.jsf Which is loaded from the demo_template.css file as a resource EL: / HEADER STYLES BEGIN / #header { background: url("# {resource['css/images/topBannerImages/showcaseHeaderBlank.png']} ") So perhaps this is another issue with library/file name EL usage where slashes are involved somehow. So far adding the context parameter isn't helping, however.
        Hide
        Ken Fyten added a comment -

        Since historically Glassfish doesn't play nice when you update it's JSF libs, we'll focus on the WAS7 issue.

        Show
        Ken Fyten added a comment - Since historically Glassfish doesn't play nice when you update it's JSF libs, we'll focus on the WAS7 issue.
        Hide
        Ken Fyten added a comment -

        Art, please investigate this WAS7 CSS resource loading issue with showcase. Deryk is your contact for context, advice with WAS7 setup, etc.

        Show
        Ken Fyten added a comment - Art, please investigate this WAS7 CSS resource loading issue with showcase. Deryk is your contact for context, advice with WAS7 setup, etc.
        Hide
        Arturo Zambrano added a comment - - edited

        The org.apache.myfaces.STRICT_JSF_2_ALLOW_SLASH_LIBRARY_NAME context parameter was set to true in the showcase application to try to determine whether the problem was related to the use of slashes in the resource paths. The log did not show this parameter as not being set and using a default value, as with the rest of the unset parameters, which indicates that the parameter was correctly set. This did not change the previous situation: the server log showed the same exception mentioned above and in Chrome it could be seen that the request for http://localhost:9080/showcase/resources/css/images/topBannerImages/showcaseHeaderBlank.png.jsf failed with a 500 error message.

        It's important to note that Chrome also shows that other .png resources that are in the same folder as showcaseHeaderBlank.png (e.g. ace-on.png and ice-off.png) load correctly.

        The next thing we tried was to remove the showcaseHeaderBlank.png resource from the demo_template.css file in the showcase app. This time, the log did not show any exception when loading the page on the browser, and Chrome didn't show any resource request failing. However, the content and other resources were still missing from the page.

        Show
        Arturo Zambrano added a comment - - edited The org.apache.myfaces.STRICT_JSF_2_ALLOW_SLASH_LIBRARY_NAME context parameter was set to true in the showcase application to try to determine whether the problem was related to the use of slashes in the resource paths. The log did not show this parameter as not being set and using a default value, as with the rest of the unset parameters, which indicates that the parameter was correctly set. This did not change the previous situation: the server log showed the same exception mentioned above and in Chrome it could be seen that the request for http://localhost:9080/showcase/resources/css/images/topBannerImages/showcaseHeaderBlank.png.jsf failed with a 500 error message. It's important to note that Chrome also shows that other .png resources that are in the same folder as showcaseHeaderBlank.png (e.g. ace-on.png and ice-off.png) load correctly. The next thing we tried was to remove the showcaseHeaderBlank.png resource from the demo_template.css file in the showcase app. This time, the log did not show any exception when loading the page on the browser, and Chrome didn't show any resource request failing. However, the content and other resources were still missing from the page.
        Hide
        Ted Goddard added a comment -

        The important page content is not rendered, but some content is rendered (such as the navigation menu). What doe the HTML output contain where the content should be? Since no content is rendered (rather than just the ACE components), this may be a facelet include issue.

        It may also be easier to debug on GlassFish.

        Show
        Ted Goddard added a comment - The important page content is not rendered, but some content is rendered (such as the navigation menu). What doe the HTML output contain where the content should be? Since no content is rendered (rather than just the ACE components), this may be a facelet include issue. It may also be easier to debug on GlassFish.
        Hide
        Deryk Sinotte added a comment -

        So there are a couple of different things going wrong here:

        1) The issue described previously, where the showcaseHeaderBlank.png is not loading and throwing an error turns out to be a configuration issue with WebSphere. I found a similar issued noted in the PrimeFaces forums but there was never any solution provided. Apparently image/png is not in the default list of supported MIME types for the default_host. The fix is a configuration change made through the WebSphere Admin console. I found some steps here http://publib.boulder.ibm.com/infocenter/mpadoc/v7r0m0/index.jsp?topic=%2Fcom.ibm.websphere.wemp.doc%2Fconfiguring%2Fconfig_was_png_type_t.html but have summarized them below:

        a) Choose Environment -> Virtual Hosts from the left hand navigation menu.
        b) From the list of hosts, click the "default_host" link (or whichever hosts need the configuration change
        c) From the Additional Properties list, click on the MIME Types link.
        d) Click the New button at the top of the list of MIME Types.
        e) Fill in the MIME Type field with "image/png" and the extension field with "png" and click the OK button to apply the configuration change.
        f) Finally, click the "Save" link at the top of the page to save the local change to the Master configuration.

        Now WebSphere should be able to return the proper content type based on the png extension and all errors with those types of files should be gone.

        2) The second issue is related to the application beans themselves. We have a class called org.icefaces.samples.showcase.metadata.context.ComponentExampleImpl that is the superclass for almost all application specific beans in the showcase. There is method in that class that is executed via the @PostConstruct annotation:

        @PostConstruct
        public void initMetaData() {
        //Start scan for Class<T> parentClass annotations and use data from them to initialize ComponentExampleImpl object variables
        if (parentClass.isAnnotationPresent(org.icefaces.samples.showcase.metadata.annotation.ComponentExample.class))

        { processComponentExampleAnnotation(); }

        // build up the separate lists of ExampleResources assigned to this class.
        if (parentClass.isAnnotationPresent(org.icefaces.samples.showcase.metadata.annotation.ComponentExample.class))

        { processExampleResourcesAnnotation(); }
        if (parentClass.isAnnotationPresent(org.icefaces.samples.showcase.metadata.annotation.ExampleResources.class)) { processExampleResourcesAnnotation(); }

        processMenuAnnotation(parentClass.isAnnotationPresent( org.icefaces.samples.showcase.metadata.annotation.Menu.class));
        }

        The method processes a number of the other annotations we have on the beans like:

        @ComponentExample(
        title = "example.ace.aceSuiteOverview.title",
        description = "example.ace.aceSuiteOverview.description",
        example = "/resources/examples/ace/aceSuiteOverview/aceSuiteOverview.xhtml"
        )

        These annotations include the path to the example that is used to do the dynamic include of the content. The problem has to do with @PostConstruct being in the superclass and not being called when the subclass is actually constructed. The theory is proved to be true by simply adding an @PostConstruct method to the subclass that calls up to the superclass. For example, in the overview bean:

        public class AceSuiteOverviewBean extends ComponentExampleImpl<AceSuiteOverviewBean> implements Serializable
        {
        public static final String BEAN_NAME = "aceSuiteOverview";

        public AceSuiteOverviewBean()

        { super(AceSuiteOverviewBean.class); }

        //Without overriding it, the superclass version of this @PostConstruct method is not called when running on
        //some app servers like WebSphere and perhaps Glassfish. So we provide an annotated method here that
        //simply calls through to the superclass implementation.
        @PostConstruct
        public void initMetaData()

        { super.initMetaData(); }

        }

        While there was no "smoking gun", I found a hint of this problem in a number of forum postings as well as this Glassfish JIRA (http://java.net/jira/browse/GLASSFISH-15148). The only fix I'm aware of at this point would be to alter the beans in the way that I've noted above.

        Show
        Deryk Sinotte added a comment - So there are a couple of different things going wrong here: 1) The issue described previously, where the showcaseHeaderBlank.png is not loading and throwing an error turns out to be a configuration issue with WebSphere. I found a similar issued noted in the PrimeFaces forums but there was never any solution provided. Apparently image/png is not in the default list of supported MIME types for the default_host. The fix is a configuration change made through the WebSphere Admin console. I found some steps here http://publib.boulder.ibm.com/infocenter/mpadoc/v7r0m0/index.jsp?topic=%2Fcom.ibm.websphere.wemp.doc%2Fconfiguring%2Fconfig_was_png_type_t.html but have summarized them below: a) Choose Environment -> Virtual Hosts from the left hand navigation menu. b) From the list of hosts, click the "default_host" link (or whichever hosts need the configuration change c) From the Additional Properties list, click on the MIME Types link. d) Click the New button at the top of the list of MIME Types. e) Fill in the MIME Type field with "image/png" and the extension field with "png" and click the OK button to apply the configuration change. f) Finally, click the "Save" link at the top of the page to save the local change to the Master configuration. Now WebSphere should be able to return the proper content type based on the png extension and all errors with those types of files should be gone. 2) The second issue is related to the application beans themselves. We have a class called org.icefaces.samples.showcase.metadata.context.ComponentExampleImpl that is the superclass for almost all application specific beans in the showcase. There is method in that class that is executed via the @PostConstruct annotation: @PostConstruct public void initMetaData() { //Start scan for Class<T> parentClass annotations and use data from them to initialize ComponentExampleImpl object variables if (parentClass.isAnnotationPresent(org.icefaces.samples.showcase.metadata.annotation.ComponentExample.class)) { processComponentExampleAnnotation(); } // build up the separate lists of ExampleResources assigned to this class. if (parentClass.isAnnotationPresent(org.icefaces.samples.showcase.metadata.annotation.ComponentExample.class)) { processExampleResourcesAnnotation(); } if (parentClass.isAnnotationPresent(org.icefaces.samples.showcase.metadata.annotation.ExampleResources.class)) { processExampleResourcesAnnotation(); } processMenuAnnotation(parentClass.isAnnotationPresent( org.icefaces.samples.showcase.metadata.annotation.Menu.class)); } The method processes a number of the other annotations we have on the beans like: @ComponentExample( title = "example.ace.aceSuiteOverview.title", description = "example.ace.aceSuiteOverview.description", example = "/resources/examples/ace/aceSuiteOverview/aceSuiteOverview.xhtml" ) These annotations include the path to the example that is used to do the dynamic include of the content. The problem has to do with @PostConstruct being in the superclass and not being called when the subclass is actually constructed. The theory is proved to be true by simply adding an @PostConstruct method to the subclass that calls up to the superclass. For example, in the overview bean: public class AceSuiteOverviewBean extends ComponentExampleImpl<AceSuiteOverviewBean> implements Serializable { public static final String BEAN_NAME = "aceSuiteOverview"; public AceSuiteOverviewBean() { super(AceSuiteOverviewBean.class); } //Without overriding it, the superclass version of this @PostConstruct method is not called when running on //some app servers like WebSphere and perhaps Glassfish. So we provide an annotated method here that //simply calls through to the superclass implementation. @PostConstruct public void initMetaData() { super.initMetaData(); } } While there was no "smoking gun", I found a hint of this problem in a number of forum postings as well as this Glassfish JIRA ( http://java.net/jira/browse/GLASSFISH-15148 ). The only fix I'm aware of at this point would be to alter the beans in the way that I've noted above.
        Hide
        Deryk Sinotte added a comment -

        Assigning to Ken for someone on the app team to go through and adjust the beans. There may be other ways we've used inheritance and @PostConstruct other than the ones I've noted.

        Show
        Deryk Sinotte added a comment - Assigning to Ken for someone on the app team to go through and adjust the beans. There may be other ways we've used inheritance and @PostConstruct other than the ones I've noted.
        Hide
        Ted Goddard added a comment -
        Show
        Ted Goddard added a comment - Similar issue reported here: http://java.net/jira/browse/JAVASERVERFACES-800
        Hide
        Deryk Sinotte added a comment -

        I've added a MIME type mapping:

        <mime-mapping>
        <extension>png</extension>
        <mime-type>image/png</mime-type>
        </mime-mapping>

        to the web.xml of the various sample files so that they will run on WebSphere 7 without having to do the configuration on the server.

        Show
        Deryk Sinotte added a comment - I've added a MIME type mapping: <mime-mapping> <extension>png</extension> <mime-type>image/png</mime-type> </mime-mapping> to the web.xml of the various sample files so that they will run on WebSphere 7 without having to do the configuration on the server.
        Hide
        Deryk Sinotte added a comment -

        WebSphere 7 was having troubles processing the mime-mapping changes due to some invisible characters that were inadvertently copied. I removed the characters in all the affected files in both the branch and the trunk and re-committed.

        Show
        Deryk Sinotte added a comment - WebSphere 7 was having troubles processing the mime-mapping changes due to some invisible characters that were inadvertently copied. I removed the characters in all the affected files in both the branch and the trunk and re-committed.
        Hide
        Jack Van Ooststroom added a comment -

        Just a quick comment to say that Deryk's suggested fix regarding the @PostConstruct works on WAS8 as well.

        Show
        Jack Van Ooststroom added a comment - Just a quick comment to say that Deryk's suggested fix regarding the @PostConstruct works on WAS8 as well.
        Hide
        Carmen Cristurean added a comment -

        Re-deployed showcase w/ myfaces onto WAS7 @ lnvm2, using EE-3.0.GA bundle build9, and the issue is still present.
        The application can be viewed here: http://lnvm2.icesoft.domain:9081/showcase

        The web.xml contains the mime type mapping for .png images, and the server was also previously configured to recognize this type of files (which resolved ICE-7933).

        Show
        Carmen Cristurean added a comment - Re-deployed showcase w/ myfaces onto WAS7 @ lnvm2, using EE-3.0.GA bundle build9, and the issue is still present. The application can be viewed here: http://lnvm2.icesoft.domain:9081/showcase The web.xml contains the mime type mapping for .png images, and the server was also previously configured to recognize this type of files (which resolved ICE-7933).
        Hide
        Carmen Cristurean added a comment -

        From the SystemErr.log:

        [3/20/12 23:50:42:397 MDT] 000002b3 SystemErr R java.lang.NullPointerException
        [3/20/12 23:50:42:398 MDT] 000002b3 SystemErr R at org.icefaces.impl.event.WindowAndViewIDSetup$1.encode(WindowAndViewIDSetup.java:66)
        [3/20/12 23:50:42:398 MDT] 000002b3 SystemErr R at org.icefaces.impl.event.UIOutputWriter.encodeBegin(UIOutputWriter.java:27)
        [3/20/12 23:50:42:398 MDT] 000002b3 SystemErr R at javax.faces.component.UIComponent.encodeAll(UIComponent.java:750)
        [3/20/12 23:50:42:398 MDT] 000002b3 SystemErr R at javax.faces.component.UIComponent.encodeAll(UIComponent.java:764)
        [3/20/12 23:50:42:398 MDT] 000002b3 SystemErr R at javax.faces.component.UIComponent.encodeAll(UIComponent.java:764)
        [3/20/12 23:50:42:398 MDT] 000002b3 SystemErr R at org.icefaces.impl.context.DOMPartialViewContext.processPartial(DOMPartialViewContext.java:153)
        [3/20/12 23:50:42:398 MDT] 000002b3 SystemErr R at javax.faces.component.UIViewRoot.encodeChildren(UIViewRoot.java:402)
        [3/20/12 23:50:42:398 MDT] 000002b3 SystemErr R at javax.faces.component.UIComponent.encodeAll(UIComponent.java:755)
        [3/20/12 23:50:42:399 MDT] 000002b3 SystemErr R at org.apache.myfaces.view.facelets.FaceletViewDeclarationLanguage.renderView(FaceletViewDeclarationLanguage.java:1900)
        [3/20/12 23:50:42:399 MDT] 000002b3 SystemErr R at org.apache.myfaces.application.ViewHandlerImpl.renderView(ViewHandlerImpl.java:285)
        [3/20/12 23:50:42:399 MDT] 000002b3 SystemErr R at org.apache.myfaces.lifecycle.RenderResponseExecutor.execute(RenderResponseExecutor.java:115)
        [3/20/12 23:50:42:399 MDT] 000002b3 SystemErr R at org.apache.myfaces.lifecycle.LifecycleImpl.render(LifecycleImpl.java:241)
        [3/20/12 23:50:42:399 MDT] 000002b3 SystemErr R at javax.faces.webapp.FacesServlet.service(FacesServlet.java:199)
        [3/20/12 23:50:42:399 MDT] 000002b3 SystemErr R at com.ibm.ws.webcontainer.servlet.ServletWrapper.service(ServletWrapper.java:1530)
        [3/20/12 23:50:42:399 MDT] 000002b3 SystemErr R at com.ibm.ws.webcontainer.servlet.ServletWrapper.handleRequest(ServletWrapper.java:829)
        [3/20/12 23:50:42:399 MDT] 000002b3 SystemErr R at com.ibm.ws.webcontainer.servlet.ServletWrapper.handleRequest(ServletWrapper.java:458)
        [3/20/12 23:50:42:399 MDT] 000002b3 SystemErr R at com.ibm.ws.webcontainer.servlet.ServletWrapperImpl.handleRequest(ServletWrapperImpl.java:175)
        [3/20/12 23:50:42:399 MDT] 000002b3 SystemErr R at com.ibm.ws.webcontainer.servlet.CacheServletWrapper.handleRequest(CacheServletWrapper.java:91)
        [3/20/12 23:50:42:399 MDT] 000002b3 SystemErr R at com.ibm.ws.webcontainer.WebContainer.handleRequest(WebContainer.java:862)
        [3/20/12 23:50:42:400 MDT] 000002b3 SystemErr R at com.ibm.ws.webcontainer.WSWebContainer.handleRequest(WSWebContainer.java:1583)
        [3/20/12 23:50:42:400 MDT] 000002b3 SystemErr R at com.ibm.ws.webcontainer.channel.WCChannelLink.ready(WCChannelLink.java:178)
        [3/20/12 23:50:42:400 MDT] 000002b3 SystemErr R at com.ibm.ws.http.channel.inbound.impl.HttpInboundLink.handleDiscrimination(HttpInboundLink.java:455)
        [3/20/12 23:50:42:400 MDT] 000002b3 SystemErr R at com.ibm.ws.http.channel.inbound.impl.HttpInboundLink.handleNewInformation(HttpInboundLink.java:384)
        [3/20/12 23:50:42:400 MDT] 000002b3 SystemErr R at com.ibm.ws.http.channel.inbound.impl.HttpICLReadCallback.complete(HttpICLReadCallback.java:83)
        [3/20/12 23:50:42:400 MDT] 000002b3 SystemErr R at com.ibm.ws.tcp.channel.impl.AioReadCompletionListener.futureCompleted(AioReadCompletionListener.java:165)
        [3/20/12 23:50:42:400 MDT] 000002b3 SystemErr R at com.ibm.io.async.AbstractAsyncFuture.invokeCallback(AbstractAsyncFuture.java:217)
        [3/20/12 23:50:42:400 MDT] 000002b3 SystemErr R at com.ibm.io.async.AsyncChannelFuture.fireCompletionActions(AsyncChannelFuture.java:161)
        [3/20/12 23:50:42:400 MDT] 000002b3 SystemErr R at com.ibm.io.async.AsyncFuture.completed(AsyncFuture.java:138)
        [3/20/12 23:50:42:400 MDT] 000002b3 SystemErr R at com.ibm.io.async.ResultHandler.complete(ResultHandler.java:204)
        [3/20/12 23:50:42:400 MDT] 000002b3 SystemErr R at com.ibm.io.async.ResultHandler.runEventProcessingLoop(ResultHandler.java:775)
        [3/20/12 23:50:42:401 MDT] 000002b3 SystemErr R at com.ibm.io.async.ResultHandler$2.run(ResultHandler.java:905)
        [3/20/12 23:50:42:401 MDT] 000002b3 SystemErr R at com.ibm.ws.util.ThreadPool$Worker.run(ThreadPool.java:1550)
        [3/21/12 20:31:42:845 MDT] 000002d4 SystemErr R [Fatal Error] :-1:-1: Premature end of file.
        [3/21/12 20:31:46:583 MDT] 000002d1 SystemErr R [Fatal Error] :-1:-1: Premature end of file.

        Show
        Carmen Cristurean added a comment - From the SystemErr.log: [3/20/12 23:50:42:397 MDT] 000002b3 SystemErr R java.lang.NullPointerException [3/20/12 23:50:42:398 MDT] 000002b3 SystemErr R at org.icefaces.impl.event.WindowAndViewIDSetup$1.encode(WindowAndViewIDSetup.java:66) [3/20/12 23:50:42:398 MDT] 000002b3 SystemErr R at org.icefaces.impl.event.UIOutputWriter.encodeBegin(UIOutputWriter.java:27) [3/20/12 23:50:42:398 MDT] 000002b3 SystemErr R at javax.faces.component.UIComponent.encodeAll(UIComponent.java:750) [3/20/12 23:50:42:398 MDT] 000002b3 SystemErr R at javax.faces.component.UIComponent.encodeAll(UIComponent.java:764) [3/20/12 23:50:42:398 MDT] 000002b3 SystemErr R at javax.faces.component.UIComponent.encodeAll(UIComponent.java:764) [3/20/12 23:50:42:398 MDT] 000002b3 SystemErr R at org.icefaces.impl.context.DOMPartialViewContext.processPartial(DOMPartialViewContext.java:153) [3/20/12 23:50:42:398 MDT] 000002b3 SystemErr R at javax.faces.component.UIViewRoot.encodeChildren(UIViewRoot.java:402) [3/20/12 23:50:42:398 MDT] 000002b3 SystemErr R at javax.faces.component.UIComponent.encodeAll(UIComponent.java:755) [3/20/12 23:50:42:399 MDT] 000002b3 SystemErr R at org.apache.myfaces.view.facelets.FaceletViewDeclarationLanguage.renderView(FaceletViewDeclarationLanguage.java:1900) [3/20/12 23:50:42:399 MDT] 000002b3 SystemErr R at org.apache.myfaces.application.ViewHandlerImpl.renderView(ViewHandlerImpl.java:285) [3/20/12 23:50:42:399 MDT] 000002b3 SystemErr R at org.apache.myfaces.lifecycle.RenderResponseExecutor.execute(RenderResponseExecutor.java:115) [3/20/12 23:50:42:399 MDT] 000002b3 SystemErr R at org.apache.myfaces.lifecycle.LifecycleImpl.render(LifecycleImpl.java:241) [3/20/12 23:50:42:399 MDT] 000002b3 SystemErr R at javax.faces.webapp.FacesServlet.service(FacesServlet.java:199) [3/20/12 23:50:42:399 MDT] 000002b3 SystemErr R at com.ibm.ws.webcontainer.servlet.ServletWrapper.service(ServletWrapper.java:1530) [3/20/12 23:50:42:399 MDT] 000002b3 SystemErr R at com.ibm.ws.webcontainer.servlet.ServletWrapper.handleRequest(ServletWrapper.java:829) [3/20/12 23:50:42:399 MDT] 000002b3 SystemErr R at com.ibm.ws.webcontainer.servlet.ServletWrapper.handleRequest(ServletWrapper.java:458) [3/20/12 23:50:42:399 MDT] 000002b3 SystemErr R at com.ibm.ws.webcontainer.servlet.ServletWrapperImpl.handleRequest(ServletWrapperImpl.java:175) [3/20/12 23:50:42:399 MDT] 000002b3 SystemErr R at com.ibm.ws.webcontainer.servlet.CacheServletWrapper.handleRequest(CacheServletWrapper.java:91) [3/20/12 23:50:42:399 MDT] 000002b3 SystemErr R at com.ibm.ws.webcontainer.WebContainer.handleRequest(WebContainer.java:862) [3/20/12 23:50:42:400 MDT] 000002b3 SystemErr R at com.ibm.ws.webcontainer.WSWebContainer.handleRequest(WSWebContainer.java:1583) [3/20/12 23:50:42:400 MDT] 000002b3 SystemErr R at com.ibm.ws.webcontainer.channel.WCChannelLink.ready(WCChannelLink.java:178) [3/20/12 23:50:42:400 MDT] 000002b3 SystemErr R at com.ibm.ws.http.channel.inbound.impl.HttpInboundLink.handleDiscrimination(HttpInboundLink.java:455) [3/20/12 23:50:42:400 MDT] 000002b3 SystemErr R at com.ibm.ws.http.channel.inbound.impl.HttpInboundLink.handleNewInformation(HttpInboundLink.java:384) [3/20/12 23:50:42:400 MDT] 000002b3 SystemErr R at com.ibm.ws.http.channel.inbound.impl.HttpICLReadCallback.complete(HttpICLReadCallback.java:83) [3/20/12 23:50:42:400 MDT] 000002b3 SystemErr R at com.ibm.ws.tcp.channel.impl.AioReadCompletionListener.futureCompleted(AioReadCompletionListener.java:165) [3/20/12 23:50:42:400 MDT] 000002b3 SystemErr R at com.ibm.io.async.AbstractAsyncFuture.invokeCallback(AbstractAsyncFuture.java:217) [3/20/12 23:50:42:400 MDT] 000002b3 SystemErr R at com.ibm.io.async.AsyncChannelFuture.fireCompletionActions(AsyncChannelFuture.java:161) [3/20/12 23:50:42:400 MDT] 000002b3 SystemErr R at com.ibm.io.async.AsyncFuture.completed(AsyncFuture.java:138) [3/20/12 23:50:42:400 MDT] 000002b3 SystemErr R at com.ibm.io.async.ResultHandler.complete(ResultHandler.java:204) [3/20/12 23:50:42:400 MDT] 000002b3 SystemErr R at com.ibm.io.async.ResultHandler.runEventProcessingLoop(ResultHandler.java:775) [3/20/12 23:50:42:401 MDT] 000002b3 SystemErr R at com.ibm.io.async.ResultHandler$2.run(ResultHandler.java:905) [3/20/12 23:50:42:401 MDT] 000002b3 SystemErr R at com.ibm.ws.util.ThreadPool$Worker.run(ThreadPool.java:1550) [3/21/12 20:31:42:845 MDT] 000002d4 SystemErr R [Fatal Error] :-1:-1: Premature end of file. [3/21/12 20:31:46:583 MDT] 000002d1 SystemErr R [Fatal Error] :-1:-1: Premature end of file.
        Hide
        Carmen Cristurean added a comment -

        From SystemOut.log:

        [3/21/12 20:32:45:692 MDT] 000002d1 EnvConfig I ICEfaces Configuration:
        org.icefaces.render.auto: true [default]
        org.icefaces.autoid: true [default]
        org.icefaces.aria.enabled: true [default]
        org.icefaces.blockUIOnSubmit: false [default]
        org.icefaces.compressDOM: false [default]
        org.icefaces.compressResources: true [default]
        org.icefaces.connectionLostRedirectURI: null [default]
        org.icefaces.diffConfig: null [default]
        org.icefaces.deltaSubmit: false [default]
        org.icefaces.lazyPush: true [default]
        org.icefaces.sessionExpiredRedirectURI: null [default]
        org.icefaces.standardFormSerialization: false [default]
        org.icefaces.strictSessionTimeout: false [default]
        org.icefaces.subtreeDiff: true [default]
        org.icefaces.windowScopeExpiration = 1000 [default]
        org.icefaces.mandatoryResourceConfiguration: none [default]
        org.icefaces.uniqueResourceURLs: true [default]
        org.icefaces.lazyWindowScope: true [default]
        org.icefaces.messagePersistence: true [default]
        org.icefaces.disableDefaultErrorPopups: false [default]
        org.icefaces.fastBusyIndicator: false [default]
        org.icefaces.replayNavigationOnReload: false [default]

        [3/21/12 20:32:45:714 MDT] 000002d1 ExternalSpeci I MyFaces Bean Validation support disabled
        [3/21/12 20:32:45:835 MDT] 000002d1 DOMRenderKit I
        ICEsoft Technologies Inc.
        ICEfaces-EE 3.0.0.GA
        Build number: 9
        Revision: 30938

        [3/21/12 20:32:46:602 MDT] 000002d1 FacesConfigur I Serialization provider : class org.apache.myfaces.shared_impl.util.serial.DefaultSerialFactory
        [3/21/12 20:32:46:616 MDT] 000002d1 DefaultLifecy I Using LifecycleProvider org.apache.myfaces.config.annotation.AllAnnotationLifecycleProvider
        [3/21/12 20:32:46:666 MDT] 000002d1 AbstractFaces I ServletContext initialized.
        [3/21/12 20:32:46:671 MDT] 000002d1 WebConfigPara I Tomahawk jar not available. Autoscrolling, DetectJavascript, AddResourceClass and CheckExtensionsFilter are disabled now.
        [3/21/12 20:32:46:673 MDT] 000002d1 WebConfigPara E Both MyFaces and the RI are on your classpath. Please make sure to use only one of the two JSF-implementations.
        [3/21/12 20:32:46:673 MDT] 000002d1 WebConfigPara I Scanning for context init parameters not defined. It is not necessary to define them all into your web.xml, they are just provided here for informative purposes. To disable this messages set org.apache.myfaces.LOG_WEB_CONTEXT_PARAMS config param to 'false'
        [3/21/12 20:32:46:675 MDT] 000002d1 WebConfigPara I No context init parameter 'javax.faces.RESOURCE_EXCLUDES' found, using default value '.class .jsp .jspx .properties .xhtml .groovy'.
        [3/21/12 20:32:46:677 MDT] 000002d1 WebConfigPara I No context init parameter 'javax.faces.FULL_STATE_SAVING_VIEW_IDS' found.
        [3/21/12 20:32:46:678 MDT] 000002d1 WebConfigPara I No context init parameter 'javax.faces.PARTIAL_STATE_SAVING' found, using default value 'true (false with 1.2 webapps)'.
        [3/21/12 20:32:46:679 MDT] 000002d1 WebConfigPara I No context init parameter 'javax.faces.DEFAULT_SUFFIX' found, using default value '.xhtml .view.xml .jsp'.
        [3/21/12 20:32:46:680 MDT] 000002d1 WebConfigPara I No context init parameter 'javax.faces.FACELETS_SUFFIX' found, using default value '.xhtml'.
        [3/21/12 20:32:46:681 MDT] 000002d1 WebConfigPara I No context init parameter 'javax.faces.FACELETS_VIEW_MAPPINGS' found.
        [3/21/12 20:32:46:682 MDT] 000002d1 WebConfigPara I No context init parameter 'javax.faces.HONOR_CURRENT_COMPONENT_ATTRIBUTES' found, using default value 'false'.
        [3/21/12 20:32:46:683 MDT] 000002d1 WebConfigPara I No context init parameter 'javax.faces.VALIDATE_EMPTY_FIELDS' found, using default value 'auto'.
        [3/21/12 20:32:46:684 MDT] 000002d1 WebConfigPara I No context init parameter 'javax.faces.INTERPRET_EMPTY_STRING_SUBMITTED_VALUES_AS_NULL' found, using default value 'false'.
        [3/21/12 20:32:46:685 MDT] 000002d1 WebConfigPara I No context init parameter 'org.apache.myfaces.ENUM_CONVERTER_ALLOW_STRING_PASSTROUGH' found, using default value 'false'.
        [3/21/12 20:32:46:685 MDT] 000002d1 WebConfigPara I No context init parameter 'javax.faces.validator.DISABLE_DEFAULT_BEAN_VALIDATOR' found, using default value 'true'.
        [3/21/12 20:32:46:686 MDT] 000002d1 WebConfigPara I No context init parameter 'javax.faces.CONFIG_FILES' found.
        [3/21/12 20:32:46:687 MDT] 000002d1 WebConfigPara I No context init parameter 'javax.faces.LIFECYCLE_ID' found.
        [3/21/12 20:32:46:688 MDT] 000002d1 WebConfigPara I No context init parameter 'org.apache.myfaces.ERROR_HANDLER' found.
        [3/21/12 20:32:46:689 MDT] 000002d1 WebConfigPara I No context init parameter 'org.apache.myfaces.CHECKED_VIEWID_CACHE_SIZE' found, using default value '500'.
        [3/21/12 20:32:46:690 MDT] 000002d1 WebConfigPara I No context init parameter 'org.apache.myfaces.CHECKED_VIEWID_CACHE_ENABLED' found, using default value 'true'.
        [3/21/12 20:32:46:691 MDT] 000002d1 WebConfigPara I No context init parameter 'org.apache.myfaces.PRETTY_HTML' found, using default value 'true'.
        [3/21/12 20:32:46:692 MDT] 000002d1 WebConfigPara I No context init parameter 'org.apache.myfaces.ALLOW_JAVASCRIPT' found, using default value 'true'.
        [3/21/12 20:32:46:692 MDT] 000002d1 WebConfigPara I No context init parameter 'org.apache.myfaces.CONFIG_REFRESH_PERIOD' found, using default value '2'.
        [3/21/12 20:32:46:693 MDT] 000002d1 WebConfigPara I No context init parameter 'org.apache.myfaces.VIEWSTATE_JAVASCRIPT' found, using default value 'false'.
        [3/21/12 20:32:46:695 MDT] 000002d1 WebConfigPara I No context init parameter 'org.apache.myfaces.RENDER_VIEWSTATE_ID' found, using default value 'true'.
        [3/21/12 20:32:46:696 MDT] 000002d1 WebConfigPara I No context init parameter 'org.apache.myfaces.STRICT_XHTML_LINKS' found, using default value 'true'.
        [3/21/12 20:32:46:697 MDT] 000002d1 WebConfigPara I No context init parameter 'org.apache.myfaces.RENDER_CLEAR_JAVASCRIPT_FOR_BUTTON' found, using default value 'false'.
        [3/21/12 20:32:46:698 MDT] 000002d1 WebConfigPara I No context init parameter 'org.apache.myfaces.RENDER_HIDDEN_FIELDS_FOR_LINK_PARAMS' found, using default value 'false'.
        [3/21/12 20:32:46:699 MDT] 000002d1 WebConfigPara I No context init parameter 'org.apache.myfaces.SAVE_FORM_SUBMIT_LINK_IE' found, using default value 'false'.
        [3/21/12 20:32:46:699 MDT] 000002d1 WebConfigPara I No context init parameter 'org.apache.myfaces.DELEGATE_FACES_SERVLET' found.
        [3/21/12 20:32:46:708 MDT] 000002d1 WebConfigPara I No context init parameter 'org.apache.myfaces.VALIDATE_XML' found.
        [3/21/12 20:32:46:709 MDT] 000002d1 WebConfigPara I No context init parameter 'org.apache.myfaces.WRAP_SCRIPT_CONTENT_WITH_XML_COMMENT_TAG' found, using default value 'true'.
        [3/21/12 20:32:46:710 MDT] 000002d1 WebConfigPara I No context init parameter 'org.apache.myfaces.RENDER_FORM_SUBMIT_SCRIPT_INLINE' found, using default value 'false'.
        [3/21/12 20:32:46:711 MDT] 000002d1 WebConfigPara I No context init parameter 'org.apache.myfaces.DEBUG_PHASE_LISTENER' found.
        [3/21/12 20:32:46:711 MDT] 000002d1 WebConfigPara I No context init parameter 'org.apache.myfaces.STRICT_JSF_2_REFRESH_TARGET_AJAX' found, using default value 'false'.
        [3/21/12 20:32:46:712 MDT] 000002d1 WebConfigPara I No context init parameter 'org.apache.myfaces.STRICT_JSF_2_CC_EL_RESOLVER' found, using default value 'false'.
        [3/21/12 20:32:46:713 MDT] 000002d1 WebConfigPara I No context init parameter 'org.apache.myfaces.DEFAULT_RESPONSE_WRITER_CONTENT_TYPE_MODE' found, using default value 'text/html'.
        [3/21/12 20:32:46:719 MDT] 000002d1 WebConfigPara I No context init parameter 'org.apache.myfaces.FLASH_SCOPE_DISABLED' found, using default value 'false'.
        [3/21/12 20:32:46:720 MDT] 000002d1 WebConfigPara I No context init parameter 'org.apache.myfaces.RESOURCE_MAX_TIME_EXPIRES' found, using default value '604800000'.
        [3/21/12 20:32:46:720 MDT] 000002d1 WebConfigPara I No context init parameter 'org.apache.myfaces.RESOURCE_HANDLER_CACHE_SIZE' found, using default value '500'.
        [3/21/12 20:32:46:721 MDT] 000002d1 WebConfigPara I No context init parameter 'org.apache.myfaces.RESOURCE_HANDLER_CACHE_ENABLED' found, using default value 'true'.
        [3/21/12 20:32:46:722 MDT] 000002d1 WebConfigPara I No context init parameter 'org.apache.myfaces.USE_ENCRYPTION' found, using default value 'true'.
        [3/21/12 20:32:46:722 MDT] 000002d1 WebConfigPara I No context init parameter 'org.apache.myfaces.SECRET' found.
        [3/21/12 20:32:46:723 MDT] 000002d1 WebConfigPara I No context init parameter 'org.apache.myfaces.ALGORITHM' found, using default value 'DES'.
        [3/21/12 20:32:46:723 MDT] 000002d1 WebConfigPara I No context init parameter 'org.apache.myfaces.SECRET.CACHE' found.
        [3/21/12 20:32:46:724 MDT] 000002d1 WebConfigPara I No context init parameter 'org.apache.myfaces.ALGORITHM.IV' found.
        [3/21/12 20:32:46:725 MDT] 000002d1 WebConfigPara I No context init parameter 'org.apache.myfaces.ALGORITHM.PARAMETERS' found, using default value 'ECB/PKCS5Padding'.
        [3/21/12 20:32:46:725 MDT] 000002d1 WebConfigPara I No context init parameter 'org.apache.myfaces.SERIAL_FACTORY' found.
        [3/21/12 20:32:46:726 MDT] 000002d1 WebConfigPara I No context init parameter 'org.apache.myfaces.COMPRESS_STATE_IN_CLIENT' found, using default value 'false'.
        [3/21/12 20:32:46:727 MDT] 000002d1 WebConfigPara I No context init parameter 'org.apache.myfaces.MAC_ALGORITHM' found, using default value 'HmacSHA1'.
        [3/21/12 20:32:46:727 MDT] 000002d1 WebConfigPara I No context init parameter 'org.apache.myfaces.MAC_SECRET' found.
        [3/21/12 20:32:46:728 MDT] 000002d1 WebConfigPara I No context init parameter 'org.apache.myfaces.MAC_SECRET.CACHE' found.
        [3/21/12 20:32:46:728 MDT] 000002d1 WebConfigPara I No context init parameter 'javax.faces.DATETIMECONVERTER_DEFAULT_TIMEZONE_IS_SYSTEM_TIMEZONE' found, using default value 'false'.
        [3/21/12 20:32:46:729 MDT] 000002d1 WebConfigPara I No context init parameter 'org.apache.myfaces.LAZY_LOAD_CONFIG_OBJECTS' found, using default value 'true'.
        [3/21/12 20:32:46:730 MDT] 000002d1 WebConfigPara I No context init parameter 'org.apache.myfaces.STRICT_JSF_2_ALLOW_SLASH_LIBRARY_NAME' found, using default value 'false'.
        [3/21/12 20:32:46:730 MDT] 000002d1 WebConfigPara I No context init parameter 'org.apache.myfaces.VALIDATE' found, using default value 'false'.
        [3/21/12 20:32:46:731 MDT] 000002d1 WebConfigPara I No context init parameter 'org.apache.myfaces.annotation.SCAN_PACKAGES' found.
        [3/21/12 20:32:46:732 MDT] 000002d1 WebConfigPara I No context init parameter 'org.apache.myfaces.config.annotation.LifecycleProvider' found.
        [3/21/12 20:32:46:732 MDT] 000002d1 WebConfigPara I No context init parameter 'org.apache.myfaces.EL_RESOLVER_COMPARATOR' found.
        [3/21/12 20:32:46:733 MDT] 000002d1 WebConfigPara I No context init parameter 'org.apache.myfaces.EL_RESOLVER_PREDICATE' found.
        [3/21/12 20:32:46:733 MDT] 000002d1 WebConfigPara I No context init parameter 'org.apache.myfaces.CHECKED_VIEWID_CACHE_SIZE' found, using default value '500'.
        [3/21/12 20:32:46:734 MDT] 000002d1 WebConfigPara I No context init parameter 'org.apache.myfaces.CHECKED_VIEWID_CACHE_ENABLED' found, using default value 'true'.
        [3/21/12 20:32:46:735 MDT] 000002d1 WebConfigPara I No context init parameter 'org.apache.myfaces.ERROR_TEMPLATE_RESOURCE' found, using default value 'META-INF/rsc/myfaces-dev-error.xml'.
        [3/21/12 20:32:46:735 MDT] 000002d1 WebConfigPara I No context init parameter 'org.apache.myfaces.DEBUG_TEMPLATE_RESOURCE' found, using default value 'META-INF/rsc/myfaces-dev-debug.xml'.
        [3/21/12 20:32:46:736 MDT] 000002d1 WebConfigPara I No context init parameter 'org.apache.myfaces.ERROR_HANDLING' found, using default value 'false, on Development Project stage: true'.
        [3/21/12 20:32:46:736 MDT] 000002d1 WebConfigPara I No context init parameter 'org.apache.myfaces.NUMBER_OF_VIEWS_IN_SESSION' found, using default value '20'.
        [3/21/12 20:32:46:737 MDT] 000002d1 WebConfigPara I No context init parameter 'org.apache.myfaces.NUMBER_OF_SEQUENTIAL_VIEWS_IN_SESSION' found.
        [3/21/12 20:32:46:738 MDT] 000002d1 WebConfigPara I No context init parameter 'org.apache.myfaces.SERIALIZE_STATE_IN_SESSION' found, using default value 'true'.
        [3/21/12 20:32:46:738 MDT] 000002d1 WebConfigPara I No context init parameter 'org.apache.myfaces.COMPRESS_STATE_IN_SESSION' found, using default value 'true'.
        [3/21/12 20:32:46:739 MDT] 000002d1 WebConfigPara I No context init parameter 'org.apache.myfaces.CACHE_OLD_VIEWS_IN_SESSION_MODE' found, using default value 'off'.
        [3/21/12 20:32:46:739 MDT] 000002d1 WebConfigPara I No context init parameter 'org.apache.myfaces.USE_FLASH_SCOPE_PURGE_VIEWS_IN_SESSION' found, using default value 'false'.
        [3/21/12 20:32:46:740 MDT] 000002d1 WebConfigPara I No context init parameter 'org.apache.myfaces.HANDLE_STATE_CACHING_MECHANICS' found, using default value 'true'.
        [3/21/12 20:32:46:741 MDT] 000002d1 WebConfigPara I No context init parameter 'org.apache.myfaces.USE_MULTIPLE_JS_FILES_FOR_JSF_UNCOMPRESSED_JS' found, using default value 'false'.
        [3/21/12 20:32:46:742 MDT] 000002d1 WebConfigPara I No context init parameter 'org.apache.myfaces.JSF_JS_MODE' found, using default value 'normal'.
        [3/21/12 20:32:46:742 MDT] 000002d1 WebConfigPara I No context init parameter 'org.apache.myfaces.SERVICE_PROVIDER_FINDER' found.
        [3/21/12 20:32:46:743 MDT] 000002d1 WebConfigPara I No context init parameter 'javax.faces.DISABLE_FACELET_JSF_VIEWHANDLER' found, using default value 'false'.
        [3/21/12 20:32:46:751 MDT] 000002d1 WebConfigPara I No context init parameter 'org.apache.myfaces.SAVE_STATE_WITH_VISIT_TREE_ON_PSS' found, using default value 'true'.
        [3/21/12 20:32:46:751 MDT] 000002d1 WebConfigPara I No context init parameter 'org.apache.myfaces.CHECK_ID_PRODUCTION_MODE' found, using default value 'auto'.
        [3/21/12 20:32:46:752 MDT] 000002d1 WebConfigPara I No context init parameter 'javax.faces.FACELETS_BUFFER_SIZE' found.
        [3/21/12 20:32:46:753 MDT] 000002d1 WebConfigPara I No context init parameter 'facelets.BUFFER_SIZE' found.
        [3/21/12 20:32:46:757 MDT] 000002d1 WebConfigPara I No context init parameter 'javax.faces.FACELETS_DECORATORS' found.
        [3/21/12 20:32:46:758 MDT] 000002d1 WebConfigPara I No context init parameter 'facelets.DECORATORS' found.
        [3/21/12 20:32:46:759 MDT] 000002d1 WebConfigPara I No context init parameter 'javax.faces.FACELETS_LIBRARIES' found.
        [3/21/12 20:32:46:759 MDT] 000002d1 WebConfigPara I No context init parameter 'facelets.LIBRARIES' found.
        [3/21/12 20:32:46:760 MDT] 000002d1 WebConfigPara I No context init parameter 'javax.faces.FACELETS_REFRESH_PERIOD' found, using default value '-1'.
        [3/21/12 20:32:46:763 MDT] 000002d1 WebConfigPara I No context init parameter 'facelets.REFRESH_PERIOD' found, using default value '-1'.
        [3/21/12 20:32:46:764 MDT] 000002d1 WebConfigPara I No context init parameter 'javax.faces.FACELETS_RESOURCE_RESOLVER' found.
        [3/21/12 20:32:46:765 MDT] 000002d1 WebConfigPara I No context init parameter 'facelets.RESOURCE_RESOLVER' found.
        [3/21/12 20:32:46:766 MDT] 000002d1 WebConfigPara I No context init parameter 'facelets.SKIP_COMMENTS' found.
        [3/21/12 20:32:46:767 MDT] 000002d1 WebConfigPara I No context init parameter 'org.apache.myfaces.MARK_INITIAL_STATE_WHEN_APPLY_BUILD_VIEW' found, using default value 'false'.
        [3/21/12 20:32:46:767 MDT] 000002d1 WebConfigPara I No context init parameter 'org.apache.myfaces.WRAP_TAG_EXCEPTIONS_AS_CONTEXT_AWARE' found, using default value 'true'.
        [3/21/12 20:32:46:771 MDT] 000002d1 WebConfigPara I No context init parameter 'org.apache.myfaces.CACHE_EL_EXPRESSIONS' found, using default value 'noCache'.
        [3/21/12 20:32:46:772 MDT] 000002d1 WebConfigPara I No context init parameter 'org.apache.myfaces.EXPRESSION_FACTORY' found.
        [3/21/12 20:32:46:773 MDT] 000002d1 WebConfigPara I No context init parameter 'org.apache.myfaces.INITIALIZE_ALWAYS_STANDALONE' found, using default value 'false'.
        [3/21/12 20:32:46:773 MDT] 000002d1 WebConfigPara I No context init parameter 'org.apache.myfaces.LOG_WEB_CONTEXT_PARAMS' found, using default value 'auto'.
        [3/21/12 20:32:46:774 MDT] 000002d1 WebConfigPara I No context init parameter 'org.apache.myfaces.FACES_INITIALIZER' found.
        [3/21/12 20:32:46:775 MDT] 000002d1 WebConfigPara I No context init parameter 'org.apache.myfaces.FACES_INIT_PLUGINS' found.
        [3/21/12 20:32:46:795 MDT] 000002d1 EmailNotifica I ICEpush Email Notification Provider Registered.
        [3/21/12 20:32:46:798 MDT] 000002d1 APNSNotificat I APNS initialzed SSL com.ibm.websphere.ssl.protocol.SSLSocketFactory@623a623a
        [3/21/12 20:32:46:800 MDT] 000002d1 BPNSNotificat I BPNS notification disabled: Could not read BPNS configuration during Registration java.lang.NoClassDefFoundError: net.rim.pushsdk.commons.IdGenerator
        [3/21/12 20:32:46:817 MDT] 000002d1 servlet I com.ibm.ws.webcontainer.servlet.ServletWrapper init SRVE0242I: [showcase_war] [/showcase] [Resource Servlet]: Initialization successful.
        [3/21/12 20:32:46:818 MDT] 000002d1 webcontainer I com.ibm.ws.wswebcontainer.VirtualHost addWebApplication SRVE0250I: Web Module ICEfaces Showcase has been bound to default_host[*:9081,*:80,*:9444,*:5063,*:5062,*:443].
        [3/21/12 20:32:46:847 MDT] 000002d1 ApplicationMg A WSVR0221I: Application started: showcase_war
        [3/21/12 20:32:46:848 MDT] 000002d1 CompositionUn A WSVR0191I: Composition unit WebSphere:cuname=showcase_war in BLA WebSphere:blaname=showcase_war started.
        [3/21/12 20:32:48:695 MDT] 000002db webcontainer E com.ibm.ws.webcontainer.WebContainer handleRequest SRVE0255E: A WebGroup/Virtual Host to handle /favicon.ico has not been defined.
        [3/21/12 20:33:20:970 MDT] 000002da servlet I com.ibm.ws.webcontainer.servlet.ServletWrapper init SRVE0242I: [showcase_war] [/showcase] [Faces Servlet]: Initialization successful.
        [3/21/12 20:33:24:543 MDT] 000002da MainServlet I
        ICEsoft Technologies Inc.
        ICEpush-EE 3.0.0.GA
        Build number: 1
        Revision: $

        {revision}

        [3/21/12 20:33:25:447 MDT] 000002db FfdcProvider I com.ibm.ws.ffdc.impl.FfdcProvider logIncident FFDC1003I: FFDC Incident emitted on /opt/IBM/v7.0/WebSphere/AppServer/profiles/AppSrv01/logs/ffdc/server1_7d497d49_12.03.21_20.33.24.7782698.txt com.ibm.ws.webcontainer.extension.DefaultExtensionProcessor.handleRequest 573
        [3/21/12 20:34:02:516 MDT] 000002d8 servlet I com.ibm.ws.webcontainer.servlet.ServletWrapper init SRVE0242I: [showcase_war] [/showcase] [/index.jsp]: Initialization successful.
        [3/21/12 20:34:03:175 MDT] 000002db ExternalSpeci I MyFaces Unified EL support disabled
        [3/21/12 20:34:05:077 MDT] 0000039c srt W com.ibm.ws.webcontainer.srt.SRTServletResponse setIntHeader WARNING: Cannot set header. Response already committed.
        [3/21/12 20:34:05:106 MDT] 0000039c srt W com.ibm.ws.webcontainer.srt.SRTServletResponse setIntHeader WARNING: Cannot set header. Response already committed.
        [3/21/12 20:34:05:124 MDT] 0000039c srt W com.ibm.ws.webcontainer.srt.SRTServletResponse setIntHeader WARNING: Cannot set header. Response already committed.
        [3/21/12 20:34:05:134 MDT] 0000039c srt W com.ibm.ws.webcontainer.srt.SRTServletResponse setIntHeader WARNING: Cannot set header. Response already committed.
        [3/21/12 20:34:05:147 MDT] 0000039c srt W com.ibm.ws.webcontainer.srt.SRTServletResponse setIntHeader WARNING: Cannot set header. Response already committed.
        [3/21/12 20:34:05:164 MDT] 0000039c srt W com.ibm.ws.webcontainer.srt.SRTServletResponse setIntHeader WARNING: Cannot set header. Response already committed.
        [3/21/12 20:34:05:294 MDT] 000002d2 srt W com.ibm.ws.webcontainer.srt.SRTServletResponse setIntHeader WARNING: Cannot set header. Response already committed.
        [3/21/12 20:34:05:300 MDT] 000002d9 srt W com.ibm.ws.webcontainer.srt.SRTServletResponse setIntHeader WARNING: Cannot set header. Response already committed.
        [3/21/12 20:34:05:305 MDT] 000002d3 srt W com.ibm.ws.webcontainer.srt.SRTServletResponse setIntHeader WARNING: Cannot set header. Response already committed.
        [3/21/12 20:34:05:308 MDT] 000002d8 srt W com.ibm.ws.webcontainer.srt.SRTServletResponse setIntHeader WARNING: Cannot set header. Response already committed.
        [3/21/12 20:34:05:461 MDT] 0000039c srt W com.ibm.ws.webcontainer.srt.SRTServletResponse setIntHeader WARNING: Cannot set header. Response already committed.

        Show
        Carmen Cristurean added a comment - From SystemOut.log: [3/21/12 20:32:45:692 MDT] 000002d1 EnvConfig I ICEfaces Configuration: org.icefaces.render.auto: true [default] org.icefaces.autoid: true [default] org.icefaces.aria.enabled: true [default] org.icefaces.blockUIOnSubmit: false [default] org.icefaces.compressDOM: false [default] org.icefaces.compressResources: true [default] org.icefaces.connectionLostRedirectURI: null [default] org.icefaces.diffConfig: null [default] org.icefaces.deltaSubmit: false [default] org.icefaces.lazyPush: true [default] org.icefaces.sessionExpiredRedirectURI: null [default] org.icefaces.standardFormSerialization: false [default] org.icefaces.strictSessionTimeout: false [default] org.icefaces.subtreeDiff: true [default] org.icefaces.windowScopeExpiration = 1000 [default] org.icefaces.mandatoryResourceConfiguration: none [default] org.icefaces.uniqueResourceURLs: true [default] org.icefaces.lazyWindowScope: true [default] org.icefaces.messagePersistence: true [default] org.icefaces.disableDefaultErrorPopups: false [default] org.icefaces.fastBusyIndicator: false [default] org.icefaces.replayNavigationOnReload: false [default] [3/21/12 20:32:45:714 MDT] 000002d1 ExternalSpeci I MyFaces Bean Validation support disabled [3/21/12 20:32:45:835 MDT] 000002d1 DOMRenderKit I ICEsoft Technologies Inc. ICEfaces-EE 3.0.0.GA Build number: 9 Revision: 30938 [3/21/12 20:32:46:602 MDT] 000002d1 FacesConfigur I Serialization provider : class org.apache.myfaces.shared_impl.util.serial.DefaultSerialFactory [3/21/12 20:32:46:616 MDT] 000002d1 DefaultLifecy I Using LifecycleProvider org.apache.myfaces.config.annotation.AllAnnotationLifecycleProvider [3/21/12 20:32:46:666 MDT] 000002d1 AbstractFaces I ServletContext initialized. [3/21/12 20:32:46:671 MDT] 000002d1 WebConfigPara I Tomahawk jar not available. Autoscrolling, DetectJavascript, AddResourceClass and CheckExtensionsFilter are disabled now. [3/21/12 20:32:46:673 MDT] 000002d1 WebConfigPara E Both MyFaces and the RI are on your classpath. Please make sure to use only one of the two JSF-implementations. [3/21/12 20:32:46:673 MDT] 000002d1 WebConfigPara I Scanning for context init parameters not defined. It is not necessary to define them all into your web.xml, they are just provided here for informative purposes. To disable this messages set org.apache.myfaces.LOG_WEB_CONTEXT_PARAMS config param to 'false' [3/21/12 20:32:46:675 MDT] 000002d1 WebConfigPara I No context init parameter 'javax.faces.RESOURCE_EXCLUDES' found, using default value '.class .jsp .jspx .properties .xhtml .groovy'. [3/21/12 20:32:46:677 MDT] 000002d1 WebConfigPara I No context init parameter 'javax.faces.FULL_STATE_SAVING_VIEW_IDS' found. [3/21/12 20:32:46:678 MDT] 000002d1 WebConfigPara I No context init parameter 'javax.faces.PARTIAL_STATE_SAVING' found, using default value 'true (false with 1.2 webapps)'. [3/21/12 20:32:46:679 MDT] 000002d1 WebConfigPara I No context init parameter 'javax.faces.DEFAULT_SUFFIX' found, using default value '.xhtml .view.xml .jsp'. [3/21/12 20:32:46:680 MDT] 000002d1 WebConfigPara I No context init parameter 'javax.faces.FACELETS_SUFFIX' found, using default value '.xhtml'. [3/21/12 20:32:46:681 MDT] 000002d1 WebConfigPara I No context init parameter 'javax.faces.FACELETS_VIEW_MAPPINGS' found. [3/21/12 20:32:46:682 MDT] 000002d1 WebConfigPara I No context init parameter 'javax.faces.HONOR_CURRENT_COMPONENT_ATTRIBUTES' found, using default value 'false'. [3/21/12 20:32:46:683 MDT] 000002d1 WebConfigPara I No context init parameter 'javax.faces.VALIDATE_EMPTY_FIELDS' found, using default value 'auto'. [3/21/12 20:32:46:684 MDT] 000002d1 WebConfigPara I No context init parameter 'javax.faces.INTERPRET_EMPTY_STRING_SUBMITTED_VALUES_AS_NULL' found, using default value 'false'. [3/21/12 20:32:46:685 MDT] 000002d1 WebConfigPara I No context init parameter 'org.apache.myfaces.ENUM_CONVERTER_ALLOW_STRING_PASSTROUGH' found, using default value 'false'. [3/21/12 20:32:46:685 MDT] 000002d1 WebConfigPara I No context init parameter 'javax.faces.validator.DISABLE_DEFAULT_BEAN_VALIDATOR' found, using default value 'true'. [3/21/12 20:32:46:686 MDT] 000002d1 WebConfigPara I No context init parameter 'javax.faces.CONFIG_FILES' found. [3/21/12 20:32:46:687 MDT] 000002d1 WebConfigPara I No context init parameter 'javax.faces.LIFECYCLE_ID' found. [3/21/12 20:32:46:688 MDT] 000002d1 WebConfigPara I No context init parameter 'org.apache.myfaces.ERROR_HANDLER' found. [3/21/12 20:32:46:689 MDT] 000002d1 WebConfigPara I No context init parameter 'org.apache.myfaces.CHECKED_VIEWID_CACHE_SIZE' found, using default value '500'. [3/21/12 20:32:46:690 MDT] 000002d1 WebConfigPara I No context init parameter 'org.apache.myfaces.CHECKED_VIEWID_CACHE_ENABLED' found, using default value 'true'. [3/21/12 20:32:46:691 MDT] 000002d1 WebConfigPara I No context init parameter 'org.apache.myfaces.PRETTY_HTML' found, using default value 'true'. [3/21/12 20:32:46:692 MDT] 000002d1 WebConfigPara I No context init parameter 'org.apache.myfaces.ALLOW_JAVASCRIPT' found, using default value 'true'. [3/21/12 20:32:46:692 MDT] 000002d1 WebConfigPara I No context init parameter 'org.apache.myfaces.CONFIG_REFRESH_PERIOD' found, using default value '2'. [3/21/12 20:32:46:693 MDT] 000002d1 WebConfigPara I No context init parameter 'org.apache.myfaces.VIEWSTATE_JAVASCRIPT' found, using default value 'false'. [3/21/12 20:32:46:695 MDT] 000002d1 WebConfigPara I No context init parameter 'org.apache.myfaces.RENDER_VIEWSTATE_ID' found, using default value 'true'. [3/21/12 20:32:46:696 MDT] 000002d1 WebConfigPara I No context init parameter 'org.apache.myfaces.STRICT_XHTML_LINKS' found, using default value 'true'. [3/21/12 20:32:46:697 MDT] 000002d1 WebConfigPara I No context init parameter 'org.apache.myfaces.RENDER_CLEAR_JAVASCRIPT_FOR_BUTTON' found, using default value 'false'. [3/21/12 20:32:46:698 MDT] 000002d1 WebConfigPara I No context init parameter 'org.apache.myfaces.RENDER_HIDDEN_FIELDS_FOR_LINK_PARAMS' found, using default value 'false'. [3/21/12 20:32:46:699 MDT] 000002d1 WebConfigPara I No context init parameter 'org.apache.myfaces.SAVE_FORM_SUBMIT_LINK_IE' found, using default value 'false'. [3/21/12 20:32:46:699 MDT] 000002d1 WebConfigPara I No context init parameter 'org.apache.myfaces.DELEGATE_FACES_SERVLET' found. [3/21/12 20:32:46:708 MDT] 000002d1 WebConfigPara I No context init parameter 'org.apache.myfaces.VALIDATE_XML' found. [3/21/12 20:32:46:709 MDT] 000002d1 WebConfigPara I No context init parameter 'org.apache.myfaces.WRAP_SCRIPT_CONTENT_WITH_XML_COMMENT_TAG' found, using default value 'true'. [3/21/12 20:32:46:710 MDT] 000002d1 WebConfigPara I No context init parameter 'org.apache.myfaces.RENDER_FORM_SUBMIT_SCRIPT_INLINE' found, using default value 'false'. [3/21/12 20:32:46:711 MDT] 000002d1 WebConfigPara I No context init parameter 'org.apache.myfaces.DEBUG_PHASE_LISTENER' found. [3/21/12 20:32:46:711 MDT] 000002d1 WebConfigPara I No context init parameter 'org.apache.myfaces.STRICT_JSF_2_REFRESH_TARGET_AJAX' found, using default value 'false'. [3/21/12 20:32:46:712 MDT] 000002d1 WebConfigPara I No context init parameter 'org.apache.myfaces.STRICT_JSF_2_CC_EL_RESOLVER' found, using default value 'false'. [3/21/12 20:32:46:713 MDT] 000002d1 WebConfigPara I No context init parameter 'org.apache.myfaces.DEFAULT_RESPONSE_WRITER_CONTENT_TYPE_MODE' found, using default value 'text/html'. [3/21/12 20:32:46:719 MDT] 000002d1 WebConfigPara I No context init parameter 'org.apache.myfaces.FLASH_SCOPE_DISABLED' found, using default value 'false'. [3/21/12 20:32:46:720 MDT] 000002d1 WebConfigPara I No context init parameter 'org.apache.myfaces.RESOURCE_MAX_TIME_EXPIRES' found, using default value '604800000'. [3/21/12 20:32:46:720 MDT] 000002d1 WebConfigPara I No context init parameter 'org.apache.myfaces.RESOURCE_HANDLER_CACHE_SIZE' found, using default value '500'. [3/21/12 20:32:46:721 MDT] 000002d1 WebConfigPara I No context init parameter 'org.apache.myfaces.RESOURCE_HANDLER_CACHE_ENABLED' found, using default value 'true'. [3/21/12 20:32:46:722 MDT] 000002d1 WebConfigPara I No context init parameter 'org.apache.myfaces.USE_ENCRYPTION' found, using default value 'true'. [3/21/12 20:32:46:722 MDT] 000002d1 WebConfigPara I No context init parameter 'org.apache.myfaces.SECRET' found. [3/21/12 20:32:46:723 MDT] 000002d1 WebConfigPara I No context init parameter 'org.apache.myfaces.ALGORITHM' found, using default value 'DES'. [3/21/12 20:32:46:723 MDT] 000002d1 WebConfigPara I No context init parameter 'org.apache.myfaces.SECRET.CACHE' found. [3/21/12 20:32:46:724 MDT] 000002d1 WebConfigPara I No context init parameter 'org.apache.myfaces.ALGORITHM.IV' found. [3/21/12 20:32:46:725 MDT] 000002d1 WebConfigPara I No context init parameter 'org.apache.myfaces.ALGORITHM.PARAMETERS' found, using default value 'ECB/PKCS5Padding'. [3/21/12 20:32:46:725 MDT] 000002d1 WebConfigPara I No context init parameter 'org.apache.myfaces.SERIAL_FACTORY' found. [3/21/12 20:32:46:726 MDT] 000002d1 WebConfigPara I No context init parameter 'org.apache.myfaces.COMPRESS_STATE_IN_CLIENT' found, using default value 'false'. [3/21/12 20:32:46:727 MDT] 000002d1 WebConfigPara I No context init parameter 'org.apache.myfaces.MAC_ALGORITHM' found, using default value 'HmacSHA1'. [3/21/12 20:32:46:727 MDT] 000002d1 WebConfigPara I No context init parameter 'org.apache.myfaces.MAC_SECRET' found. [3/21/12 20:32:46:728 MDT] 000002d1 WebConfigPara I No context init parameter 'org.apache.myfaces.MAC_SECRET.CACHE' found. [3/21/12 20:32:46:728 MDT] 000002d1 WebConfigPara I No context init parameter 'javax.faces.DATETIMECONVERTER_DEFAULT_TIMEZONE_IS_SYSTEM_TIMEZONE' found, using default value 'false'. [3/21/12 20:32:46:729 MDT] 000002d1 WebConfigPara I No context init parameter 'org.apache.myfaces.LAZY_LOAD_CONFIG_OBJECTS' found, using default value 'true'. [3/21/12 20:32:46:730 MDT] 000002d1 WebConfigPara I No context init parameter 'org.apache.myfaces.STRICT_JSF_2_ALLOW_SLASH_LIBRARY_NAME' found, using default value 'false'. [3/21/12 20:32:46:730 MDT] 000002d1 WebConfigPara I No context init parameter 'org.apache.myfaces.VALIDATE' found, using default value 'false'. [3/21/12 20:32:46:731 MDT] 000002d1 WebConfigPara I No context init parameter 'org.apache.myfaces.annotation.SCAN_PACKAGES' found. [3/21/12 20:32:46:732 MDT] 000002d1 WebConfigPara I No context init parameter 'org.apache.myfaces.config.annotation.LifecycleProvider' found. [3/21/12 20:32:46:732 MDT] 000002d1 WebConfigPara I No context init parameter 'org.apache.myfaces.EL_RESOLVER_COMPARATOR' found. [3/21/12 20:32:46:733 MDT] 000002d1 WebConfigPara I No context init parameter 'org.apache.myfaces.EL_RESOLVER_PREDICATE' found. [3/21/12 20:32:46:733 MDT] 000002d1 WebConfigPara I No context init parameter 'org.apache.myfaces.CHECKED_VIEWID_CACHE_SIZE' found, using default value '500'. [3/21/12 20:32:46:734 MDT] 000002d1 WebConfigPara I No context init parameter 'org.apache.myfaces.CHECKED_VIEWID_CACHE_ENABLED' found, using default value 'true'. [3/21/12 20:32:46:735 MDT] 000002d1 WebConfigPara I No context init parameter 'org.apache.myfaces.ERROR_TEMPLATE_RESOURCE' found, using default value 'META-INF/rsc/myfaces-dev-error.xml'. [3/21/12 20:32:46:735 MDT] 000002d1 WebConfigPara I No context init parameter 'org.apache.myfaces.DEBUG_TEMPLATE_RESOURCE' found, using default value 'META-INF/rsc/myfaces-dev-debug.xml'. [3/21/12 20:32:46:736 MDT] 000002d1 WebConfigPara I No context init parameter 'org.apache.myfaces.ERROR_HANDLING' found, using default value 'false, on Development Project stage: true'. [3/21/12 20:32:46:736 MDT] 000002d1 WebConfigPara I No context init parameter 'org.apache.myfaces.NUMBER_OF_VIEWS_IN_SESSION' found, using default value '20'. [3/21/12 20:32:46:737 MDT] 000002d1 WebConfigPara I No context init parameter 'org.apache.myfaces.NUMBER_OF_SEQUENTIAL_VIEWS_IN_SESSION' found. [3/21/12 20:32:46:738 MDT] 000002d1 WebConfigPara I No context init parameter 'org.apache.myfaces.SERIALIZE_STATE_IN_SESSION' found, using default value 'true'. [3/21/12 20:32:46:738 MDT] 000002d1 WebConfigPara I No context init parameter 'org.apache.myfaces.COMPRESS_STATE_IN_SESSION' found, using default value 'true'. [3/21/12 20:32:46:739 MDT] 000002d1 WebConfigPara I No context init parameter 'org.apache.myfaces.CACHE_OLD_VIEWS_IN_SESSION_MODE' found, using default value 'off'. [3/21/12 20:32:46:739 MDT] 000002d1 WebConfigPara I No context init parameter 'org.apache.myfaces.USE_FLASH_SCOPE_PURGE_VIEWS_IN_SESSION' found, using default value 'false'. [3/21/12 20:32:46:740 MDT] 000002d1 WebConfigPara I No context init parameter 'org.apache.myfaces.HANDLE_STATE_CACHING_MECHANICS' found, using default value 'true'. [3/21/12 20:32:46:741 MDT] 000002d1 WebConfigPara I No context init parameter 'org.apache.myfaces.USE_MULTIPLE_JS_FILES_FOR_JSF_UNCOMPRESSED_JS' found, using default value 'false'. [3/21/12 20:32:46:742 MDT] 000002d1 WebConfigPara I No context init parameter 'org.apache.myfaces.JSF_JS_MODE' found, using default value 'normal'. [3/21/12 20:32:46:742 MDT] 000002d1 WebConfigPara I No context init parameter 'org.apache.myfaces.SERVICE_PROVIDER_FINDER' found. [3/21/12 20:32:46:743 MDT] 000002d1 WebConfigPara I No context init parameter 'javax.faces.DISABLE_FACELET_JSF_VIEWHANDLER' found, using default value 'false'. [3/21/12 20:32:46:751 MDT] 000002d1 WebConfigPara I No context init parameter 'org.apache.myfaces.SAVE_STATE_WITH_VISIT_TREE_ON_PSS' found, using default value 'true'. [3/21/12 20:32:46:751 MDT] 000002d1 WebConfigPara I No context init parameter 'org.apache.myfaces.CHECK_ID_PRODUCTION_MODE' found, using default value 'auto'. [3/21/12 20:32:46:752 MDT] 000002d1 WebConfigPara I No context init parameter 'javax.faces.FACELETS_BUFFER_SIZE' found. [3/21/12 20:32:46:753 MDT] 000002d1 WebConfigPara I No context init parameter 'facelets.BUFFER_SIZE' found. [3/21/12 20:32:46:757 MDT] 000002d1 WebConfigPara I No context init parameter 'javax.faces.FACELETS_DECORATORS' found. [3/21/12 20:32:46:758 MDT] 000002d1 WebConfigPara I No context init parameter 'facelets.DECORATORS' found. [3/21/12 20:32:46:759 MDT] 000002d1 WebConfigPara I No context init parameter 'javax.faces.FACELETS_LIBRARIES' found. [3/21/12 20:32:46:759 MDT] 000002d1 WebConfigPara I No context init parameter 'facelets.LIBRARIES' found. [3/21/12 20:32:46:760 MDT] 000002d1 WebConfigPara I No context init parameter 'javax.faces.FACELETS_REFRESH_PERIOD' found, using default value '-1'. [3/21/12 20:32:46:763 MDT] 000002d1 WebConfigPara I No context init parameter 'facelets.REFRESH_PERIOD' found, using default value '-1'. [3/21/12 20:32:46:764 MDT] 000002d1 WebConfigPara I No context init parameter 'javax.faces.FACELETS_RESOURCE_RESOLVER' found. [3/21/12 20:32:46:765 MDT] 000002d1 WebConfigPara I No context init parameter 'facelets.RESOURCE_RESOLVER' found. [3/21/12 20:32:46:766 MDT] 000002d1 WebConfigPara I No context init parameter 'facelets.SKIP_COMMENTS' found. [3/21/12 20:32:46:767 MDT] 000002d1 WebConfigPara I No context init parameter 'org.apache.myfaces.MARK_INITIAL_STATE_WHEN_APPLY_BUILD_VIEW' found, using default value 'false'. [3/21/12 20:32:46:767 MDT] 000002d1 WebConfigPara I No context init parameter 'org.apache.myfaces.WRAP_TAG_EXCEPTIONS_AS_CONTEXT_AWARE' found, using default value 'true'. [3/21/12 20:32:46:771 MDT] 000002d1 WebConfigPara I No context init parameter 'org.apache.myfaces.CACHE_EL_EXPRESSIONS' found, using default value 'noCache'. [3/21/12 20:32:46:772 MDT] 000002d1 WebConfigPara I No context init parameter 'org.apache.myfaces.EXPRESSION_FACTORY' found. [3/21/12 20:32:46:773 MDT] 000002d1 WebConfigPara I No context init parameter 'org.apache.myfaces.INITIALIZE_ALWAYS_STANDALONE' found, using default value 'false'. [3/21/12 20:32:46:773 MDT] 000002d1 WebConfigPara I No context init parameter 'org.apache.myfaces.LOG_WEB_CONTEXT_PARAMS' found, using default value 'auto'. [3/21/12 20:32:46:774 MDT] 000002d1 WebConfigPara I No context init parameter 'org.apache.myfaces.FACES_INITIALIZER' found. [3/21/12 20:32:46:775 MDT] 000002d1 WebConfigPara I No context init parameter 'org.apache.myfaces.FACES_INIT_PLUGINS' found. [3/21/12 20:32:46:795 MDT] 000002d1 EmailNotifica I ICEpush Email Notification Provider Registered. [3/21/12 20:32:46:798 MDT] 000002d1 APNSNotificat I APNS initialzed SSL com.ibm.websphere.ssl.protocol.SSLSocketFactory@623a623a [3/21/12 20:32:46:800 MDT] 000002d1 BPNSNotificat I BPNS notification disabled: Could not read BPNS configuration during Registration java.lang.NoClassDefFoundError: net.rim.pushsdk.commons.IdGenerator [3/21/12 20:32:46:817 MDT] 000002d1 servlet I com.ibm.ws.webcontainer.servlet.ServletWrapper init SRVE0242I: [showcase_war] [/showcase] [Resource Servlet] : Initialization successful. [3/21/12 20:32:46:818 MDT] 000002d1 webcontainer I com.ibm.ws.wswebcontainer.VirtualHost addWebApplication SRVE0250I: Web Module ICEfaces Showcase has been bound to default_host [*:9081,*:80,*:9444,*:5063,*:5062,*:443] . [3/21/12 20:32:46:847 MDT] 000002d1 ApplicationMg A WSVR0221I: Application started: showcase_war [3/21/12 20:32:46:848 MDT] 000002d1 CompositionUn A WSVR0191I: Composition unit WebSphere:cuname=showcase_war in BLA WebSphere:blaname=showcase_war started. [3/21/12 20:32:48:695 MDT] 000002db webcontainer E com.ibm.ws.webcontainer.WebContainer handleRequest SRVE0255E: A WebGroup/Virtual Host to handle /favicon.ico has not been defined. [3/21/12 20:33:20:970 MDT] 000002da servlet I com.ibm.ws.webcontainer.servlet.ServletWrapper init SRVE0242I: [showcase_war] [/showcase] [Faces Servlet] : Initialization successful. [3/21/12 20:33:24:543 MDT] 000002da MainServlet I ICEsoft Technologies Inc. ICEpush-EE 3.0.0.GA Build number: 1 Revision: $ {revision} [3/21/12 20:33:25:447 MDT] 000002db FfdcProvider I com.ibm.ws.ffdc.impl.FfdcProvider logIncident FFDC1003I: FFDC Incident emitted on /opt/IBM/v7.0/WebSphere/AppServer/profiles/AppSrv01/logs/ffdc/server1_7d497d49_12.03.21_20.33.24.7782698.txt com.ibm.ws.webcontainer.extension.DefaultExtensionProcessor.handleRequest 573 [3/21/12 20:34:02:516 MDT] 000002d8 servlet I com.ibm.ws.webcontainer.servlet.ServletWrapper init SRVE0242I: [showcase_war] [/showcase] [/index.jsp] : Initialization successful. [3/21/12 20:34:03:175 MDT] 000002db ExternalSpeci I MyFaces Unified EL support disabled [3/21/12 20:34:05:077 MDT] 0000039c srt W com.ibm.ws.webcontainer.srt.SRTServletResponse setIntHeader WARNING: Cannot set header. Response already committed. [3/21/12 20:34:05:106 MDT] 0000039c srt W com.ibm.ws.webcontainer.srt.SRTServletResponse setIntHeader WARNING: Cannot set header. Response already committed. [3/21/12 20:34:05:124 MDT] 0000039c srt W com.ibm.ws.webcontainer.srt.SRTServletResponse setIntHeader WARNING: Cannot set header. Response already committed. [3/21/12 20:34:05:134 MDT] 0000039c srt W com.ibm.ws.webcontainer.srt.SRTServletResponse setIntHeader WARNING: Cannot set header. Response already committed. [3/21/12 20:34:05:147 MDT] 0000039c srt W com.ibm.ws.webcontainer.srt.SRTServletResponse setIntHeader WARNING: Cannot set header. Response already committed. [3/21/12 20:34:05:164 MDT] 0000039c srt W com.ibm.ws.webcontainer.srt.SRTServletResponse setIntHeader WARNING: Cannot set header. Response already committed. [3/21/12 20:34:05:294 MDT] 000002d2 srt W com.ibm.ws.webcontainer.srt.SRTServletResponse setIntHeader WARNING: Cannot set header. Response already committed. [3/21/12 20:34:05:300 MDT] 000002d9 srt W com.ibm.ws.webcontainer.srt.SRTServletResponse setIntHeader WARNING: Cannot set header. Response already committed. [3/21/12 20:34:05:305 MDT] 000002d3 srt W com.ibm.ws.webcontainer.srt.SRTServletResponse setIntHeader WARNING: Cannot set header. Response already committed. [3/21/12 20:34:05:308 MDT] 000002d8 srt W com.ibm.ws.webcontainer.srt.SRTServletResponse setIntHeader WARNING: Cannot set header. Response already committed. [3/21/12 20:34:05:461 MDT] 0000039c srt W com.ibm.ws.webcontainer.srt.SRTServletResponse setIntHeader WARNING: Cannot set header. Response already committed.
        Hide
        Jack Van Ooststroom added a comment -

        All subclasses of org.icefaces.samples.showcase.metadata.context.ComponentExampleImpl now have their own implementation of initMetaData() which simply invokes the super.initMetaData(). The subclasses now use the @PostConstruct annotation and the superclass does not. This fixes the MyFaces issue on WAS. Marking this one as FIXED.

        Show
        Jack Van Ooststroom added a comment - All subclasses of org.icefaces.samples.showcase.metadata.context.ComponentExampleImpl now have their own implementation of initMetaData() which simply invokes the super.initMetaData(). The subclasses now use the @PostConstruct annotation and the superclass does not. This fixes the MyFaces issue on WAS. Marking this one as FIXED.

          People

          • Assignee:
            Jack Van Ooststroom
            Reporter:
            Carmen Cristurean
          • Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

            • Created:
              Updated:
              Resolved: