dev@glassfish.java.net

Failure in deploying a JRoR application on GF V3 trunk

From: Changshin Lee <iasandcb_at_gmail.com>
Date: Tue, 13 Nov 2007 13:40:49 +0900

When I try to deploy a JRoR application on GF V3 trunk, the following
error message comes out.

java.util.logging.ErrorManager: 5
java.lang.NullPointerException
        at
java
.util
.PropertyResourceBundle.handleGetObject(PropertyResourceBundle.java:103)
        at java.util.ResourceBundle.getObject(ResourceBundle.java:319)
        at java.util.ResourceBundle.getString(ResourceBundle.java:285)
        at java.util.logging.Formatter.formatMessage(Formatter.java:108)
        at java.util.logging.SimpleFormatter.format(SimpleFormatter.java:63)
        at java.util.logging.StreamHandler.publish(StreamHandler.java:179)
        at java.util.logging.ConsoleHandler.publish(ConsoleHandler.java:88)
        at java.util.logging.Logger.log(Logger.java:452)
        at java.util.logging.Logger.doLog(Logger.java:474)
        at java.util.logging.Logger.log(Logger.java:497)
        at java.util.logging.Logger.severe(Logger.java:984)
        at
com
.sun
.enterprise
.v3.server.ContainerStarter.startContainer(ContainerStarter.java:128)
        at
com
.sun
.enterprise
.v3
.server.ApplicationLifecycle.startContainer(ApplicationLifecycle.java:
311)
        at
com
.sun
.enterprise
.v3.server.ApplicationLifecycle.load(ApplicationLifecycle.java:147)
        at
com
.sun.enterprise.v3.deployment.DeployCommand.execute(DeployCommand.java:
196)
        at
com.sun.enterprise.v3.admin.AdminAdapter.doCommand(AdminAdapter.java:
246)
        at
com.sun.enterprise.v3.admin.AdminAdapter.doCommand(AdminAdapter.java:
162)
        at com.sun.enterprise.v3.admin.AdminAdapter.service(AdminAdapter.java:
110)
        at
com.sun.enterprise.v3.server.HK2Dispatcher.dispath(HK2Dispatcher.java:
100)
        at
com
.sun
.enterprise
.v3.services.impl.GrizzlyAdapter.service(GrizzlyAdapter.java:251)
        at
com
.sun
.grizzly
.http.DefaultProcessorTask.invokeAdapter(DefaultProcessorTask.java:598)
        at
com
.sun
.grizzly.http.DefaultProcessorTask.doProcess(DefaultProcessorTask.java:
529)
        at
com
.sun
.grizzly.http.DefaultProcessorTask.process(DefaultProcessorTask.java:
773)
        at com.sun.grizzly.http.SelectorThread$4.execute(SelectorThread.java:
755)
        at
com
.sun
.grizzly
.DefaultProtocolChain.executeProtocolFilter(DefaultProtocolChain.java:
77)
        at
com.sun.grizzly.DefaultProtocolChain.execute(DefaultProtocolChain.java:
56)
        at com.sun.grizzly.http.SelectorThread$2.execute(SelectorThread.java:
656)
        at com.sun.grizzly.Context.call(Context.java:250)
        at com.sun.grizzly.util.WorkerThreadImpl.run(WorkerThreadImpl.java:138)
2007. 11. 13 ???? 12:27:24
com.sun.enterprise.v3.server.ApplicationLifecycle failure
?ɰ?: Cannot start container associated to application of type : jruby
2007. 11. 13 ???? 12:27:24
com.sun.enterprise.v3.server.ApplicationLifecycle failure
?ɰ?: Cannot start container associated to application of type : jruby
2007. 11. 13 ???? 12:27:40
com.sun.enterprise.v3.server.ContainerStarter startContainer
?ɰ?: Resolution Error
com.sun.enterprise.module.ResolveError: Cyclic dependency with
org.glassfish.extras:gf-jruby-connector
        at com.sun.enterprise.module.Module.resolve(Module.java:291)
        at
com
.sun
.enterprise.module.ModulesRegistry.makeModuleFor(ModulesRegistry.java:
224)
        at
com
.sun
.enterprise
.v3.server.ContainerStarter.startContainer(ContainerStarter.java:119)
        at
com
.sun
.enterprise
.v3
.server.ApplicationLifecycle.startContainer(ApplicationLifecycle.java:
311)
        at
com
.sun
.enterprise
.v3.server.ApplicationLifecycle.load(ApplicationLifecycle.java:147)
        at
com
.sun.enterprise.v3.deployment.DeployCommand.execute(DeployCommand.java:
196)
        at
com.sun.enterprise.v3.admin.AdminAdapter.doCommand(AdminAdapter.java:
246)
        at
com.sun.enterprise.v3.admin.AdminAdapter.doCommand(AdminAdapter.java:
162)
        at com.sun.enterprise.v3.admin.AdminAdapter.service(AdminAdapter.java:
110)
        at
com.sun.enterprise.v3.server.HK2Dispatcher.dispath(HK2Dispatcher.java:
100)
        at
com
.sun
.enterprise
.v3.services.impl.GrizzlyAdapter.service(GrizzlyAdapter.java:251)
        at
com
.sun
.grizzly
.http.DefaultProcessorTask.invokeAdapter(DefaultProcessorTask.java:598)
        at
com
.sun
.grizzly.http.DefaultProcessorTask.doProcess(DefaultProcessorTask.java:
529)
        at
com
.sun
.grizzly.http.DefaultProcessorTask.process(DefaultProcessorTask.java:
773)
        at com.sun.grizzly.http.SelectorThread$4.execute(SelectorThread.java:
755)
        at
com
.sun
.grizzly
.DefaultProtocolChain.executeProtocolFilter(DefaultProtocolChain.java:
77)
        at
com.sun.grizzly.DefaultProtocolChain.execute(DefaultProtocolChain.java:
56)
        at com.sun.grizzly.http.SelectorThread$2.execute(SelectorThread.java:
656)
        at com.sun.grizzly.Context.call(Context.java:250)
        at com.sun.grizzly.util.WorkerThreadImpl.run(WorkerThreadImpl.java:138)
2007. 11. 13 ???? 12:27:40
com.sun.enterprise.v3.server.ApplicationLifecycle failure
?ɰ?: Cannot start container associated to application of type : jruby
2007. 11. 13 ???? 12:27:40
com.sun.enterprise.v3.server.ApplicationLifecycle failure
?ɰ?: Cannot start container associated to application of type : jruby

Cheers,

ias