users@glassfish.java.net

Re: Unable to deploy Rails app to GlassFish v3

From: Vivek Pandey <Vivek.Pandey_at_Sun.COM>
Date: Mon, 28 Dec 2009 10:00:02 -0800

glassfish_at_javadesktop.org wrote:
> My Rails app won't deploy from the GlassFish admin console. The error message that pops up in the admin window is useless. I checked the server log and there is a "Invalid property syntax" error (full error below). Here is what I did:
>
> 1. Installed the JDK 6 (Windows server)
> 2. Installed GlassFish v3
> 3. From the updater, installed JRuby and JRuby Gems (jRuby and Rails now inside the GlassFish directory)
> 4. Had to go to the command line, navigate to the JRuby bin directory to install additional Gems.
> 5. Went to the Application Deployment screen and specified the Rails directory for my app (no WAR file).
> 6, Deploy -> error
>
> I suspect the problem may be a path or some other config problem, but the error message doesn't help much:
>
>

I suspect the failure is because of special characters in the properties
name value pair w.r.t. Windows platform. --property name, value par
delimiter is ':' character but this character also happens to be used to
separate driver letter. See issue:
https://glassfish.dev.java.net/issues/show_bug.cgi?id=10322. You may
also like to check asadmin deploy command man pages on details about the
special characters and escaping rules..

In your case, since JRuby is installed form updatecenter so GlassFish
knows where to load jruby runtime from. You can skip specifying
jruby.home property during deployment and this should take care of the
error.

-vivek.




