dev@glassfish.java.net

deployment broken?

From: Senthil Chidambaram <cchidamb_at_sun.com>
Date: Fri, 14 Mar 2008 11:10:30 -0700

I did a build from scratch this morning (remove .m2/repo, and my v3
workspace). When I try to deploy a war file I'm getting the following
Exception, I tried deploying on both glassfish, and web.zip bits.

ls.deployment|_ThreadID=12;_ThreadName=Thread-4;|Cannot start container
from module Module:
org.glassfish.web:webtier::ModuleClassLoader(name=org.glassfish.web:webtier,
parent=,URls[]=file:/export/home/GFV3/WEB/glassfish/modules/./web/webtier-10.0-SNAPSHOT.jar,file:/export/home/GFV3/WEB/glassfish/modules/web/jasper-jsr199-9.1.jar,),init=true,URls[]=file:/export/home/GFV3/WEB/glassfish/modules/./web/webtier-10.0-SNAPSHOT.jar,file:/export/home/GFV3/WEB/glassfish/modules/web/jasper-jsr199-9.1.jar,)
java.lang.NullPointerException
        at
com.sun.enterprise.web.accesslog.DefaultAccessLogFormatterImpl.parsePattern(DefaultAccessLogFormatterImpl.java:271)
        at
com.sun.enterprise.web.accesslog.DefaultAccessLogFormatterImpl.<init>(DefaultAccessLogFormatterImpl.java:143)
        at
com.sun.enterprise.web.PEAccessLogValve.setPattern(PEAccessLogValve.java:428)
        at
com.sun.enterprise.web.PEAccessLogValve.updateAccessLogAttributes(PEAccessLogValve.java:853)
        at
com.sun.enterprise.web.PEAccessLogValve.configure(PEAccessLogValve.java:727)
        at
com.sun.enterprise.web.WebContainer.createVirtualServer(WebContainer.java:1068)

java.lang.Exception: Failed to start containers
        at
com.sun.enterprise.v3.server.ApplicationLifecycle.setupContainerInfos(ApplicationLifecycle.java:401)
        at
com.sun.enterprise.v3.server.ApplicationLifecycle.deploy(ApplicationLifecycle.java:260)
        at
com.sun.enterprise.v3.deployment.DeployCommand.execute(DeployCommand.java:289)

thx
Senthil