Thanks Luke-Jr
for great eloipool it is the best the best software pool I have ever seen ! and "It's Alive!!!"
i get this error ... is this normal ? what can cause this error ?
2013-02-10 08:11:47,172 JSONRPCServer INFO Longpoll woke up xx clients in 0.009 seconds
Unhandled exception in thread started by >
Traceback (most recent call last):
File "/home/xxxx/merklemaker.py", line 503, in run
File "/home/xxxx/merklemaker.py", line 493, in merkleMaker_I
File "/home/xxxx/merklemaker.py", line 471, in merkleMaker_II
File "/home/xxxx/merklemaker.py", line 277, in updateMerkleTree
File "/home/xxxx/jsonrpc/authproxy.py", line 95, in __call__
File "/usr/lib/python3.1/http/client.py", line 932, in request
File "/usr/lib/python3.1/http/client.py", line 970, in _send_request
File "/usr/lib/python3.1/http/client.py", line 928, in endheaders
File "/usr/lib/python3.1/http/client.py", line 782, in _send_output
File "/usr/lib/python3.1/http/client.py", line 723, in send
File "/usr/lib/python3.1/http/client.py", line 705, in connect
File "/usr/lib/python3.1/socket.py", line 292, in create_connection
socket.gaierror: [Errno -5] No address associated with hostname
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/usr/lib/python3.1/threading.py", line 516, in _bootstrap_inner
File "/home/xxxx/merklemaker.py", line 505, in run
File "/usr/lib/python3.1/traceback.py", line 269, in format_exc
File "/usr/lib/python3.1/traceback.py", line 186, in format_exception
File "/usr/lib/python3.1/traceback.py", line 75, in format_tb
File "/usr/lib/python3.1/traceback.py", line 100, in extract_tb
File "/usr/lib/python3.1/linecache.py", line 15, in getline
File "/usr/lib/python3.1/linecache.py", line 41, in getlines
File "/usr/lib/python3.1/linecache.py", line 132, in updatecache
IOError: [Errno 24] Too many open files: '/home/xxxx/merklemaker.py'
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/usr/lib/python3.1/threading.py", line 489, in _bootstrap
File "/usr/lib/python3.1/threading.py", line 529, in _bootstrap_inner
File "/usr/lib/python3.1/traceback.py", line 269, in format_exc
File "/usr/lib/python3.1/traceback.py", line 186, in format_exception
File "/usr/lib/python3.1/traceback.py", line 75, in format_tb
File "/usr/lib/python3.1/traceback.py", line 100, in extract_tb
File "/usr/lib/python3.1/linecache.py", line 15, in getline
File "/usr/lib/python3.1/linecache.py", line 41, in getlines
File "/usr/lib/python3.1/linecache.py", line 132, in updatecache
IOError: [Errno 24] Too many open files: '/home/xxxx/merklemaker.py'
and this when i use sql mysql share login
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/usr/local/lib/python3.1/dist-packages/pymysql/connections.py", line 734, in _connect
socket.gaierror: [Errno -5] No address associated with hostname
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/home/xxxx/jsonrpcserver.py", line 196, in _doJSON_i
File "/home/xxxx/jsonrpc_getwork.py", line 44, in doJSON_getwork
File "/home/xxxx/jsonrpc_getwork.py", line 79, in doJSON_submitwork
File "/home/xxxx/eloipool9.py", line 461, in receiveShare
File "/home/xxxx/sharelogging/sql.py", line 90, in logShare
File "/usr/local/lib/python3.1/dist-packages/pymysql/__init__.py", line 93, in Connect
File "/usr/local/lib/python3.1/dist-packages/pymysql/connections.py", line 575, in __init__
File "/usr/local/lib/python3.1/dist-packages/pymysql/connections.py", line 744, in _connect
pymysql.err.OperationalError: (2003, "Can't connect to MySQL server on 'localhost' (-5)")
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/home/xxxx/jsonrpcserver.py", line 260, in handle_request
File "/home/xxxx/jsonrpcserver.py", line 243, in doJSON
File "/home/xxxx/jsonrpcserver.py", line 201, in _doJSON_i
File "/usr/lib/python3.1/traceback.py", line 269, in format_exc
File "/usr/lib/python3.1/traceback.py", line 186, in format_exception
File "/usr/lib/python3.1/traceback.py", line 75, in format_tb
File "/usr/lib/python3.1/traceback.py", line 100, in extract_tb
File "/usr/lib/python3.1/linecache.py", line 15, in getline
File "/usr/lib/python3.1/linecache.py", line 41, in getlines
File "/usr/lib/python3.1/linecache.py", line 132, in updatecache
IOError: [Errno 24] Too many open files: '/usr/local/lib/python3.1/dist-packages/pymysql/connections.py'
During handling of the above exception, another exception occurred:
is it mean that someone open too much socket connections to server ? flood or something ?
i get this error in every version eloipool
in last version i get this
2013-02-10 08:32:47,093 merkleMaker CRITICAL Traceback (most recent call last):
File "/home/xxxx/merklemaker.py", line 675, in run
self.merkleMaker_I()
File "/home/xxxx/merklemaker.py", line 665, in merkleMaker_I
self.merkleMaker_II()
File "/home/xxxx/merklemaker.py", line 631, in merkleMaker_II
return self.updateMerkleTree()
File "/home/xxxx/merklemaker.py", line 536, in updateMerkleTree
self._updateMerkleTree_I()
File "/home/xxxx/merklemaker.py", line 522, in _updateMerkleTree_I
raise RuntimeError('Failed to create usable template')
RuntimeError: Failed to create usable template
in new version i noticed that there is new section TemplateSource and BlockSubmision , This is great, I think that this configuration is clearer than previous versions
if You can describe configuration in which you run your test it will be very usefull
(eg. bincond ports and bitcoin.conf + config.py )