> [#|2009-12-26T21:50:23.539-0500|SEVERE|glassfishv3.0|javax.enterprise.system.tools.admin.com.sun.enterprise.v3.admin|_ThreadID=31;_ThreadName=Thread-1;|invocation.exception
> java.lang.IllegalArgumentException: Invalid property syntax: jruby.home=C:\\glassfishv3\\glassfish\\jruby:jruby.applicationType=rails:jruby.runtime.min=3:jruby.runtime=5:jruby.rackEnv=production:jruby.MTSafe=default:jruby.runtime.max=10
> at com.sun.enterprise.v3.admin.CommandRunnerImpl.convertStringToProperties(CommandRunnerImpl.java:974)
> at com.sun.enterprise.v3.admin.CommandRunnerImpl.convertStringToObject(CommandRunnerImpl.java:869)
> at com.sun.enterprise.v3.admin.CommandRunnerImpl$MapInjectionResolver.getValue(CommandRunnerImpl.java:1340)
> at org.jvnet.hk2.component.InjectionManager.inject(InjectionManager.java:81)
> at com.sun.enterprise.v3.admin.CommandRunnerImpl.doCommand(CommandRunnerImpl.java:225)
> at com.sun.enterprise.v3.admin.CommandRunnerImpl.doCommand(CommandRunnerImpl.java:1176)
> at com.sun.enterprise.v3.admin.CommandRunnerImpl.access$900(CommandRunnerImpl.java:83)
> at com.sun.enterprise.v3.admin.CommandRunnerImpl$ExecutionContext.execute(CommandRunnerImpl.java:1235)
> at com.sun.enterprise.v3.admin.CommandRunnerImpl$ExecutionContext.execute(CommandRunnerImpl.java:1224)
> at org.glassfish.admingui.common.util.LocalDeploymentFacility$LocalDFCommandRunner.run(LocalDeploymentFacility.java:138)
> at org.glassfish.deployment.client.AbstractDeploymentFacility.deploy(AbstractDeploymentFacility.java:350)
> at org.glassfish.admingui.common.util.DeployUtil.invokeDeploymentFacility(DeployUtil.java:89)
> at org.glassfish.admingui.common.util.DeployUtil.deploy(DeployUtil.java:66)
> at org.glassfish.admingui.common.handlers.DeploymentHandler.deploy(DeploymentHandler.java:186)
> at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
> at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
> at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
> at java.lang.reflect.Method.invoke(Method.java:597)
> at com.sun.jsftemplating.layout.descriptors.handler.Handler.invoke(Handler.java:442)
> at com.sun.jsftemplating.layout.descriptors.LayoutElementBase.dispatchHandlers(LayoutElementBase.java:420)
> at com.sun.jsftemplating.layout.descriptors.LayoutElementBase.dispatchHandlers(LayoutElementBase.java:394)
> at com.sun.jsftemplating.layout.event.CommandActionListener.invokeCommandHandlers(CommandActionListener.java:150)
> at com.sun.jsftemplating.layout.event.CommandActionListener.processAction(CommandActionListener.java:98)
> at javax.faces.event.ActionEvent.processListener(ActionEvent.java:88)
> at javax.faces.component.UIComponentBase.broadcast(UIComponentBase.java:772)
> at javax.faces.component.UICommand.broadcast(UICommand.java:300)
> at com.sun.webui.jsf.component.WebuiCommand.broadcast(WebuiCommand.java:160)
> at javax.faces.component.UIViewRoot.broadcastEvents(UIViewRoot.java:775)
> at javax.faces.component.UIViewRoot.processApplication(UIViewRoot.java:1267)
> at com.sun.faces.lifecycle.InvokeApplicationPhase.execute(InvokeApplicationPhase.java:82)
> at com.sun.faces.lifecycle.Phase.doPhase(Phase.java:101)
> at com.sun.faces.lifecycle.LifecycleImpl.execute(LifecycleImpl.java:118)
> at javax.faces.webapp.FacesServlet.service(FacesServlet.java:312)
> at org.apache.catalina.core.StandardWrapper.service(StandardWrapper.java:1523)
> at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:343)
> at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:215)
> at com.sun.webui.jsf.util.UploadFilter.doFilter(UploadFilter.java:229)
> at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:256)
> at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:215)
> at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:277)
> at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:188)
> at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:641)
> at com.sun.enterprise.web.WebPipeline.invoke(WebPipeline.java:97)
> at com.sun.enterprise.web.PESessionLockingStandardPipeline.invoke(PESessionLockingStandardPipeline.java:85)
> at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:185)
> at org.apache.catalina.connector.CoyoteAdapter.doService(CoyoteAdapter.java:332)
> at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:233)
> at com.sun.enterprise.v3.services.impl.ContainerMapper.service(ContainerMapper.java:239)
> at com.sun.grizzly.http.ProcessorTask.invokeAdapter(ProcessorTask.java:791)
> at com.sun.grizzly.http.ProcessorTask.doProcess(ProcessorTask.java:693)
> at com.sun.grizzly.http.ProcessorTask.process(ProcessorTask.java:954)
> at com.sun.grizzly.http.DefaultProtocolFilter.execute(DefaultProtocolFilter.java:170)
> at com.sun.grizzly.DefaultProtocolChain.executeProtocolFilter(DefaultProtocolChain.java:135)
> at com.sun.grizzly.DefaultProtocolChain.execute(DefaultProtocolChain.java:102)
> at com.sun.grizzly.DefaultProtocolChain.execute(DefaultProtocolChain.java:88)
> at com.sun.grizzly.http.HttpProtocolChain.execute(HttpProtocolChain.java:76)
> at com.sun.grizzly.ProtocolChainContextTask.doCall(ProtocolChainContextTask.java:53)
> at com.sun.grizzly.SelectionKeyContextTask.call(SelectionKeyContextTask.java:57)
> at com.sun.grizzly.ContextTask.run(ContextTask.java:69)
> at com.sun.grizzly.util.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:330)
> at com.sun.grizzly.util.AbstractThreadPool$Worker.run(AbstractThreadPool.java:309)
> at java.lang.Thread.run(Thread.java:619)
> [Message sent by forum member 'kerbo' (kelston_at_us.ibm.com)]
>
> http://forums.java.net/jive/thread.jspa?messageID=377623
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe_at_glassfish.dev.java.net
> For additional commands, e-mail: users-help_at_glassfish.dev.java.net
>
>