Forums | Admin

Discussion Forums: open-discussion

Start New Thread Start New Thread

 

By: Joshua Hull
RE: Startup problems [ reply ]  
2008-02-22 16:08
it fixed the autodeploy error, but still leaves me with:

[#|2008-02-22T11:04:29.380-0500|SEVERE|GlassFish10.0|javax.enterprise.system.tools.deployment|_ThreadID=10;_ThreadName=Thread-1;|Cannot find connector module for container jruby|#]

[#|2008-02-22T11:04:29.381-0500|SEVERE|GlassFish10.0|javax.enterprise.system.tools.deployment|_ThreadID=10;_ThreadName=Thread-1;|Cannot find connector module for container jruby|#]

[#|2008-02-22T11:04:29.381-0500|SEVERE|GlassFish10.0|javax.enterprise.system.tools.deployment|_ThreadID=10;_ThreadName=Thread-1;|Cannot start container(s) associated to application of type : jruby|#]

[#|2008-02-22T11:04:29.381-0500|SEVERE|GlassFish10.0|javax.enterprise.system.tools.deployment|_ThreadID=10;_ThreadName=Thread-1;|Cannot start container(s) associated to application of type : jruby|#]

Maybe I'm missing some special environment variables? Maybe something about my jruby isn't built properly?

By: Arun Gupta
RE: Startup problems [ reply ]  
2008-02-19 21:53
In order to debug the problem, can you try invoking the command with sudo and see if that helps ?

-Arun

By: Joshua Hull
RE: Startup problems [ reply ]  
2008-02-18 23:31
Here are a few details.

Yes I installed from the gem. This is using jruby trunk on MacOSX 10.5.2. The other error I get during startup is:

[#|2008-02-18T15:23:12.641-0500|SEVERE|GlassFish10.0|javax.enterprise.system.tools.deployment|_ThreadID=10;_ThreadName=Thread-1;|directory /usr/local/jruby-latest/lib/ruby/gems/1.8/gems/glassfish-0.1.1-universal-java/config/../domains/domain1/autodeploy not readable
org.glassfish.deployment.autodeploy.AutoDeploymentException: directory /usr/local/jruby-latest/lib/ruby/gems/1.8/gems/glassfish-0.1.1-universal-java/config/../domains/domain1/autodeploy not readable

By: Pramod Gopinath
RE: Startup problems [ reply ]  
2008-02-18 20:47
I have not heard of any startup issues with the gem. Could you provide more information about your setup :
- what is the jruby environment that U are using
- are u using "gem install glassfish"
- any other information that U could provide to help isolate this issue.

By: Joshua Hull
Startup problems [ reply ]  
2008-02-18 20:23
When I try to startup the gem I get:

Cannot find connector module for container jruby

...

Cannot start container(s) associated to application of type : jruby

Any ideas?