Is anybody working on or know of the problem.
I have the latest code checked out from trunk. Everything builds with mvn install, but when I try to start it I get:
Exception in thread "main" java.lang.ExceptionInInitializerError
at com.sun.enterprise.glassfish.bootstrap.MainHelper.
at com.sun.enterprise.glassfish.bootstrap.GlassFishMain.main(GlassFishMain.java:64)
at com.sun.enterprise.glassfish.bootstrap.ASMain.main(ASMain.java:54)
Caused by: java.util.MissingResourceException: Can't find com.sun.enterprise.glassfish.bootstrap.LogMessages bundle
at java.util.logging.Logger.setupResourceInfo(Logger.java:1942)
at java.util.logging.Logger.
at java.util.logging.LogManager.demandLogger(LogManager.java:554)
at java.util.logging.Logger.demandLogger(Logger.java:455)
at java.util.logging.Logger.getLogger(Logger.java:553)
at com.sun.enterprise.glassfish.bootstrap.LogFacade.
... 3 more