scashin133 / longhouse

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

daemonized mode broken #24

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
1. use twisted 8.0.1
2. set "daemonized" to "true" in config.yml
3. run longhouse

The browser just hangs when you try to go to the longhouse page. Haven't
figured out the problem yet.

Original issue reported on code.google.com by Venom...@gmail.com on 11 May 2008 at 10:55

GoogleCodeExporter commented 9 years ago
The problem is in framework/local_persist.py line 264, which gets called when
creating users on startup. It doesn't throw an error, but just hangs on that 
line
forever. Very curious...

Original comment by Venom...@gmail.com on 14 May 2008 at 7:34

GoogleCodeExporter commented 9 years ago

Original comment by Venom...@gmail.com on 16 May 2008 at 1:17

GoogleCodeExporter commented 9 years ago
Whatever the problem is, it's because of the new version of twisted (8.0.1). I 
tried
using twisted 2.5.0 and it works fine.

So now the two solutions are
  1) Go back to using twisted 2.5.0 and wait for a more stable release
  2) Find a different way to do the daemonized mode

I'm going to explore #2 a bit

Original comment by Venom...@gmail.com on 16 May 2008 at 8:16

GoogleCodeExporter commented 9 years ago
As of r100 it seems to be working. Why it broke, and what fixed it, is a total
mystery. Expect this to come back up in the future

Original comment by Venom...@gmail.com on 17 May 2008 at 4:03