Quantcast
Channel: GlassFish Related Items on Java.net
Viewing all articles
Browse latest Browse all 1091

Latest 4.0.1-SNAPSHOT build from source fails to start

$
0
0

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.(MainHelper.java:65)
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.(Logger.java:380)
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.(LogFacade.java:60)
... 3 more


Viewing all articles
Browse latest Browse all 1091

Trending Articles