Mantis Bugtracker
  

Viewing Issue Advanced Details Jump to Notes ] View Simple ] Issue History ] Print ]
ID Category Severity Reproducibility Date Submitted Last Update
0004223 [Resin] minor always 09-23-10 15:38 01-13-11 17:09
Reporter emil View Status public  
Assigned To ferg
Priority normal Resolution fixed Platform
Status closed   OS
Projection none   OS Version
ETA none Fixed in Version 4.0.15 Product Version 4.0.10
  Product Build
Summary 0004223: /etc/init.d/resin output logging
Description (rep by Raul Luna)

the /etc/init.d/resin file, when it starts the command it says:

          su $USER -c """$JAVA -jar $RESIN_HOME/lib/resin.jar $ARGS start""" 1>
/dev/null 2>/dev/null

so, when a java error arises, nobody notices it. Could be this fixed with
this:


          su $USER -c """$JAVA -jar $RESIN_HOME/lib/resin.jar $ARGS start"""
1>>$CONSOLE 2>>$CONSOLE

and


          CONSOLE=/var/log/resin/console.log

put at the beginning of the file. In that way, every error in the starting will
be registered (even if the machine is restarted and nobody monitors it).
Steps To Reproduce
Additional Information
Attached Files

- Relationships

There are no notes attached to this issue.

- Issue History
Date Modified Username Field Change
09-23-10 15:38 emil New Issue
01-13-11 17:09 ferg Assigned To  => ferg
01-13-11 17:09 ferg Status new => closed
01-13-11 17:09 ferg Resolution open => fixed
01-13-11 17:09 ferg Fixed in Version  => 4.0.15


Mantis 1.0.0rc3[^]
Copyright © 2000 - 2005 Mantis Group
27 total queries executed.
25 unique queries executed.
Powered by Mantis Bugtracker