Created
September 23, 2013 14:25
-
-
Save natefoo/6671212 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
128.118.200.95 - - [23/Sep/2013:09:13:11 -0500] "GET /datasets/427635/display_at/ucsc_main?redirect_url=http%3A%2F%2Fgenome.ucsc.edu%2Fcgi-bin%2FhgTracks%3Fdb%3Dhg18%26position%3Dchr1%3A147962192-148185276%26hgt.customText%3D%25s&display_url=https%3A%2F%2Fgalaxy01.tacc.utexas.edu%2Froot%2Fdisplay_as%3Fid%3D427635%26display_app%3Ducsc%26authz_method%3Ddisplay_at HTTP/1.1" 302 - "- | |
" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_7_5) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/30.0.1599.47 Safari/537.36" | |
headers <type 'list'>: [('content-type', 'text/html'), ('location', u'http://genome.ucsc.edu/cgi-bin/hgTracks?db=hg18&position=chr1:147962192-148185276&hgt.customText=https%3A%2F%2Fgalaxy01.tacc.utexas.edu%2Froot%2Fdisplay_as%3Fid%3D427635%26display_app%3Ducsc%26authz_method%3Ddisplay_at')] | |
Traceback (most recent call last): | |
File "lib/galaxy/web/framework/middleware/request_id.py", line 12, in __call__ | |
return self.app( environ, start_response ) | |
File "lib/galaxy/web/framework/middleware/xforwardedhost.py", line 21, in __call__ | |
return self.app( environ, start_response ) | |
File "lib/galaxy/web/framework/middleware/translogger.py", line 71, in __call__ | |
return self.application(environ, replacement_start_response) | |
File "lib/galaxy/web/framework/middleware/error.py", line 161, in __call__ | |
response = self.exception_handler(exc_info, environ) | |
File "lib/galaxy/web/framework/middleware/error.py", line 176, in exception_handler | |
get_vars = wsgilib.parse_querystring(environ) | |
File "/home/g2test/server/eggs/Paste-1.7.5.1-py2.6.egg/paste/request.py", line 100, in parse_querystring | |
strict_parsing=False) | |
File "/usr/lib64/python2.6/cgi.py", line 191, in parse_qsl | |
PendingDeprecationWarning, 2) | |
File "lib/galaxy/web/framework/middleware/error.py", line 149, in __call__ | |
app_iter = self.application(environ, sr_checker) | |
File "/home/g2test/server/eggs/Paste-1.7.5.1-py2.6.egg/paste/recursive.py", line 84, in __call__ | |
return self.application(environ, start_response) | |
File "/home/g2test/server/eggs/Paste-1.7.5.1-py2.6.egg/paste/httpexceptions.py", line 635, in __call__ | |
return exc(environ, start_response) | |
File "/home/g2test/server/eggs/Paste-1.7.5.1-py2.6.egg/paste/httpexceptions.py", line 263, in wsgi_application | |
exc_info) | |
File "lib/galaxy/web/framework/middleware/error.py", line 205, in __call__ | |
return self.start_response(*args) | |
File "lib/galaxy/web/framework/middleware/translogger.py", line 70, in replacement_start_response | |
return start_response( status, headers, exc_info ) | |
TypeError: http header value must be a string |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment