Anonymous | Login | Signup for a new account | 12-17-2024 08:51 PST |
Main | My View | View Issues | Change Log | Docs |
Viewing Issue Simple Details [ Jump to Notes ] | [ View Advanced ] [ 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 | ||||||
Status | closed | Product Version | 4.0.10 | ||||||
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). |
||||||||
Additional Information | |||||||||
Attached Files | |||||||||
|
There are no notes attached to this issue. |
Mantis 1.0.0rc3[^]
Copyright © 2000 - 2005 Mantis Group
27 total queries executed. 25 unique queries executed. |