[ 
http://opencast.jira.com/browse/MH-8941?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=31288#comment-31288
 ] 

Rubén Pérez Vázquez commented on MH-8941:
-----------------------------------------

Sorry I couldn't make it to the meeting this week neither last. I'm deeply 
engaged with my thesis and don't have much time for basically anything.

If I can add my two cents here, I'd say there are two parts to fix this:

1- The exception does not get logged. I don't know why this is happening, but I 
suspect it has to do with some warning that keeps saying that the logger is not 
correctly configured. 
2- The exception "leaks out" to the standard output. If I'm not mistaken, this 
is happening because the current init.d script does not deattach matterhorn 
from the current terminal using "nohup". Instead, it just uses su -c java... 
the command 'su' prevents somehow the service from stopping when the session is 
closed (because it spawns other process potentially owned by a different user 
than the one who started the service), but it doesn't actually "deamonize" 
Matterhorn. Of course, if one logs out and in back again, those exceptions 
won't appear in the standard output --though they won't also be properly logged 
either. 

Best regards
                
> Trim operation raises exception not filed in the logs
> -----------------------------------------------------
>
>                 Key: MH-8941
>                 URL: http://opencast.jira.com/browse/MH-8941
>             Project: Matterhorn Project
>          Issue Type: Bug
>          Components: Architecture & Services
>    Affects Versions: 1.3.1
>            Reporter: Rubén Pérez Vázquez
>            Assignee: Greg Logan
>            Priority: Minor
>             Fix For: 1.4
>
>


--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
http://opencast.jira.com/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

       
_______________________________________________
Matterhorn mailing list
[email protected]
http://lists.opencastproject.org/mailman/listinfo/matterhorn


To unsubscribe please email
[email protected]
_______________________________________________

Reply via email to