Open GoogleCodeExporter opened 9 years ago
what is in the contents of your gene_server_config.py?
Original comment by anderson...@gmail.com
on 8 Mar 2013 at 10:25
[deleted comment]
The error is because the gene server isn't running.
Take a look at "./report/gene_server_error_log.txt" if the gene server crashed
on startup that file will tell you why.
I recently added two new variables to the gene_server_config.py:
The first one is gene_server_config.__type__ which can be set to
"single_threaded", "threaded" or "thread_pool".
And the second is gene_server_config.__poolsize__ which defines the pool size
when running in thread pool mode.
http://code.google.com/p/ga-bitbot/source/browse/gene_server_config.py
If you are using a modified gene_server_config file make sure to add the two
missing variables.
Original comment by brian.mo...@gmail.com
on 8 Mar 2013 at 11:57
I just had this problem. Turned out that the server wouldn't start because it
couldn't find libssl.so.0.9.8.
The current version seems to be libssl1.0.0, so I had to add debian squeeze to
/etc/apt/sources.list and then run apt-get install libssl0.9.8 (after running
apt-get update).
For reference for those whom it applies to:
http://packages.debian.org/squeeze/i386/libssl0.9.8/download
Original comment by jopi...@gmail.com
on 20 May 2013 at 10:47
Original issue reported on code.google.com by
Ian.H.St...@gmail.com
on 8 Mar 2013 at 7:00