Looks like a busted build, perhaps. It can't find the resource bundle...
On 3/31/10 7:00 PM, Sebastien Dionne wrote:
> I try to launch the websocket chat on Deployer.. and I obtain a exception.
>
>
>
> 31-Mar-2010 8:57:27 PM
> com.sun.grizzly.http.servlet.deployer.GrizzlyWebServerDeployer init
> INFO:
> DeployerConfiguration{locations='C:/workspaces/workspace_grizzly/samples/websockets/chat/target/grizzly-websockets-chat.war',
> port=8080, forcedContext='null', waitToStart=false, libraryPath='null',
> webdefault='null', cometEnabled=false, forceWarDeployment=false,
> ajpEnabled=false}
> 31-Mar-2010 8:57:27 PM com.sun.grizzly.http.servlet.deployer.WarDeployer
> fromURI
> INFO: Skipping Annotation for this URI :
> file:/C:/workspaces/workspace_grizzly/samples/websockets/chat/target/grizzly-websockets-chat.war
> Exception in thread "SelectorThread-8080"
> java.lang.ExceptionInInitializerError
> at com.sun.grizzly.http.ProcessorTask.initialize(ProcessorTask.java:505)
> at
> com.sun.grizzly.http.SelectorThread.rampUpProcessorTask(SelectorThread.java:982)
> at com.sun.grizzly.http.SelectorThread.run(SelectorThread.java:1089)
> at java.lang.Thread.run(Unknown Source)
> Caused by: java.util.MissingResourceException: Can't find bundle for base
> name com.sun.grizzly.tcp.http11.LocalStrings, locale en_US
> at java.util.ResourceBundle.throwMissingResourceException(Unknown
> Source)
> at java.util.ResourceBundle.getBundleImpl(Unknown Source)
> at java.util.ResourceBundle.getBundle(Unknown Source)
> at com.sun.grizzly.util.res.StringManager.<init>(StringManager.java:99)
> at com.sun.grizzly.util.res.StringManager.<init>(StringManager.java:91)
> at
> com.sun.grizzly.util.res.StringManager.getManager(StringManager.java:270)
> at
> com.sun.grizzly.tcp.http11.InternalInputBuffer.<clinit>(InternalInputBuffer.java:120)
> ... 4 more
>
>
> is it the classloader ?
>
>