users@glassfish.java.net

Re: Problem deploying a rails app with glassfish

From: Vivek Pandey <Vivek.Pandey_at_Sun.COM>
Date: Mon, 10 Nov 2008 17:08:10 -0800

glassfish_at_javadesktop.org wrote:
> Platform is ubuntu linux 8.04
>
> It is a fresh install of glassfish rubygem, but:
>
> I also have installed ruby-enterprise and ubuntu's ruby, but i have the right environment settings in order to make jruby work but I think it should not interfere with standard ruby.export
>
> These are the settings
>
> JRUBY_HOME=/home/therobot/glassfish/jruby
> export PATH=$JRUBY_HOME/bin:$PATH
> unset GEM_HOME
> unset GEM_PATH
>
> I have also tried with jruby1.1.4 and got the same error.
>

On my ubuntu, I have native ruby installed as well as jruby. At this
point, I am not able to reproduce it. Can you open a bug and also
provide jruby -S gem list output?

Also, I see that the jruby install path is:
/home/therobot/glassfish/jruby. Is there any possiblity that there is
some previous (pre-v3prelude final release) glassfish install jars in
your classpath. From the exception it seems that someone is trying to
load glassfish-api ver 10.0.0.

One more thing can help is if you can set java logger's console log
level to FINE. This way we can find out for which module felix is
throwing exception.

-vivek.
> [Message sent by forum member 'therobot' (therobot)]
>
> http://forums.java.net/jive/thread.jspa?messageID=315674
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe_at_glassfish.dev.java.net
> For additional commands, e-mail: users-help_at_glassfish.dev.java.net
>
>