fatty- / daisy-pipeline

Automatically exported from code.google.com/p/daisy-pipeline
0 stars 0 forks source link

Pipeline often hangs on startup #250

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
This happens on Marisa's machine more than anyone else's!

It was reproduced consistently during the F2F:

1. Get the latest source

2. Build framework, modules, and assembly

3. Run it either from the command line or from within eclipse

It often stalls before starting the web service. What seems to be happening is 
some sort of race conditions are encountered while resolving the OSGi 
dependencies of the web service.

It can be worked around by putting a breakpoint in PersistentClientStore's 
constructor, and then stepping manually through a few lines. This seems to give 
whatever component is causing the issue (the DB??) enough time to start 
properly.

Original issue reported on code.google.com by marisa.d...@gmail.com on 13 Nov 2012 at 12:23

GoogleCodeExporter commented 9 years ago

Original comment by marisa.d...@gmail.com on 13 Nov 2012 at 12:25

GoogleCodeExporter commented 9 years ago
I have a hunch that this is related to the issues I've got in windows. I'm 
going to try to split the framework-persistence into two bundles to see if the 
database service is guilty of all of this.

Original comment by capitan....@gmail.com on 13 Nov 2012 at 11:32

GoogleCodeExporter commented 9 years ago
This was related to a certain java version. If it disappeared it should be 
closed.

Original comment by capitan....@gmail.com on 2 Jan 2013 at 11:30

GoogleCodeExporter commented 9 years ago

Original comment by marisa.d...@gmail.com on 2 Jul 2013 at 12:39