ICEfaces
  1. ICEfaces
  2. ICE-5222

ICEfaces-2.0 push throws exception when redploying application on Tomcat on Windows

    Details

    • Type: Bug Bug
    • Status: Closed
    • Priority: Major Major
    • Resolution: Fixed
    • Affects Version/s: 2.0-Alpha1
    • Fix Version/s: 2.0-Beta2, 2.0.0
    • Component/s: Framework
    • Labels:
      None
    • Environment:
      jsf2.0, ice-push, tomcat 6 or 7, Windows only
    • Workaround Exists:
      Yes
    • Workaround Description:
      Hide
      Add a context.xml file to the application which specifies the anti*Locking attributes:

      <Context antiJarLocking="true" antiResourceLocking="true" path="/appContextGoesHere" >
      </Context>
      Show
      Add a context.xml file to the application which specifies the anti*Locking attributes: <Context antiJarLocking="true" antiResourceLocking="true" path="/appContextGoesHere" > </Context>

      Description

      When redeploying an application (server can be running or not), the following exception will start and not allow the application to be redeployed (after the first few times).
      SEVERE: Exception sending context destroyed event to listener instance
       of class org.icefaces.push.servlet.ServletEnvironmentListener
       java.lang.NullPointerException
           at org.icefaces.push.servlet.ICEfacesResourceHandler.notifyContextShutdown(ICEfacesResourceHandler.java:175)
           at org.icefaces.push.servlet.ServletEnvironmentListener.contextDestroyed(ServletEnvironmentListener.java:38)
           at org.apache.catalina.core.StandardContext.listenerStop(StandardContext.java:3973)
           at org.apache.catalina.core.StandardContext.stop(StandardContext.java:4577)
           at org.apache.catalina.core.StandardContext.start(StandardContext.java:4474)
           at org.apache.catalina.core.ContainerBase.addChildInternal(ContainerBase.java:791
           at org.apache.catalina.core.ContainerBase.addChild(ContainerBase.java:771)
           at org.apache.catalina.core.StandardHost.addChild(StandardHost.java:526)
           at org.apache.catalina.startup.HostConfig.deployWAR(HostConfig.java:850)
           at org.apache.catalina.startup.HostConfig.deployWARs(HostConfig.java:724)
           at org.apache.catalina.startup.HostConfig.deployApps(HostConfig.java:493)
           at org.apache.catalina.startup.HostConfig.check(HostConfig.java:1274)
           at org.apache.catalina.startup.HostConfig.lifecycleEvent(HostConfig.java:296)
           at org.apache.catalina.util.LifecycleSupport.fireLifecycleEvent(LifecycleSupport.java:119)
           at org.apache.catalina.core.ContainerBase.backgroundProcess(ContainerBase.java:1337)
           at org.apache.catalina.core.ContainerBase$ContainerBackgroundProcessor.processChildren(ContainerBase.java:1601)
           at org.apache.catalina.core.ContainerBase$ContainerBackgroundProcessor.processChildren(ContainerBase.java:1610)
          at org.apache.catalina.core.ContainerBase$ContainerBackgroundProcessor.run(ContainerBase.java:1590)
          at java.lang.Thread.run(Thread.java:6

        Issue Links

          Activity

            People

            • Assignee:
              Ken Fyten
              Reporter:
              Judy Guglielmin
            • Votes:
              0 Vote for this issue
              Watchers:
              1 Start watching this issue

              Dates

              • Created:
                Updated:
                Resolved: