gtjemwa / augustus

Automatically exported from code.google.com/p/augustus
0 stars 0 forks source link

Failure to load pickle file when two augusti running #42

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Remove pickle files
2. Run two Augusti (pointing to their respective pickles)
3.

What is the expected output? What do you see instead?
Clean run.
I received a traceback:

raceback (most recent call last):
  File "/export/projects/augustus-public-releases/augustus-0.5.2.0/augustus-scoringengine/augustus/bin/Augustus", line 165, in <module>
    main(config)
  File "/export/projects/augustus-public-releases/augustus-0.5.2.0/augustus-scoringengine/augustus/engine/mainloop.py", line 606, in main
    mainLoop = MainLoop(config_file, rethrowExceptions, dataStream)
  File "/export/projects/augustus-public-releases/augustus-0.5.2.0/augustus-scoringengine/augustus/engine/mainloop.py", line 437, in __init__
    customProcessing.initialize(pmmlModel, engine.pmmlModel, constants, [s.userFriendly for s in engine.segmentRecords], atoms, logger, metadata, consumerUpdateScheme, producerUpdateScheme)
  File "/export/projects/augustus-public-releases/augustus-0.5.2.0/augustus-scoringengine/augustus/core/config.py", line 1565, in initialize
    self.persistentStorage.read()
  File "/export/projects/augustus-public-releases/augustus-0.5.2.0/augustus-scoringengine/augustus/core/config.py", line 1837, in read
    self.db = pickle.load(file(self.address))
EOFError

What version of the product are you using? On what operating system?
public release 0.5.2.0

Please provide any additional information below.
It is not easy to reproduce as I think it is tied to two concurrently running 
Augusti

Original issue reported on code.google.com by stevevej...@gmail.com on 26 Apr 2012 at 2:31

GoogleCodeExporter commented 8 years ago

Original comment by collinbe...@gmail.com on 27 Apr 2012 at 9:22

GoogleCodeExporter commented 8 years ago

Original comment by collinbe...@gmail.com on 28 Apr 2012 at 2:43

GoogleCodeExporter commented 8 years ago
Moving all bugs for old releases to "low"

Original comment by collinbe...@gmail.com on 1 Jul 2013 at 3:32