Opened 20 years ago
Closed 20 years ago
#2786 closed defect (invalid)
[Errno 9] Bad file descriptor occured
| Reported by: | anonymous | Owned by: | daniel |
|---|---|---|---|
| Priority: | highest | Milestone: | |
| Component: | project | Version: | 0.9.4 |
| Severity: | normal | Keywords: | |
| Cc: | Branch: | ||
| Release Notes: | |||
| API Changes: | |||
| Internal Changes: | |||
Description (last modified by )
When i create new ticket. press [Submit Ticket] produce followed error message.
[Errno 9] Bad file descriptor occured
Python traceback
Traceback (most recent call last):
File "C:\Python23\Lib\site-packages\trac\web\standalone.py", line 303, in _do_trac_req
dispatch_request(path_info, req, env)
File "C:\Python23\Lib\site-packages\trac\web\main.py", line 139, in dispatch_request
dispatcher.dispatch(req)
File "C:\Python23\Lib\site-packages\trac\web\main.py", line 107, in dispatch
resp = chosen_handler.process_request(req)
File "C:\Python23\Lib\site-packages\trac\ticket\web_ui.py", line 83, in process_request
self._do_create(req, db)
File "C:\Python23\Lib\site-packages\trac\ticket\web_ui.py", line 150, in _do_create
req.redirect(self.env.href.ticket(ticket.id))
File "C:\Python23\Lib\site-packages\trac\web\api.py", line 119, in redirect
self.send_response(302)
File "C:\Python23\Lib\site-packages\trac\web\standalone.py", line 358, in send_response
self.__handler.send_response(code)
File "C:\Python23\lib\BaseHTTPServer.py", line 367, in send_response
self.log_request(code)
File "C:\Python23\lib\BaseHTTPServer.py", line 404, in log_request
self.requestline, str(code), str(size))
File "C:\Python23\lib\BaseHTTPServer.py", line 437, in log_message
sys.stderr.write("%s - - [%s] %s\n" %
IOError: [Errno 9] Bad file descriptor
Attachments (0)
Change History (4)
comment:1 by , 20 years ago
comment:2 by , 20 years ago
| Component: | general → project |
|---|---|
| Owner: | changed from to |
| Priority: | normal → highest |
hi, i am using netlogger toolkit for monitoring grid. it is instrumented with python codes to collect the informaion from various hosts. while sending the log file to another host i get the following error.
IOError(Error 9) Bad file descriptor
Suggest some ways to rectify the error.
comment:4 by , 20 years ago
| Description: | modified (diff) |
|---|---|
| Resolution: | → invalid |
| Status: | new → closed |
There isn't sufficient information to duplicate this.
agesti2002@…: I don't understand how netlogger and sending a logfile to another machine relate to Trac. I suspect you've filed this in the wrong place.



Oh. I'm sorry. my environment is like this.