When I start the service everything seems to be fine but the auctioneer
is not registered as a service. In the log file appears an error:
2006-12-26 13:06:41,745 ERROR register_server failed: [Failure
instance: Traceback: xmlrpclib.Fault, <Fault 8002: '[Failure instance:
Traceback: pysqlite2.dbapi2.ProgrammingError, You did not supply a
value for binding
47.\n/usr/lib/python2.4/site-packages/twisted/internet/defer.py:129:maybeDeferred\n/usr/lib/python2.4/site-packages/Tycoon/ServiceLocationService.py:381:xmlrpc_rca_register_service\n/usr/lib/python2.4/site-packages/Tycoon/ServiceLocationService.py:274:__insert_host\n]'>
]
I have been sufing the code, trying to solve it but I am not able to
find a solution. When the auctioneer daemon starts try to register the
service calling xml_rca_register_service method. This method invokes
__insert_host which tries to update the remote tycoon_auctioneer table.
I suppose that the error occurs at this point. If the we assume that 47
is the column number, the error should be with the
resources__IPv4Address__info__addresses__0 data.
Anybody knows what can be happening. I've noticed that only auctioneers
in 204.123.32.0 and
204.123.34.0 networks are available.
Thank you in advance.