Topic History of: Stability issues Max. showing the last posts - (Last post first)
Author
Message
robochase6000
Thanks for your quick reply - I'll have to test this out a little more thoroughly on multiple computers later today.
One thing I have been noticing (perhaps a separate issue?) is an error I get everytime I run palabre stop. Here is the output:
palabre stop
2009-02-17 12:33:33,034 : INFO No log file has been specified
2009-02-17 12:33:33,034 : INFO Palabre will only print log to console
2009-02-17 12:33:33,050 : INFO Stopping Palabre...
Traceback (most recent call last):
File "/usr/bin/palabre", line 41, in <module>
daemon.control(sys.argv[1])
File "/usr/lib/python2.5/site-packages/palabre/palabreDaemon.py", line 135, in control
self.stop(pid, False)
File "/usr/lib/python2.5/site-packages/palabre/palabreDaemon.py", line 236, in stop
os.remove(self.pidfile)
OSError: [Errno 2] No such file or directory: '/var/run/palabre.pid'
Not sure if this is related somehow. I've only been putzing with this for a couple days, and I really have no idea how palabreDaemon.py and palabre.pid fit into the puzzle.
Thanks for you help though, I want to get this working ASAP, it's pretty fun and the xml aspect makes it super easy to work with.
celio
If you try to connect from another computer/web browser when the server appears down can you connect ?
robochase6000
I've got palabre up and running, and I am able to connect to it fine most of the time, but I am experiencing problems connecting if the server is running for more that say 30 minutes. I haven't tested it thoroughly enough to say for certain, but the typical scenario is like this:
1. fire up palabre.
2. able to connect a bunch of times
3. walk away from computer for 30 minutes.
4. try to connect again - i get an IOError that I can't download the cross domain policy file
5. i do a palabre status on the server and it says it's still running. (palabre 0.5)
6. try to connect again - another IOError.
Has anyone else experienced this? I restart the server when this happens, and the same thing happens - good connections for a while, then it just seems to stop working.
SORRY, website is currently mostly broken due to software changes on the server.
Hope to fix it soon ...