dev@glassfish.java.net

Re: build broken?

From: Anissa Lam <Anissa.Lam_at_Sun.COM>
Date: Fri, 19 Jun 2009 13:32:58 -0700

Siraj Ghaffar wrote:
> Hudson is red..
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe_at_glassfish.dev.java.net
> For additional commands, e-mail: dev-help_at_glassfish.dev.java.net
>


I updated my workspace and now the web container can't startup. Maybe
thats why Hudson is red.


un 19, 2009 1:28:34 PM com.sun.enterprise.v3.server.ApplicationLifecycle
startContainers
SEVERE: Cannot start container web
java.lang.NullPointerException
    at
com.sun.enterprise.web.WebContainer.configureHttpServiceProperties(WebContainer.java:846)
    at
com.sun.enterprise.web.connector.coyote.PECoyoteConnector.configure(PECoyoteConnector.java:1012)
    at
com.sun.enterprise.web.WebContainer.createHttpListener(WebContainer.java:728)
    at
com.sun.enterprise.web.WebContainer.createHttpListener(WebContainer.java:662)
    at
com.sun.enterprise.web.WebContainer.postConstruct(WebContainer.java:519)
    at
com.sun.hk2.component.AbstractWombImpl.inject(AbstractWombImpl.java:170)
    at com.sun.hk2.component.ConstructorWomb$1.run(ConstructorWomb.java:90)
    at java.security.AccessController.doPrivileged(Native Method)
    at
com.sun.hk2.component.ConstructorWomb.initialize(ConstructorWomb.java:87)
    at com.sun.hk2.component.AbstractWombImpl.get(AbstractWombImpl.java:77)
    at
com.sun.hk2.component.SingletonInhabitant.get(SingletonInhabitant.java:58)
    at com.sun.hk2.component.LazyInhabitant.get(LazyInhabitant.java:107)
    at
com.sun.hk2.component.AbstractInhabitantImpl.get(AbstractInhabitantImpl.java:60)
    at
org.glassfish.internal.data.EngineInfo.getContainer(EngineInfo.java:78)
    at
com.sun.enterprise.v3.server.ApplicationLifecycle.startContainers(ApplicationLifecycle.java:627)
    at
com.sun.enterprise.v3.server.ApplicationLifecycle.setupContainerInfos(ApplicationLifecycle.java:412)
    at
com.sun.enterprise.v3.server.ApplicationLifecycle.deploy(ApplicationLifecycle.java:229)
    at
com.sun.enterprise.v3.server.ApplicationLoaderService.processApplication(ApplicationLoaderService.java:303)
    at
com.sun.enterprise.v3.admin.adapter.InstallerThread.load(InstallerThread.java:285)
    at
com.sun.enterprise.v3.admin.adapter.InstallerThread.run(InstallerThread.java:100)
Jun 19, 2009 1:28:34 PM org.glassfish.api.ActionReport failure
SEVERE: Aborting, Failed to start container
com.sun.enterprise.web.WebContainer
Jun 19, 2009 1:28:34 PM org.glassfish.api.ActionReport failure
SEVERE: Exception while deploying the app
java.lang.Exception: Aborting, Failed to start container
com.sun.enterprise.web.WebContainer
    at
com.sun.enterprise.v3.server.ApplicationLifecycle.setupContainerInfos(ApplicationLifecycle.java:415)
    at
com.sun.enterprise.v3.server.ApplicationLifecycle.deploy(ApplicationLifecycle.java:229)
    at
com.sun.enterprise.v3.server.ApplicationLoaderService.processApplication(ApplicationLoaderService.java:303)
    at
com.sun.enterprise.v3.admin.adapter.InstallerThread.load(InstallerThread.java:285)
    at
com.sun.enterprise.v3.admin.adapter.InstallerThread.run(InstallerThread.java:100)
Jun 19, 2009 1:28:35 PM
com.sun.enterprise.v3.server.ApplicationLoaderService processApplication
SEVERE: Exception while deploying the app : java.lang.Exception:
Aborting, Failed to start container com.sun.enterprise.web.WebContainer

Anissa.