[Erp5-report] r10874 - /erp5/trunk/utils/ooodoc_server/README
nobody at svn.erp5.org
nobody at svn.erp5.org
Mon Oct 23 11:51:15 CEST 2006
Author: bartek
Date: Mon Oct 23 11:51:14 2006
New Revision: 10874
URL: http://svn.erp5.org?rev=10874&view=rev
Log:
additional troubleshooting info
Modified:
erp5/trunk/utils/ooodoc_server/README
Modified: erp5/trunk/utils/ooodoc_server/README
URL: http://svn.erp5.org/erp5/trunk/utils/ooodoc_server/README?rev=10874&r1=10873&r2=10874&view=diff
==============================================================================
--- erp5/trunk/utils/ooodoc_server/README (original)
+++ erp5/trunk/utils/ooodoc_server/README Mon Oct 23 11:51:14 2006
@@ -48,4 +48,10 @@
Not portable. Almost all the code can be run on any OS, except for the "rebuild" function in pool.py and pid recording in start.py. This is for killing and restarting OOo instance - done in a bit unclean way, but works. I don't know a better way to do that.
+COMMON PROBLEMS
+
+When there is a timeout and OOo instance is restarted, the server throws exception "invalid literal for int" - this probably means that the otput of "ps" command is formatted differently, and you have to experiment with the line
+ pids=os.popen('ps -A -o pid,ppid | grep %d | cut -f 2 -d " "' % pid)
+in pool.py.
+
BG
More information about the Erp5-report
mailing list