daisy / pipeline-mod-braille

!! NOTE: This project is now part of the pipeline-modules project !! | Braille Production Modules for the DAISY Pipeline 2
1 stars 4 forks source link

Improve stability #135

Closed bertfrees closed 7 years ago

bertfrees commented 8 years ago

Basically this means to solve the startup issue: Some services fail to start up correctly when the server is launched, and this happens randomly.

The suspicion is that this has something to do with OSGi, and the hope is that getting rid of OSGi (https://github.com/daisy/pipeline-tasks/issues/31) will either solve it, or throw some light on the issue.

EDIT: It could also be that there is a bug in the OSGi framework. In that case the issue could be fixed by updating to a newer version. This would be preferable over removing OSGi.

To do:

bertfrees commented 7 years ago

Updating some OSGi libraries seems to have fixed the issue. You can never be sure of course, but I haven't reproduced the launch issue since.

rdeltour commented 7 years ago

@bertfrees I think this can be closed