search for: dispatch_request

Displaying 13 results from an estimated 13 matches for "dispatch_request".

2006 Dec 15
5
Testing event driven Socket classes
...&& data.length > 0 data_array = data.split(/\r?\n/m,2) @chunked_data << data_array[0] data = data_array[1] # two level of protocol handling if @chunked_data =~ /(\d{3})(.*)<(.*)?>(##(.*)##)/ if valid_protocol?(@chunked_data) dispatch_request else send_error_without_callback "Invalid Protocol code" end @chunked_data = "" end end # end of while loop end def send_error_without_callback msg send_data msg +"\n" end def dispatch_request send_dat...
2006 Jul 27
1
Rails Trac
Hi Anyone know the state of the Rails trac? It looked like it was working again just, but I tried to post a ticket and got this: Traceback (most recent call last): File "/usr/local/lib/python2.4/site-packages/trac/web/main.py", line 314, in dispatch_request dispatcher.dispatch(req) File "/usr/local/lib/python2.4/site-packages/trac/web/main.py", line 199, in dispatch resp = chosen_handler.process_request(req) File "/usr/local/lib/python2.4/site-packages/trac/ticket/ web_ui.py", line 109, in process_request se...
2015 May 10
2
[LLVMdev] http://llvm.org/perf/ instability: some clues
.../v4/nts/287/graph [GET] [in /opt/venv/perf/lib/python2.7/site-packages/Flask-0.10.1-py2.7.egg/flask/app. py:1423] Traceback (most recent call last): File "/opt/venv/perf/lib/python2.7/site-packages/Flask-0.10.1-py2.7.egg/flask/app .py", line 1817, in wsgi_app response = self.full_dispatch_request() File "/opt/venv/perf/lib/python2.7/site-packages/Flask-0.10.1-py2.7.egg/flask/app .py", line 1477, in full_dispatch_request rv = self.handle_user_exception(e) File "/opt/venv/perf/lib/python2.7/site-packages/Flask-0.10.1-py2.7.egg/flask/app .py", line 1381, in handl...
2006 Jul 24
1
Can''t create new ticket on Trac
...9;t forget to include the python traceback found below. TracGuide <http://dev.rubyonrails.org/wiki/TracGuide> — The Trac User and Administration Guide Python traceback Traceback (most recent call last): File "/usr/local/lib/python2.4/site-packages/trac/web/main.py", line 314, in dispatch_request dispatcher.dispatch(req) File "/usr/local/lib/python2.4/site-packages/trac/web/main.py", line 199, in dispatch resp = chosen_handler.process_request(req) File "/usr/local/lib/python2.4/site-packages/trac/ticket/web_ui.py", line 109, in process_request self._do_cr...
2006 Jul 13
0
Trac currently not accepting new tickets
I''m trying to post a patch and trac is erroring with... --trac error output -- Traceback (most recent call last): File "/usr/local/lib/python2.4/site-packages/trac/web/main.py", line 314, in dispatch_request dispatcher.dispatch(req) File "/usr/local/lib/python2.4/site-packages/trac/web/main.py", line 199, in dispatch resp = chosen_handler.process_request(req) File "/usr/local/lib/python2.4/site-packages/trac/ticket/web_ui.py", line 109, in process_request self._do_cr...
2006 Jul 30
2
Can''t submit tickets to dev.rubyonrails.org
I get an "internal error" and this traceback: Traceback (most recent call last): File "/usr/local/lib/python2.4/site-packages/trac/web/main.py", line 314, in dispatch_request dispatcher.dispatch(req) File "/usr/local/lib/python2.4/site-packages/trac/web/main.py", line 199, in dispatch resp = chosen_handler.process_request(req) File "/usr/local/lib/python2.4/site-packages/trac/ticket/web_ui.py", line 109, in process_request self._do_...
2006 Jul 13
0
Error in Trac when submitting patch
I get the following error when trying to submit a patch: Traceback (most recent call last): File "/usr/local/lib/python2.4/site-packages/trac/web/main.py", line 314, in dispatch_request dispatcher.dispatch(req) File "/usr/local/lib/python2.4/site-packages/trac/web/main.py", line 199, in dispatch resp = chosen_handler.process_request(req) File "/usr/local/lib/python2.4/site-packages/trac/ticket/web_ui.py", line 109, in process_request self._do_create(...
2006 Oct 04
2
Trac full? - [Errno 28] No space left on device
Trying to create a user account on dev.rubyonrails.org Error: [Errno 28] No space left on device Traceback (most recent call last): File "/opt/csw/lib/python2.3/site-packages/trac/web/main.py", line 335, in dispatch_request dispatcher.dispatch(req) File "/opt/csw/lib/python2.3/site-packages/trac/web/main.py", line 220, in dispatch resp = chosen_handler.process_request(req) File "build/bdist.solaris-2.11-i86pc/egg/acct_mgr/web_ui.py", line 240, in process_request File "build/bdist...
2007 Sep 08
2
Puppet''s TRAC somehow broken?
Hey all, it seems that the Ticket section of Puppet''s homepage does not work. Searching and Listing of Tickets works fine, showing an individual Ticket shows stack-traces. What is wrong there? Thanks, udo.
2007 Apr 07
1
Web Site Trak errors and Python tracebacks
...describe the problem, how to reproduce it. Don''t forget to include the Python traceback found below. TracGuide — The Trac User and Administration Guide Python Traceback Traceback (most recent call last): File "/var/lib/python-support/python2.4/trac/web/main.py", line 387, in dispatch_request dispatcher.dispatch(req) File "/var/lib/python-support/python2.4/trac/web/main.py", line 191, in dispatch chosen_handler = self._pre_process_request(req, chosen_handler) File "/var/lib/python-support/python2.4/trac/web/main.py", line 263, in _pre_process_request...
2007 Apr 11
1
problem with wiki - Trac internal error
...ibe the problem, how to reproduce it. Don''t forget to include the Python traceback found below. TracGuide — The Trac User and Administration Guide PYTHON TRACEBACK Traceback (most recent call last): File "/var/lib/python-support/python2.4/trac/web/main.py", line 387, in dispatch_request dispatcher.dispatch(req) File "/var/lib/python-support/python2.4/trac/web/main.py", line 191, in dispatch chosen_handler = self._pre_process_request(req, chosen_handler) File "/var/lib/python-support/python2.4/trac/web/main.py", line 263, in _pre_process_requ...
2013 Jul 01
9
[Bug 2123] New: does not seem to support sftp protocol version 5 rename flag for overwriting files
...:590:in `rename!' from ./distkeys:210:in `block in commit' from /usr/lib/ruby/vendor_ruby/net/sftp/request.rb:87:in `call' from /usr/lib/ruby/vendor_ruby/net/sftp/request.rb:87:in `respond_to' from /usr/lib/ruby/vendor_ruby/net/sftp/session.rb:948:in `dispatch_request' from /usr/lib/ruby/vendor_ruby/net/sftp/session.rb:911:in `when_channel_polled' from /usr/lib/ruby/vendor_ruby/net/ssh/connection/channel.rb:311:in `call' from /usr/lib/ruby/vendor_ruby/net/ssh/connection/channel.rb:311:in `process' from /usr/lib/rub...
2008 Dec 10
3
AFR healing problem after returning one node.
I've got configuration which in simple includes combination of afrs and unify - servers exports n[1-3]-brick[12] and n[1-3]-ns and client got cluster configuration: volume afr-ns type cluster/afr subvolumes n1-ns n2-ns n3-ns option data-self-heal on option metadata-self-heal on option entry-self-heal on end-volume volume afr1 type cluster/afr subvolumes n1-brick2