dev@glassfish.java.net

Does this stack trace look familiar

From: vince kraemer <Vince.Kraemer_at_Sun.COM>
Date: Tue, 20 Oct 2009 07:51:02 -0700

One of the QA guys from the NB team ran into this with a web app that
they tried to deploy onto GF v3, promoted build 68 on Windows.

It looks like the app is using JSF... I hope to get more details from
them shortly.

There is also a secondary ST...

thanks,
vbk

------ PRIMARY STACK TRACE ----

java.lang.NullPointerException
        at com.sun.faces.util.Util.loadClass(Util.java:200)
        at
com.sun.faces.config.processor.AbstractConfigProcessor.loadClass(AbstractConfigProcessor.java:312)
        at
com.sun.faces.config.processor.FaceletTaglibConfigProcessor.processHandlerClass(FaceletTaglibConfigProcessor.java:416)
        at
com.sun.faces.config.processor.FaceletTaglibConfigProcessor.processTags(FaceletTaglibConfigProcessor.java:370)
        at
com.sun.faces.config.processor.FaceletTaglibConfigProcessor.processTagLibrary(FaceletTaglibConfigProcessor.java:313)
        at
com.sun.faces.config.processor.FaceletTaglibConfigProcessor.process(FaceletTaglibConfigProcessor.java:262)
        at
com.sun.faces.config.ConfigManager.initialize(ConfigManager.java:337)
        at
com.sun.faces.config.ConfigureListener.contextInitialized(ConfigureListener.java:219)
        at
org.apache.catalina.core.StandardContext.listenerStart(StandardContext.java:4664)
        at
org.apache.catalina.core.StandardContext.start(StandardContext.java:5289)
        at com.sun.enterprise.web.WebModule.start(WebModule.java:499)
        at
org.apache.catalina.core.ContainerBase.addChildInternal(ContainerBase.java:928)
        at
org.apache.catalina.core.ContainerBase.addChild(ContainerBase.java:912)
        at
org.apache.catalina.core.StandardHost.addChild(StandardHost.java:694)
        at
com.sun.enterprise.web.WebContainer.loadWebModule(WebContainer.java:1831)
        at
com.sun.enterprise.web.WebContainer.loadWebModule(WebContainer.java:1515)
        at
com.sun.enterprise.web.WebApplication.start(WebApplication.java:90)
        at org.glassfish.internal.data.EngineRef.start(EngineRef.java:126)
        at org.glassfish.internal.data.ModuleInfo.start(ModuleInfo.java:219)
        at
org.glassfish.internal.data.ApplicationInfo.start(ApplicationInfo.java:240)
        at
com.sun.enterprise.v3.server.ApplicationLifecycle.deploy(ApplicationLifecycle.java:308)
        at
com.sun.enterprise.v3.server.ApplicationLifecycle.deploy(ApplicationLifecycle.java:169)
        at
org.glassfish.deployment.admin.DeployCommand.execute(DeployCommand.java:283)
        at
com.sun.enterprise.v3.admin.CommandRunnerImpl$1.execute(CommandRunnerImpl.java:305)


---- SECONDARY STACK TRACE ----
SEVERE: PWC1305: Exception during cleanup after start failed
org.apache.catalina.LifecycleException: PWC2769: Manager has not yet
been started
        at
org.apache.catalina.session.StandardManager.stop(StandardManager.java:892)
        at
org.apache.catalina.core.StandardContext.stop(StandardContext.java:5479)
        at com.sun.enterprise.web.WebModule.stop(WebModule.java:529)
        at
org.apache.catalina.core.StandardContext.start(StandardContext.java:5307)
        at com.sun.enterprise.web.WebModule.start(WebModule.java:499)
        at
org.apache.catalina.core.ContainerBase.addChildInternal(ContainerBase.java:928)
        at
org.apache.catalina.core.ContainerBase.addChild(ContainerBase.java:912)
        at
org.apache.catalina.core.StandardHost.addChild(StandardHost.java:694)
        at
com.sun.enterprise.web.WebContainer.loadWebModule(WebContainer.java:1831)
        at
com.sun.enterprise.web.WebContainer.loadWebModule(WebContainer.java:1515)
        at
com.sun.enterprise.web.WebApplication.start(WebApplication.java:90)
        at org.glassfish.internal.data.EngineRef.start(EngineRef.java:126)
        at org.glassfish.internal.data.ModuleInfo.start(ModuleInfo.java:219)
        at
org.glassfish.internal.data.ApplicationInfo.start(ApplicationInfo.java:240)
        at
com.sun.enterprise.v3.server.ApplicationLifecycle.deploy(ApplicationLifecycle.java:308)
        at
com.sun.enterprise.v3.server.ApplicationLifecycle.deploy(ApplicationLifecycle.java:169)
        at
org.glassfish.deployment.admin.DeployCommand.execute(DeployCommand.java:283)
        at
com.sun.enterprise.v3.admin.CommandRunnerImpl$1.execute(CommandRunnerImpl.java:305)