[
http://opencast.jira.com/browse/MH-9176?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=31744#comment-31744
]
Stephen Marquard commented on MH-9176:
--------------------------------------
I've concluded to avoid this, it's necessary to either set the
felix.fileinstall.poll parameter, or remove the files in FELIX_HOME/work
directory at startup. These never get cleaned up, so more and more files end up
there and this is somehow slowing down something which causes the race
condition or failed startup.
So the init script should include (in the start section):
# Clean up temp dir
if [ -d "$FELIX_HOME/work" ] ; then
rm -r $FELIX_HOME/work/*
fi
> Capture agent fails to start up
> --------------------------------
>
> Key: MH-9176
> URL: http://opencast.jira.com/browse/MH-9176
> Project: Matterhorn Project
> Issue Type: Bug
> Components: Capture (Devices and Software)
> Affects Versions: 1.3
> Reporter: Stephen Marquard
>
--
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]
_______________________________________________