BIND 10 #262: xfrout fails

BIND 10 Development do-not-reply at isc.org
Wed Jun 30 14:02:48 UTC 2010


#262: xfrout fails
----------------------+-----------------------------------------------------
 Reporter:  jelte     |       Owner:                                                
     Type:  defect    |      Status:  new                                           
 Priority:  critical  |   Milestone:  05. 3rd Incremental Release: Serious Secondary
Component:  xfrout    |    Keywords:                                                
Sensitive:  0         |  
----------------------+-----------------------------------------------------
 With the recent merge into trunk (logging, ticket #176), xfrout stopped
 working. When you try to request an AXFR for a zone that's in the data
 source, you get a number of exceptions:

 {{{
 ----------------------------------------
 Exception happened during processing of request from b''
 Traceback (most recent call last):
   File "/home/jelte/repos/bind10/trunk/src/bin/xfrout/b10-xfrout", line
 180, in dns_xfrout_start
     self._log.log_message("info", "transfer of '%s/IN': AXFR started" %
 zone_name)
 AttributeError: 'XfroutSession' object has no attribute '_log'

 During handling of the above exception, another exception occurred:

 Traceback (most recent call last):
   File "/home/jelte/repos/bind10/trunk/src/bin/xfrout/b10-xfrout", line
 78, in handle
     self.dns_xfrout_start(sock, msgdata)
   File "/home/jelte/repos/bind10/trunk/src/bin/xfrout/b10-xfrout", line
 184, in dns_xfrout_start
     self._log.log_message("error", str(err))
 AttributeError: 'XfroutSession' object has no attribute '_log'

 During handling of the above exception, another exception occurred:

 Traceback (most recent call last):
   File "/usr/lib/python3.1/socketserver.py", line 558, in
 process_request_thread
     self.finish_request(request, client_address)
   File "/home/jelte/repos/bind10/trunk/src/bin/xfrout/b10-xfrout", line
 293, in finish_request
     self.RequestHandlerClass(request, client_address, self, self._log)
   File "/home/jelte/repos/bind10/trunk/src/bin/xfrout/b10-xfrout", line
 61, in __init__
     BaseRequestHandler.__init__(self, request, client_address, server)
   File "/usr/lib/python3.1/socketserver.py", line 614, in __init__
     self.handle()
   File "/home/jelte/repos/bind10/trunk/src/bin/xfrout/b10-xfrout", line
 80, in handle
     self._log.log_message("error", str(e))
 AttributeError: 'XfroutSession' object has no attribute '_log'
 ----------------------------------------

 }}}

-- 
Ticket URL: <http://bind10.isc.org/ticket/262>
BIND 10 Development <http://bind10.isc.org>
BIND 10 Development


More information about the bind10-tickets mailing list