dev@glassfish.java.net

GF v3 trunk fails to start jruby container

From: Changshin Lee <iasandcb_at_gmail.com>
Date: Fri, 29 Jun 2007 10:35:47 +0900

Hi all,

I built GF v3 trunk today and got the following error in deploying a
rails application that I just created by "rails" command.

irtiger1:~/workspace/glassfish/distributions/pe/target/glassfish ias$
java -jar lib/glassfish-10.0-SNAPSHOT.jar
[#|2007-06-29T10:27:41.108+0900|INFO|GlassFish10.0|javax.enterprise.system.core|_ThreadID=10;_ThreadName=Thread-2;|Listening
on port 8080|#]

[#|2007-06-29T10:27:41.365+0900|INFO|GlassFish10.0|javax.enterprise.system.core|_ThreadID=10;_ThreadName=Thread-2;|Supported
containers : php,web,jruby,phobos|#]

[#|2007-06-29T10:27:41.392+0900|INFO|GlassFish10.0|javax.enterprise.system.core|_ThreadID=10;_ThreadName=Thread-2;|Glassfish
v3 started in 848 ms|#]

[#|2007-06-29T10:27:50.496+0900|SEVERE|GlassFish10.0|javax.enterprise.system.tools.deployment|_ThreadID=11;_ThreadName=httpHttpWorkerThread-8080-0;|The
log message is null.|#]

[#|2007-06-29T10:27:50.497+0900|SEVERE|GlassFish10.0|javax.enterprise.system.tools.deployment|_ThreadID=11;_ThreadName=httpHttpWorkerThread-8080-0;|Cannot
start container associated to application of type : jruby|#]

I configured jruby.home correctly, FYI. Note that the same trial works
on GF v3 PR b2.

Thanks for your help in advance,

ias