dev@glassfish.java.net

V3: NPE on start-domain

From: Marina Vatkina <Marina.Vatkina_at_Sun.COM>
Date: Fri, 29 Feb 2008 11:26:36 -0800

After complete rebuild (minus removed config test), I'm getting this NPE:

INFO: Deployment startup done in 674 ms
java.lang.NullPointerException
         at
com.sun.grizzly.http.SelectorThread.setKeepAliveThreadCount(SelectorThread.java:1470)
         at
com.sun.enterprise.v3.services.impl.GrizzlyHttpEmbed.configureKeepAlive(GrizzlyHttpEmbed.java:302)
         at
com.sun.enterprise.v3.services.impl.GrizzlyHttpEmbed.configureGrizzlyListener(GrizzlyHttpEmbed.java:121)
         at
com.sun.enterprise.v3.services.impl.GrizzlyHttpEmbed.createListener(GrizzlyHttpEmbed.java:92)
         at
com.sun.enterprise.v3.services.impl.GrizzlyProxy.configureGrizzly(GrizzlyProxy.java:146)
         at
com.sun.enterprise.v3.services.impl.GrizzlyProxy.<init>(GrizzlyProxy.java:117)
         at
com.sun.enterprise.v3.services.impl.GrizzlyService.postConstruct(GrizzlyService.java:94)
         at com.sun.hk2.component.AbstractWombImpl.inject(AbstractWombImpl.java:114)
         at
com.sun.hk2.component.ConstructorWomb.initialize(ConstructorWomb.java:50)
         at com.sun.hk2.component.AbstractWombImpl.get(AbstractWombImpl.java:39)
         at
com.sun.hk2.component.SingletonInhabitant.get(SingletonInhabitant.java:22)
         at com.sun.hk2.component.LazyInhabitant.get(LazyInhabitant.java:71)
         at
com.sun.hk2.component.AbstractInhabitantImpl.get(AbstractInhabitantImpl.java:24)
         at
com.sun.enterprise.v3.server.AppServerStartup.run(AppServerStartup.java:100)
         at com.sun.enterprise.module.bootstrap.Main.launch(Main.java:388)
         at com.sun.enterprise.module.bootstrap.Main.launch(Main.java:351)
         at com.sun.enterprise.module.bootstrap.Main.start(Main.java:154)
         at com.sun.enterprise.module.bootstrap.Main$1.run(Main.java:70)

Any help is highly appreciated ;).
thanks,
-marina