JRuby/glassfish v3 logging problem

13 views
Skip to first unread message

Petr Janda

unread,
Apr 20, 2009, 12:01:26 AM4/20/09
to rubyonra...@googlegroups.com
Hi all,

Ive just tried to run my app with jruby and glassfish. It seems to work
mostly fine, except one weird thing. Glassfish turns over
log/development.log when its size hits 1.9MB, renames it to something
like

development.log_2009-04-20T13-57-30

but never creates a fresh development.log and at that moment the
glassfish server just stops working.

What im doing is basically cd into my application's RAILS_ROOT, and
execute glassfish_rails.

My OS is FreeBSD 7.2

Any ideas?
--
Posted via http://www.ruby-forum.com/.

Joe Athman

unread,
May 2, 2009, 4:14:21 PM5/2/09
to Ruby on Rails: Talk
I have the exact same problem. Has anyone figured out why this is?

Joe

On Apr 19, 11:01 pm, Petr Janda <rails-mailing-l...@andreas-s.net>
wrote:

Julian Leviston

unread,
May 2, 2009, 11:35:17 PM5/2/09
to rubyonra...@googlegroups.com
Permissions?

Blog: http://random8.zenunit.com/
Learn rails: http://sensei.zenunit.com/

Vivek Pandey

unread,
May 4, 2009, 1:41:20 PM5/4/09
to rubyonra...@googlegroups.com
There are some known issues with logging, [1] and [2]. These issues are being worked on and will be available in the next gem version (in couple of weeks). Apparently [1] is the cause of what you are experiencing related to rotation of log files.

Since rotation is not working so you as well disable it. Do the following to turn it off:

The setting for the log rotation is in domain.xml file. You can edit $RAILS_ROOT/tmp/.glassfish/config/domain.xml.

<log-service file="${jruby.log.location}" log-rotation-limit-in-bytes="2000000">

Set log-roation-limit-in-bytes to 0 to disable the rotation.

-vivek.

[1]http://rubyforge.org/tracker/index.php?func=detail&aid=24828&group_id=5450&atid=21080
[2]http://rubyforge.org/tracker/index.php?func=detail&aid=25560&group_id=5450&atid=21080
Reply all
Reply to author
Forward
0 new messages