dev@glassfish.java.net

NPE at start up

From: Justin Lee <Justin.Lee_at_Sun.COM>
Date: Tue, 21 Apr 2009 17:59:42 -0400

I'm getting this at start up. Has anyone else seen this error?

INFO: [Thread[GlassFish Kernel Main Thread,5,main]] started
Exception in thread "GlassFish Kernel Main Thread"
java.lang.NullPointerException
    at
com.sun.enterprise.server.logging.FileandSyslogHandler.postConstruct(FileandSyslogHandler.java:158)
    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.jvnet.hk2.component.Habitat$1.get(Habitat.java:252)
    at java.util.AbstractList$Itr.next(AbstractList.java:345)
    at
com.sun.enterprise.v3.services.impl.LogManagerService.postConstruct(LogManagerService.java:140)
    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
com.sun.enterprise.v3.server.AppServerStartup.run(AppServerStartup.java:184)
    at
com.sun.enterprise.v3.server.AppServerStartup$1.run(AppServerStartup.java:127)